ir_to_mesa: Do not emit OPCODE_SEQ or OPCODE_SNE
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 13 Apr 2016 01:49:40 +0000 (18:49 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 10 May 2016 16:22:18 +0000 (09:22 -0700)
commitfd63e779986c59c1e2d93ec366abd7cf9fb36d2c
tree39d91b9a3145b2fe5c6fae8bf0ea5d262eba5868
parent15e6a1a3be0df32aa3bbeaaf9ac8afac17b66d5a
ir_to_mesa: Do not emit OPCODE_SEQ or OPCODE_SNE

Nothing that consumes the output of this backend consumes them
navtively.  This is *not* the way i915 has implemented these
instructions, but, as far as I am able to tell, this is the way both the
Cg compiler and the HLSL compiler implement these operations.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/program/ir_to_mesa.cpp