This patch series adds gles2 support to glslparser test. This adds about 365 more successful testcases for gles2.
The first patch makes a trivial change to glslparsertest.c such that version 100 is added and a check if running as gles, to not require GL_ARB_ES2_compatibility. The second patch adds a new GLSLESParserTest class. The commit entry addresses why it's needed and how frag/vert shaders are able to be reused between GLSL and GLSL ES with just a minor update to the config section. The third, fourth, fifth and six patches make trivial changes to the config sections of appropriate vert and frag shaders. (For instance GLSL 1.30 tests aren't updated) Changes have been tested both for gles and gl. Comments? -- Regards, Tom "Where's the kaboom!? There was supposed to be an earth-shattering kaboom!" Marvin Martian Graphics Working Group | Linaro.org │ Open source software for ARM SoCs w) tom.gall att linaro.org h) tom_gall att mac.com _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
