[Mesa-dev] [PATCH 1/5] gallium/ureg: add TEX/TXF_LZ opcodes to ureg

Marek Olšák maraeo at gmail.com
Tue May 30 22:46:43 UTC 2017


From: Marek Olšák <marek.olsak at amd.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 96ac480..d11d0e5 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
+++ b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
@@ -46,24 +46,26 @@ OP11(LOG)
 OP12(MUL)
 OP12(ADD)
 OP12(DP3)
 OP12(DP4)
 OP12(DST)
 OP12(MIN)
 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)
 OP11(LG2)
 OP12(POW)
 OP12(XPD)
 OP12(DPH)
 OP11(COS)
 OP11(DDX)
 OP11(DDY)
-- 
2.7.4



More information about the mesa-dev mailing list