Re: [Mesa-dev] [PATCH v2 18/31] glsl: relax bindless sampler arrays indexing

2017-04-26 Thread Nicolai Hähnle
On 24.04.2017 12:35, Samuel Pitoiset wrote: The ARB_bindless_texture spec says: "Replace Section 4.1.7 (Samplers), p. 25" "Samplers aggregated into arrays within a shader (using square brackets []) can be indexed with arbitrary integer expressions." Signed-off-by: Samuel Pitoiset

[Mesa-dev] [PATCH v2 18/31] glsl: relax bindless sampler arrays indexing

2017-04-24 Thread Samuel Pitoiset
The ARB_bindless_texture spec says: "Replace Section 4.1.7 (Samplers), p. 25" "Samplers aggregated into arrays within a shader (using square brackets []) can be indexed with arbitrary integer expressions." Signed-off-by: Samuel Pitoiset --- src/compiler/glsl/ast_array_index.cpp | 10