glsl: Add AoA support when checking for non-const index
authorTimothy Arceri <t_arceri@yahoo.com.au>
Thu, 4 Jun 2015 01:19:05 +0000 (11:19 +1000)
committerTimothy Arceri <t_arceri@yahoo.com.au>
Thu, 15 Oct 2015 10:42:24 +0000 (21:42 +1100)
commitd9f1f2bbc6690e7ef85d79a857dbb64cf5fd1cd8
tree2ce418b8b1c78ee455e195641fe4f89a39c899b4
parent082b1ca2fe75a9b4c2936d4d918b5d0d4f0c6c50
glsl: Add AoA support when checking for non-const index

When checking for non-const indexing of interfaces
take into account arrays of arrays

Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
src/glsl/ast_array_index.cpp