glsl: add AoA support for an inteface with unsized array members
authorTimothy Arceri <t_arceri@yahoo.com.au>
Sun, 19 Jul 2015 04:08:44 +0000 (14:08 +1000)
committerTimothy Arceri <t_arceri@yahoo.com.au>
Thu, 15 Oct 2015 10:42:24 +0000 (21:42 +1100)
commit132b9e9dd97a2ab7d3be7945b3d990e94fd1513a
tree2d5d67492eff765692aaaead2049d917bad8cd79
parentd1d05c0f85daf3445d9b4c9cebb3940e6a251fa6
glsl: add AoA support for an inteface with unsized array members

Add support for setting the max access of an unsized member
of an interface array of arrays.

For example ifc[j][k].foo[i] where foo is unsized.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/glsl/ast_array_index.cpp