glsl: Add ARB_arrays_of_arrays support to yacc definition and ast
authorTimothy Arceri <t_arceri@yahoo.com.au>
Thu, 23 Jan 2014 12:16:41 +0000 (23:16 +1100)
committerTimothy Arceri <t_arceri@yahoo.com.au>
Thu, 23 Jan 2014 12:31:10 +0000 (23:31 +1100)
commitbfb48750f08223fdf1c2d7bf4db1bba5a1088a7c
tree35708cca3bc36c503bce20aebe577b55b78846ed
parent72288e0c7b7ec769da71fbaf124ec4ee8be7577b
glsl: Add ARB_arrays_of_arrays support to yacc definition and ast

Adds array specifier object to hold array information

Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/glsl/ast.h
src/glsl/ast_array_index.cpp
src/glsl/ast_to_hir.cpp
src/glsl/ast_type.cpp
src/glsl/glsl_parser.yy
src/glsl/glsl_parser_extras.cpp
src/glsl/glsl_parser_extras.h