Mesa (master): gallium/ureg: add TEX/TXF_LZ opcodes to ureg

Marek Olšák mareko at kemper.freedesktop.org
Wed Jun 7 16:11:28 UTC 2017


Module: Mesa
Branch: master
Commit: 20c2785f7c8c23a64866785c8054eb01e0967d35
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=20c2785f7c8c23a64866785c8054eb01e0967d35

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Tue May 30 16:48:47 2017 +0200

gallium/ureg: add TEX/TXF_LZ opcodes to ureg

Reviewed-by: Nicolai Hähnle <nicolai.haehnle 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 96ac4803a7..d11d0e545a 100644
--- 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)




More information about the mesa-commit mailing list