[Piglit] [PATCH 2/6] gles2, glsl: add gles2 support to glslparser test

2012-12-19 Thread Tom Gall
Add GLSLESParserTest class which runs the gles2/gles3 version of glslparsertest. Why is this needed? The current GLSLParserTest class doesn't know about the gles2/gles3 varient of glslparsertest. The versioning of glsl_version in the config section of frags and vert shaders is conceptually incompat

Re: [Piglit] [PATCH 2/6] gles2, glsl: add gles2 support to glslparser test

2012-12-17 Thread Tom Gall
On Mon, Dec 17, 2012 at 12:54 PM, Chad Versace wrote: > On 12/14/2012 12:01 PM, Tom Gall wrote: >> Add GLSLESParserTest class which runs the gles2/gles3 >>version of glslparsertest. Why is this needed? >>The current GLSLParserTest class doesn't know about the >>gles2/gles3 varient of g

Re: [Piglit] [PATCH 2/6] gles2, glsl: add gles2 support to glslparser test

2012-12-17 Thread Chad Versace
On 12/14/2012 12:01 PM, Tom Gall wrote: > Add GLSLESParserTest class which runs the gles2/gles3 >version of glslparsertest. Why is this needed? >The current GLSLParserTest class doesn't know about the >gles2/gles3 varient of glslparsertest. The versioning >of glsl_version in the con

[Piglit] [PATCH 2/6] gles2, glsl: add gles2 support to glslparser test

2012-12-15 Thread Tom Gall
Add GLSLESParserTest class which runs the gles2/gles3 version of glslparsertest. Why is this needed? The current GLSLParserTest class doesn't know about the gles2/gles3 varient of glslparsertest. The versioning of glsl_version in the config section of frags and vert shaders is concep