From: Christoph Bumiller Date: Mon, 17 Nov 2014 15:58:22 +0000 (+0100) Subject: tgsi/ureg: add ureg_UARL shortcut (v2) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=259ec77db9027ddc33b290010167c712c925a82d;p=mesa.git tgsi/ureg: add ureg_UARL shortcut (v2) v2: moved in in same order as in p_shader_tokens (thanks Brian) Acked-by: Jose Fonseca Reviewed-by: Marek Olšák Signed-off-by: David Heidelberg --- 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)