Re: [Mesa-dev] [PATCH 0/6] Dynamically uniform UBO array indexing, Part 1

2014-07-15 Thread Ilia Mirkin
On Sat, Jul 12, 2014 at 9:51 PM, Chris Forbes wrote: > This series adds various relaxations and extra plumbing to allow indexing > arrays of uniform blocks with dynamically uniform expressions rather than > only constant expressions. > > Covers only the GLSL part -- there are still a few loose end

[Mesa-dev] [PATCH 0/6] Dynamically uniform UBO array indexing, Part 1

2014-07-12 Thread Chris Forbes
This series adds various relaxations and extra plumbing to allow indexing arrays of uniform blocks with dynamically uniform expressions rather than only constant expressions. Covers only the GLSL part -- there are still a few loose ends in the corresponding i965 patches, so I'll send that support