[Mesa-dev] [PATCH 2/2] gallium/ureg: Add missing some missing opcodes opcode_tmp.h

Eric Anholt eric at anholt.net
Mon Feb 2 13:25:15 PST 2015


Roland Scheidegger <sroland at vmware.com> writes:

> Am 02.02.2015 um 20:39 schrieb Eric Anholt:
>> I wanted all of these for NIR-to-TGSI.
>> ---
>>  src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h | 4 ++++
>>  1 file changed, 4 insertions(+)
>> 
>> diff --git a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
>> index 147d989..d8752ce 100644
>> --- a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
>> +++ b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
>> @@ -90,6 +90,8 @@ OP12(DPH)
>>  OP11(COS)
>>  OP11(DDX)
>>  OP11(DDY)
>> +OP11(DDX_FINE)
>> +OP11(DDY_FINE)
>>  OP00(KILL)
>>  OP11(PK2H)
>>  OP11(PK2US)
>> @@ -194,6 +196,8 @@ OP12(SAMPLE_INFO)
>>  OP11(UARL)
>>  
>>  OP13(UCMP)
>> +OP11(IABS)
>> +OP11(ISSG)
>>  
>>  OP12(IMUL_HI)
>>  OP12(UMUL_HI)
>> 
>
> Series is
> Reviewed-by: Roland Scheidegger <sroland at vmware.com>
>
> (Not sure about the ureg prefix on the commit log personally I consider
> that still just part of tgsi though these prefixes aren't really used
> consistently so no objection...)

Yeah, there's no consensus on the prefix in the git history, but I chose
tgsi/ureg now to reduce the variation.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150202/ff880fb2/attachment.sig>


More information about the mesa-dev mailing list