On Thursday, April 30, 2015 08:13:44 PM Rob Clark wrote:
> From: Rob Clark <robcl...@freedesktop.org>
> 
> Signed-off-by: Rob Clark <robcl...@freedesktop.org>
> ---
>  src/gallium/auxiliary/nir/tgsi_to_nir.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/gallium/auxiliary/nir/tgsi_to_nir.c 
> b/src/gallium/auxiliary/nir/tgsi_to_nir.c
> index 59aaf67..f1f7ef3 100644
> --- a/src/gallium/auxiliary/nir/tgsi_to_nir.c
> +++ b/src/gallium/auxiliary/nir/tgsi_to_nir.c
> @@ -1286,6 +1286,7 @@ static const nir_op op_trans[TGSI_OPCODE_LAST] = {
>     [TGSI_OPCODE_SEQ] = nir_op_seq,
>     [TGSI_OPCODE_SGT] = 0,
>     [TGSI_OPCODE_SIN] = nir_op_fsin,
> +   [TGSI_OPCODE_SNE] = nir_op_sne,
>     [TGSI_OPCODE_SLE] = 0,
>     [TGSI_OPCODE_TEX] = 0,
>     [TGSI_OPCODE_TXD] = 0,
> 

Reviewed-by: Kenneth Graunke <kenn...@whitecape.org>

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to