Re: [Mesa-dev] [PATCH 06/32] glsl: Parse interface array size

2013-01-24 Thread Chad Versace
On 01/23/2013 01:54 PM, Paul Berry wrote: > On 22 January 2013 00:51, Ian Romanick wrote: > >> From: Ian Romanick >> >> For now, just drop the value on the floor. >> >> Signed-off-by: Ian Romanick >> --- >> src/glsl/ast.h | 12 ++- >> src/glsl/glsl_parser.yy | 55 >> ++

Re: [Mesa-dev] [PATCH 06/32] glsl: Parse interface array size

2013-01-23 Thread Paul Berry
On 22 January 2013 00:51, Ian Romanick wrote: > From: Ian Romanick > > For now, just drop the value on the floor. > > Signed-off-by: Ian Romanick > --- > src/glsl/ast.h | 12 ++- > src/glsl/glsl_parser.yy | 55 > ++--- > 2 files chan

Re: [Mesa-dev] [PATCH 06/32] glsl: Parse interface array size

2013-01-23 Thread Carl Worth
Ian Romanick writes: > From: Ian Romanick > > For now, just drop the value on the floor. And this gets picked up again in patch 19/32? It would be nice if the commit messages for those two patches referenced each other a bit more clearly, (just to make it easier to review that nothing got droppe

[Mesa-dev] [PATCH 06/32] glsl: Parse interface array size

2013-01-22 Thread Ian Romanick
From: Ian Romanick For now, just drop the value on the floor. Signed-off-by: Ian Romanick --- src/glsl/ast.h | 12 ++- src/glsl/glsl_parser.yy | 55 ++--- 2 files changed, 50 insertions(+), 17 deletions(-) diff --git a/src/glsl/ast.