projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d15f47
)
tgsi: add ucmp to the list of opcodes
author
Zack Rusin
<zackr@vmware.com>
Fri, 2 Aug 2013 23:06:46 +0000
(19:06 -0400)
committer
Zack 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
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
index b87c4b1f1cffc3874b011137636c201ce76b200b..e9d0a0554031e6838f4f70e77c9f1adcf22f05f0 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
+++ b/
src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
@@
-198,6
+198,7
@@
OP12(SVIEWINFO)
OP13(SAMPLE_POS)
OP12(SAMPLE_INFO)
+OP13(UCMP)
#undef OP00
#undef OP01