Re: [Mesa-dev] [PATCH 08/18] glsl: Simplify interface qualifier parsing.

2016-08-01 Thread Timothy Arceri
On Mon, 2016-08-01 at 10:29 -0700, Kenneth Graunke wrote: > This better matches the grammar in section 4.3.9 of the GLSL 4.5 > spec, > and also removes some redundant code. > > Signed-off-by: Kenneth Graunke Nice! Yes this is how I should have done it when I got ride of buffer_instance_name_opt.

[Mesa-dev] [PATCH 08/18] glsl: Simplify interface qualifier parsing.

2016-08-01 Thread Kenneth Graunke
This better matches the grammar in section 4.3.9 of the GLSL 4.5 spec, and also removes some redundant code. Signed-off-by: Kenneth Graunke --- src/compiler/glsl/glsl_parser.yy | 41 +++- 1 file changed, 7 insertions(+), 34 deletions(-) diff --git a/src/compi