diff options
author | Christoph Bumiller <[email protected]> | 2014-11-17 16:58:22 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-11-18 02:23:05 +0000 |
commit | 50e6b471c5face6d52cfe4842223f852d2376b1a (patch) | |
tree | ebb0a7498af03bfaea69a07fdb4070d48a3e6241 | |
parent | a4ffc2a445055a81a655e64d57ee393a14a2eb16 (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 <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Signed-off-by: David Heidelberg <[email protected]>
(cherry picked from commit 259ec77db9027ddc33b290010167c712c925a82d)
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h | 1 |
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) |