[Mesa-dev] [PATCH] mesa: count uniform against storage when its bindless

Timothy Arceri tarceri at itsqueeze.com
Thu Aug 17 23:41:52 UTC 2017


On 18/08/17 08:30, Kenneth Graunke wrote:
> On Tuesday, August 15, 2017 3:42:29 AM PDT Timothy Arceri wrote:
>> Gallium drivers use this code path so we need to account for
>> bindless after all.
> 
> Why do Gallium drivers use ir_to_mesa?  That seems like a misfeature.

Because Gallium drivers still use paramlist for uniforms. I'm sure we 
could duplicate the code (most of glsl->tgsi seems to be copied from 
ir_to_mesa at some point), it just doesn't seem to have been done for 
whatever reason.

> 
> i965 stopped using it years ago. >
> --Ken
> 


More information about the mesa-dev mailing list