[Mesa-dev] [PATCH v3 1/9] tgsi/ureg: add ureg_UARL shortcut (v2)
Marek Olšák
maraeo at gmail.com
Fri Nov 14 14:57:04 PST 2014
For patches 1, 5, 7:
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
BTW, I'd like to have standard Mesa coding style for Nine (indenting
code blocks by 3 spaces).
Marek
On Sun, Nov 2, 2014 at 7:28 PM, David Heidelberg <david at ixit.cz> wrote:
> v2: moved in in same order as in p_shader_tokens (thanks Brian)
> Signed-off-by: David Heidelberg <david 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..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)
> -- 2.1.3
>
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list