Re: [Mesa-dev] [PATCH 05/18] glsl: Add parsing for GLSL uniform blocks.

2012-07-03 Thread Kenneth Graunke
On 07/02/2012 05:38 PM, Eric Anholt wrote: > This doesn't do anything with the uniform block declarations yet, so > usage of those uniforms finds them to be undeclared. > --- > src/glsl/ast.h | 28 +++ > src/glsl/ast_to_hir.cpp | 11 + > src/glsl/glsl_lexer.ll |5 +- >

[Mesa-dev] [PATCH 05/18] glsl: Add parsing for GLSL uniform blocks.

2012-07-02 Thread Eric Anholt
This doesn't do anything with the uniform block declarations yet, so usage of those uniforms finds them to be undeclared. --- src/glsl/ast.h | 28 +++ src/glsl/ast_to_hir.cpp | 11 + src/glsl/glsl_lexer.ll |5 +- src/glsl/glsl_parser.yy | 122