Re: [Piglit] [PATCH] glsl-1.20: test declaring gl_Position with the invariant qualifier.

2016-10-20 Thread Marek Olšák
If it's just a linker test, the draw call is unnecessary. I think this can be used instead: [test] link success Whether or not you use that fix: Reviewed-by: Marek Olšák Marek On Wed, Oct 19, 2016 at 1:28 AM, Brian Paul wrote: > To exercise a Mesa GLSL regression. > --- > .../linker/invarian

[Piglit] [PATCH] glsl-1.20: test declaring gl_Position with the invariant qualifier.

2016-10-18 Thread Brian Paul
To exercise a Mesa GLSL regression. --- .../linker/invariant-position.shader_test | 26 ++ 1 file changed, 26 insertions(+) create mode 100644 tests/spec/glsl-1.20/linker/invariant-position.shader_test diff --git a/tests/spec/glsl-1.20/linker/invariant-position.shade