Mesa (master): tgsi/ureg: Add missing some missing opcodes opcode_tmp.h

Eric Anholt anholt at kemper.freedesktop.org
Fri Feb 6 23:59:45 UTC 2015


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

Author: Eric Anholt <eric at anholt.net>
Date:   Mon Nov 10 14:26:14 2014 -0800

tgsi/ureg: Add missing some missing opcodes opcode_tmp.h

I wanted all of these for NIR-to-TGSI.

Reviewed-by: Roland Scheidegger <sroland at vmware.com>

---

 src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
index 147d989..d8752ce 100644
--- 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)




More information about the mesa-commit mailing list