Re: [Mesa-dev] [PATCH 00/11] ARB_gpu_shader5 d/u sampler array indexing

2014-08-10 Thread Matt Turner
On Sat, Aug 9, 2014 at 7:14 PM, Chris Forbes wrote: > The last big piece of ARB_gpu_shader5! The first two are Reviewed-by: Matt Turner Will look at the rest soon. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/

[Mesa-dev] [PATCH 00/11] ARB_gpu_shader5 d/u sampler array indexing

2014-08-09 Thread Chris Forbes
The last big piece of ARB_gpu_shader5! This series adds support for using dynamically uniform expressions in sampler array indexing, as required by ARB_gpu_shader5. Gen7 is supported (including Haswell's "high samplers"). Gen8 support would be a straightforward addition for someone who has access