[Mesa-dev] [PATCH] tgsi: add ucmp to the list of opcodes
Zack Rusin
zackr at vmware.com
Tue Jul 30 13:12:19 PDT 2013
we forgot to add ucmp to the list of opcodes, so it was never
generated for ureg.
Signed-off-by: Zack Rusin <zackr at vmware.com>
---
src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
index b87c4b1..93ec0b5 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
+++ b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
@@ -198,6 +198,8 @@ OP12(SVIEWINFO)
OP13(SAMPLE_POS)
OP12(SAMPLE_INFO)
+OP13(UCMP)
+
#undef OP00
#undef OP01
--
1.7.10.4
More information about the mesa-dev
mailing list