summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Bumiller <christoph.bumiller@speed.at>2014-11-17 16:58:22 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-11-18 02:23:05 +0000
commit50e6b471c5face6d52cfe4842223f852d2376b1a (patch)
treeebb0a7498af03bfaea69a07fdb4070d48a3e6241
parenta4ffc2a445055a81a655e64d57ee393a14a2eb16 (diff)
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@vmware.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: David Heidelberg <david@ixit.cz> (cherry picked from commit 259ec77db9027ddc33b290010167c712c925a82d)
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
index 7888be86702..4ca4f246e26 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)