Mesa (master): tgsi/ureg: add ureg_UARL shortcut (v2)

Emil Velikov evelikov at kemper.freedesktop.org
Tue Nov 18 02:03:56 UTC 2014


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

Author: Christoph Bumiller <christoph.bumiller at speed.at>
Date:   Mon Nov 17 16:58:22 2014 +0100

tgsi/ureg: add ureg_UARL shortcut (v2)

v2: moved in in same order as in p_shader_tokens (thanks Brian)

Acked-by: Jose Fonseca <jfonseca at vmware.com>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Signed-off-by: David Heidelberg <david at ixit.cz>

---

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

diff --git a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
index 7888be8..4ca4f24 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
+++ b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
@@ -201,6 +201,7 @@ OP13_SAMPLE(GATHER4)
 OP12(SVIEWINFO)
 OP13(SAMPLE_POS)
 OP12(SAMPLE_INFO)
+OP11(UARL)
 
 OP13(UCMP)
 




More information about the mesa-commit mailing list