glsl: Parse interface array size
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 11 Dec 2012 20:13:30 +0000 (12:13 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 25 Jan 2013 14:07:33 +0000 (09:07 -0500)
commita39a70c8d41d2758d6909a68a5b9163b81f4b003
treeab26eda56ed2ccce042881a6550e4fdf058c92dc
parent34f966bdcb22733a159fb680859a83f88ef01d2a
glsl: Parse interface array size

The size is parsed and stored in the AST, but it is not used yet.
Processing of the array size is added in the patch "glsl: Handle
instance array declarations"

v2: Update the commit message (suggested by Carl Worth).  Add a comment
to ast_uniform_block::array_size (suggested by Paul Berry).

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/ast.h
src/glsl/glsl_parser.yy