summaryrefslogtreecommitdiffstats
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:02:53 +0000
commit259ec77db9027ddc33b290010167c712c925a82d (patch)
tree28a0c7d16b9e18619c9b4f46e90c877cdf694d42
parent4e520101e6a0b4fcd930323c32d1a8a6348c8417 (diff)
downloadexternal_mesa3d-259ec77db9027ddc33b290010167c712c925a82d.zip
external_mesa3d-259ec77db9027ddc33b290010167c712c925a82d.tar.gz
external_mesa3d-259ec77db9027ddc33b290010167c712c925a82d.tar.bz2
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>
-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 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)