| commit | 2d03f48a65a666ecdcfaffa3d39ad1b77f2b25b6 | [log] [tgz] |
|---|---|---|
| author | Eric Anholt <eric@anholt.net> | Wed Apr 18 13:35:56 2012 -0700 |
| committer | Eric Anholt <eric@anholt.net> | Mon Jul 09 11:13:33 2012 -0700 |
| tree | a35c16d15d788dcbd3926e1f59c09ae3c0e822d3 | |
| parent | 912a429bc529a017a426f06631b31da1c0eaa3ae [diff] |
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>