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

Kenneth Graunke kenneth at whitecape.org
Fri Aug 18 01:00:15 UTC 2017


On Thursday, August 17, 2017 4:41:52 PM PDT Timothy Arceri wrote:
> 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 still uses paramlist for a bunch of uniforms too.  You do need to
duplicate some logic, but you get to drop piles of it too.  It might
be worth looking at brw_link.cpp...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170817/343fb69f/attachment.sig>


More information about the mesa-dev mailing list