tgsi: add ucmp to the list of opcodes
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>
This commit is contained in:
@@ -198,6 +198,7 @@ OP12(SVIEWINFO)
|
||||
OP13(SAMPLE_POS)
|
||||
OP12(SAMPLE_INFO)
|
||||
|
||||
OP13(UCMP)
|
||||
|
||||
#undef OP00
|
||||
#undef OP01
|
||||
|
||||
Reference in New Issue
Block a user