[Mesa-dev] [PATCH] tgsi: add ucmp to the list of opcodes
Jose Fonseca
jfonseca at vmware.com
Wed Jul 31 02:55:12 PDT 2013
----- Original Message -----
> we forgot to add ucmp to the list of opcodes, so it was never
> generated for ureg.
>
> Signed-off-by: Zack Rusin <zackr at vmware.com>
> ---
> src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
> b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
> index b87c4b1..93ec0b5 100644
> --- a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
> +++ b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
> @@ -198,6 +198,8 @@ OP12(SVIEWINFO)
> OP13(SAMPLE_POS)
> OP12(SAMPLE_INFO)
>
> +OP13(UCMP)
> +
>
> #undef OP00
> #undef OP01
> --
> 1.7.10.4
>
Reviewed-by: Jose Fonseca <jfonseca at vmware.com>
More information about the mesa-dev
mailing list