[Mesa-dev] [PATCH] gallium/ttn: add missing SNE

Kenneth Graunke kenneth at whitecape.org
Fri May 1 01:15:39 PDT 2015


On Thursday, April 30, 2015 08:13:44 PM Rob Clark wrote:
> From: Rob Clark <robclark at freedesktop.org>
> 
> Signed-off-by: Rob Clark <robclark at 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 <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150501/b8cbe820/attachment.sig>


More information about the mesa-dev mailing list