projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3dbf36
)
tgsi/ureg: Add missing some missing opcodes opcode_tmp.h
author
Eric Anholt
<eric@anholt.net>
Mon, 10 Nov 2014 22:26:14 +0000
(14:26 -0800)
committer
Eric Anholt
<eric@anholt.net>
Fri, 6 Feb 2015 23:50:07 +0000
(15:50 -0800)
I wanted all of these for NIR-to-TGSI.
Reviewed-by: Roland Scheidegger <sroland@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 147d98948287b5825ef4ee52c0457ca79e1adf93..d8752ce47d42c4513b73bd76b0d39f669013df60 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
+++ b/
src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
@@
-90,6
+90,8
@@
OP12(DPH)
OP11(COS)
OP11(DDX)
OP11(DDY)
+OP11(DDX_FINE)
+OP11(DDY_FINE)
OP00(KILL)
OP11(PK2H)
OP11(PK2US)
@@
-194,6
+196,8
@@
OP12(SAMPLE_INFO)
OP11(UARL)
OP13(UCMP)
+OP11(IABS)
+OP11(ISSG)
OP12(IMUL_HI)
OP12(UMUL_HI)