Re: [Mesa-dev] Handling component layouts in TGSI

2016-07-24 Thread Marek Olšák
Your proposition seems reasonable, but it's sad that drivers have to deal with this. Marek On Mon, Jul 25, 2016 at 12:32 AM, Ilia Mirkin wrote: > I was working on the component layouts stuff required for > ARB_enhanced_layouts, and ran into an issue with representing this

[Mesa-dev] Handling component layouts in TGSI

2016-07-24 Thread Ilia Mirkin
I was working on the component layouts stuff required for ARB_enhanced_layouts, and ran into an issue with representing this in TGSI. Right now when we indirectly index into arrays, we include an ArrayID to indicate which array it is we're indexing into. However with component layouts, we might