[Mesa-dev] [PATCH] gallium: remove llvm from ir struct

Dave Airlie airlied at gmail.com
Tue Feb 27 23:02:03 UTC 2018


Acked-by: Dave Airlie <airlied at redhat.com>

On 28 February 2018 at 08:36, Timothy Arceri <tarceri at itsqueeze.com> wrote:
> Ping?
>
> On 02/02/18 08:54, Timothy Arceri wrote:
>>
>> This was added in 425dc4c4b366 but never used. Also since
>> 100796c15c3a native has superseded llvm.
>> ---
>>   src/gallium/include/pipe/p_state.h | 1 -
>>   1 file changed, 1 deletion(-)
>>
>> diff --git a/src/gallium/include/pipe/p_state.h
>> b/src/gallium/include/pipe/p_state.h
>> index 2b56d60b5e..640e6ed26d 100644
>> --- a/src/gallium/include/pipe/p_state.h
>> +++ b/src/gallium/include/pipe/p_state.h
>> @@ -267,7 +267,6 @@ struct pipe_shader_state
>>      /* TODO move tokens into union. */
>>      const struct tgsi_token *tokens;
>>      union {
>> -      void *llvm;
>>         void *native;
>>         void *nir;
>>      } ir;
>>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list