prog: Delete all remains of OPCODE_SNE, OPCODE_SEQ, OPCODE_SGT, and OPCODE_SLE
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 13 Apr 2016 00:38:23 +0000 (17:38 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 10 May 2016 16:22:18 +0000 (09:22 -0700)
commitf7328f9afd13a1862259128713ea39757e175a84
tree7da874dc3faa893b55341d6b73f8d0287ba4f207
parentfd63e779986c59c1e2d93ec366abd7cf9fb36d2c
prog: Delete all remains of OPCODE_SNE, OPCODE_SEQ, OPCODE_SGT, and OPCODE_SLE

There is nothing left that can generate them.  These used to be
generated by ir_to_mesa or by the assembler for various NV extensions
that have been removed.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i915/i915_fragprog.c
src/mesa/program/prog_execute.c
src/mesa/program/prog_instruction.c
src/mesa/program/prog_instruction.h
src/mesa/program/prog_opt_constant_fold.c
src/mesa/program/prog_optimize.c
src/mesa/program/prog_to_nir.c
src/mesa/state_tracker/st_mesa_to_tgsi.c