diff options
author | Christoph Bumiller <[email protected]> | 2014-11-17 16:58:22 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-11-18 02:02:53 +0000 |
commit | 259ec77db9027ddc33b290010167c712c925a82d (patch) | |
tree | 28a0c7d16b9e18619c9b4f46e90c877cdf694d42 /src/gallium/auxiliary | |
parent | 4e520101e6a0b4fcd930323c32d1a8a6348c8417 (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]>
Diffstat (limited to 'src/gallium/auxiliary')
-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) |