Re: [Mesa-dev] [PATCH V7 19/24] glsl: Add AoA support when checking for non-const index

2015-10-08 Thread Samuel Iglesias Gonsálvez
Reviewed-by: Samuel Iglesias Gonsálvez On 07/10/15 00:47, Timothy Arceri wrote: > When checking for non-const indexing of interfaces > take into account arrays of arrays > --- > src/glsl/ast_array_index.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/glsl/ast_ar

[Mesa-dev] [PATCH V7 19/24] glsl: Add AoA support when checking for non-const index

2015-10-06 Thread Timothy Arceri
When checking for non-const indexing of interfaces take into account arrays of arrays --- src/glsl/ast_array_index.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/ast_array_index.cpp b/src/glsl/ast_array_index.cpp index 5927c91..74d403f 100644 --- a/src/glsl/ast_ar