glsl: Don't hide the type of struct_declaration_list.
authorEric Anholt <eric@anholt.net>
Thu, 26 Apr 2012 17:16:52 +0000 (10:16 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 9 Jul 2012 18:12:18 +0000 (11:12 -0700)
commit912a429bc529a017a426f06631b31da1c0eaa3ae
tree833d049708e6c6199edff8e81bba5e771bb1ec8f
parent532e99cbf26d175220eac245b12011939ea07d0c
glsl: Don't hide the type of struct_declaration_list.

I've been trying to derive from this for UBO support, and the slightly
obfuscated types were putting me over the edge.

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