glsl: Wrap ast_type_qualifier contents in a struct in a union
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 5 Oct 2010 23:38:47 +0000 (16:38 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 8 Oct 2010 21:21:22 +0000 (14:21 -0700)
commite24d35a5b59ca1e75b69a32db6294787378a963f
tree3034d32835376465fe27a89b5fe46e9b69d6d285
parent5ff4cfb788291ef7c8d6412d65aee708b41bac86
glsl: Wrap ast_type_qualifier contents in a struct in a union

This will ease adding non-bit fields in the near future.
src/glsl/ast.h
src/glsl/ast_to_hir.cpp
src/glsl/ast_type.cpp
src/glsl/glsl_parser.ypp
src/glsl/glsl_parser_extras.cpp