[Piglit] [PATCH 1/2] glean: Disable unused print_float function.

2013-03-20 Thread Rico Schüller
Hi, this patch disables the print_float function, which is only used in the already disabled main function. Cheers Rico --- tests/glean/tfpexceptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/glean/tfpexceptions.cpp b/tests/glean/tfpexceptions.cpp index

[Piglit] [PATCH 2/2] glx_arb_create_context: Remove unused variables.

2013-03-20 Thread Rico Schüller
--- tests/spec/glx_arb_create_context/current-no-framebuffer.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/spec/glx_arb_create_context/current-no-framebuffer.c b/tests/spec/glx_arb_create_context/current-no-framebuffer.c index 8f2956e..f5857a2 100644 ---

Re: [Piglit] [PATCH 1/2] glean: Disable unused print_float function.

2013-03-20 Thread Brian Paul
On 03/20/2013 02:11 AM, Rico Schüller wrote: Hi, this patch disables the print_float function, which is only used in the already disabled main function. Cheers Rico --- Thanks. I'll push these patches soon, after cleaning up the commit messages a bit. -Brian

[Piglit] [PATCH 1/2] variable-index-read.sh: extend to support glsl es 1.00

2013-03-20 Thread Tom Gall
From tests/spec/glsl-1.10 extend variable-index-read.sh so that it can also correctly generates variable index read tests that support glsl-es-1.00. 1.00 added as a valid parameter to generated tests for glsl-es-1.00. For 1.00 tests the vertex shader an orthographic projection is applied since

[Piglit] [PATCH 2/2] variable-index-write.sh: extend to support glsl es 1.00

2013-03-20 Thread Tom Gall
From tests/spec/glsl-1.10 extend variable-index-write.sh so that it can also correctly generates variable index write tests that support glsl-es-1.00. 1.00 added as a valid parameter to generated tests for glsl-es-1.00. For 1.00 tests in the vertex shader an orthographic projection is applied