glsl: Add parsing for GLSL uniform blocks.
authorEric Anholt <eric@anholt.net>
Wed, 18 Apr 2012 20:35:56 +0000 (13:35 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 9 Jul 2012 18:13:33 +0000 (11:13 -0700)
commit2d03f48a65a666ecdcfaffa3d39ad1b77f2b25b6
treea35c16d15d788dcbd3926e1f59c09ae3c0e822d3
parent912a429bc529a017a426f06631b31da1c0eaa3ae
glsl: Add parsing for GLSL uniform blocks.

This doesn't do anything with the uniform block declarations yet, so
usage of those uniforms finds them to be undeclared.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/glsl/ast.h
src/glsl/ast_to_hir.cpp
src/glsl/glsl_lexer.ll
src/glsl/glsl_parser.yy