Re: [Mesa-dev] [PATCH] glsl: Allow parsing of explicit_attrib_location keywords in ES 3

2012-11-16 Thread Kenneth Graunke
On 11/15/2012 11:25 AM, Matt Turner wrote: Fixes draw_buffers_test3 and 6 explicit_attrib_location tests from. gles3conform --- This is how this should be fixed, right? Modifying the table in glsl_parser_extras.cpp would have incorrectly allowed #extension GL_ARB_explicit_attrib_location

Re: [Mesa-dev] [PATCH] glsl: Allow parsing of explicit_attrib_location keywords in ES 3

2012-11-16 Thread Ian Romanick
On 11/15/2012 11:25 AM, Matt Turner wrote: Fixes draw_buffers_test3 and 6 explicit_attrib_location tests from. gles3conform --- This is how this should be fixed, right? Modifying the table in glsl_parser_extras.cpp would have incorrectly allowed #extension GL_ARB_explicit_attrib_location

[Mesa-dev] [PATCH] glsl: Allow parsing of explicit_attrib_location keywords in ES 3

2012-11-15 Thread Matt Turner
Fixes draw_buffers_test3 and 6 explicit_attrib_location tests from. gles3conform --- This is how this should be fixed, right? Modifying the table in glsl_parser_extras.cpp would have incorrectly allowed #extension GL_ARB_explicit_attrib_location : enable in GLES 2? src/glsl/glsl_parser.yy