commit | 551bdf25bc4e57bea51c54da7e31c44c507e6c9f | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Fri Jun 22 13:36:35 2012 -0700 |
committer | Eric Anholt <eric@anholt.net> | Tue Jul 31 12:06:20 2012 -0700 |
tree | 30fe843355b1f850c0ce0772b605b65f1e03dd46 | |
parent | 7b77c64254109ff1d59a8937f8f15216c10c8cb7 [diff] |
glsl: Add support for default layout qualifiers for uniforms. I ended up having to add rallocing of the ast_type_qualifier in order to avoid pulling in ast.h for glsl_parser_extras.h, because I wanted to track an ast_type_qualifier in the state. Fixes piglit ARB_uniform_buffer_object/row-major. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>