projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd294fd
)
gallium/ureg: add TEX/TXF_LZ opcodes to ureg
author
Marek Olšák
<marek.olsak@amd.com>
Tue, 30 May 2017 14:48:47 +0000
(16:48 +0200)
committer
Marek Olšák
<marek.olsak@amd.com>
Wed, 7 Jun 2017 16:10:50 +0000
(18:10 +0200)
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.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 96ac4803a7b3e230efa5ac9cd7f7ac660ceb9d0e..d11d0e545af4ddb5361dfa45fc0bf9ca03ca2a78 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
+++ b/
src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
@@
-53,10
+53,12
@@
OP12(MAX)
OP12(SLT)
OP12(SGE)
OP13(MAD)
+OP12_TEX(TEX_LZ)
OP13(LRP)
OP11(SQRT)
OP13(DP2A)
OP11(FRC)
+OP12_TEX(TXF_LZ)
OP11(FLR)
OP11(ROUND)
OP11(EX2)