[Mesa-dev] [PATCH 01/16] tgsi/ureg: add ureg_UARL shortcut
Brian Paul
brianp at vmware.com
Mon Oct 20 08:38:11 PDT 2014
On 10/18/2014 05:54 AM, David Heidelberger wrote:
> From: Christoph Bumiller <christoph.bumiller at speed.at>
>
> Signed-off-by: David Heidelberger <david.heidelberger at ixit.cz>
> ---
> src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
> index 7888be8..57eef92 100644
> --- a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
> +++ b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
> @@ -57,6 +57,7 @@
> #endif
>
> OP11(ARL)
> +OP11(UARL)
> OP11(MOV)
> OP11(LIT)
> OP11(RCP)
>
This should probably be moved after OP12(SAMPLE_INFO) so it's in the
same order as the tokens in p_shader_tokens.h.
-Brian
More information about the mesa-dev
mailing list