Re: [Piglit] [PATCH] Fix explicit attrib location tests layout-12|13.frag; add a new one.

2012-09-10 Thread Paul Berry
On 31 August 2012 16:06, Kenneth Graunke wrote: > The ARB_explicit_attrib_location tests layout-12.frag and layout-13.frag > were incorrect: they both used index == 2 (which is invalid) and > expected the compile to succeed. Although the extension spec doesn't > state anything about generating a

[Piglit] [PATCH] Fix explicit attrib location tests layout-12|13.frag; add a new one.

2012-08-31 Thread Kenneth Graunke
The ARB_explicit_attrib_location tests layout-12.frag and layout-13.frag were incorrect: they both used index == 2 (which is invalid) and expected the compile to succeed. Although the extension spec doesn't state anything about generating an error on indices other than 0 or 1, the GLSL 4.30 spec c