tgsi: remove redundant CND0 opcode

Can be implemented with CMP src2, src1, src0
This commit is contained in:
Keith Whitwell
2009-09-01 17:29:24 +01:00
parent 836a9f0ae6
commit b3f4b56a3b
9 changed files with 3 additions and 31 deletions

View File

@@ -184,7 +184,7 @@ union tgsi_immediate_data
#define TGSI_OPCODE_SUB 17
#define TGSI_OPCODE_LRP 18
#define TGSI_OPCODE_CND 19
#define TGSI_OPCODE_CND0 20
/* gap */
#define TGSI_OPCODE_DP2A 21
/* gap */
#define TGSI_OPCODE_FRC 24