glsl: Turn UBO variable declarations into ir_variables and check qualifiers.

Fixes piglit layout-*-non-uniform and layout-*-within-block.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
Eric Anholt
2012-04-26 18:19:39 -07:00
parent cdad337fec
commit f7561e8ecd
4 changed files with 39 additions and 3 deletions
+1
View File
@@ -773,6 +773,7 @@ ast_declarator_list::ast_declarator_list(ast_fully_specified_type *type)
{
this->type = type;
this->invariant = false;
this->ubo_qualifiers_valid = false;
}
void