OSDN Git Service

ir_to_mesa: Do not emit OPCODE_SLE or OPCODE_SGT
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 13 Apr 2016 00:30:25 +0000 (17:30 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 10 May 2016 16:22:18 +0000 (09:22 -0700)
commit15e6a1a3be0df32aa3bbeaaf9ac8afac17b66d5a
tree6c6956c64d6a0575caec9967030ba1e9ffa511f6
parente46ac18ebec099d88a5c2c650ba09657b364ec4e
ir_to_mesa: Do not emit OPCODE_SLE or OPCODE_SGT

Nothing that consumes the output of this backend consumes them
navtively.  This is the way i915 has implemented these instructions
since it began consuming GLSL.

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