From 20c2785f7c8c23a64866785c8054eb01e0967d35 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Tue, 30 May 2017 16:48:47 +0200 Subject: [PATCH] gallium/ureg: add TEX/TXF_LZ opcodes to ureg MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Nicolai Hähnle --- 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 96ac4803a7b..d11d0e545af 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) -- 2.30.2