Am 30.07.2013 22:12, schrieb Zack Rusin:
> we forgot to add ucmp to the list of opcodes, so it was never
> generated for ureg.
> 
> Signed-off-by: Zack Rusin <za...@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
> 

Looks good (though ucmp still has somewhat undefined behavior wrt src
modifiers but doesn't really matter here).

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

Reply via email to