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 chr...@ijw.co.nz wrote: The last big piece of ARB_gpu_shader5! The first two are Reviewed-by: Matt Turner matts...@gmail.com Will look at the rest soon. ___ mesa-dev mailing list

[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