tgsi: add ucmp to the list of opcodes
authorZack Rusin <zackr@vmware.com>
Fri, 2 Aug 2013 23:06:46 +0000 (19:06 -0400)
committerZack Rusin <zackr@vmware.com>
Fri, 2 Aug 2013 23:08:39 +0000 (19:08 -0400)
we forgot to add ucmp to the list of opcodes, so it was never
generated for ureg.

Signed-off-by: Zack Rusin <zackr@vmware.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h

index b87c4b1f1cffc3874b011137636c201ce76b200b..e9d0a0554031e6838f4f70e77c9f1adcf22f05f0 100644 (file)
@@ -198,6 +198,7 @@ OP12(SVIEWINFO)
 OP13(SAMPLE_POS)
 OP12(SAMPLE_INFO)
 
+OP13(UCMP)
 
 #undef OP00
 #undef OP01