[Mesa-dev] [PATCH 0/4] sampler array indexing fixes v2
Tapani Pälli
tapani.palli at intel.com
Tue Jun 9 05:00:56 PDT 2015
Here's a series of patches to tackle bug 84225.
Previous series was discussed in this thread:
http://lists.freedesktop.org/archives/mesa-dev/2015-May/084604.html
Thanks;
Tapani Pälli (4):
glsl: Allow dynamic sampler array indexing with GLSL ES < 3.00
mesa/glsl: new compiler option UnrollSamplerArrayDynamicIndexing
i965: use UnrollSamplerArrayDynamicIndexing for gen < 7
glsl: validate sampler array indexing for 'constant-index-expression'
src/glsl/ast_array_index.cpp | 36 +++++++--------
src/glsl/linker.cpp | 77 +++++++++++++++++++++++++++++++++
src/glsl/loop_unroll.cpp | 10 +++++
src/mesa/drivers/dri/i965/brw_context.c | 4 ++
src/mesa/main/mtypes.h | 6 +++
5 files changed, 115 insertions(+), 18 deletions(-)
--
2.1.0
More information about the mesa-dev
mailing list