[Piglit] [PATCH 1/1] glx-query-drawable: Remove unused window variable.

2013-03-19 Thread Rico Schüller
--- tests/glx/glx-query-drawable.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/glx/glx-query-drawable.c b/tests/glx/glx-query-drawable.c index f1e54db..d889e16 100644 --- a/tests/glx/glx-query-drawable.c +++ b/tests/glx/glx-query-drawable.c @@ -216,7 +216,6 @@ parse_args(int argc,

Re: [Piglit] [PATCH 4/4] fbo-clear-formats: clean up error handling

2013-03-19 Thread Brian Paul
On 03/19/2013 05:14 AM, Jose Fonseca wrote: Series looks good to me. Reviewed-by: Jose Fonsecajfons...@vmware.com Thanks. BTW, I'm fixing my tabs vs. spaces indentation errors before committing. -Brian ___ Piglit mailing list

Re: [Piglit] [PATCH 1/1] glx-query-drawable: Remove unused window variable.

2013-03-19 Thread Brian Paul
On 03/19/2013 03:04 AM, Rico Schüller wrote: --- tests/glx/glx-query-drawable.c | 1 - 1 file changed, 1 deletion(-) Pushed. Thanks. -Brian ___ Piglit mailing list Piglit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/piglit

[Piglit] [PATCH 1/8] glsl-4.00/ARB_texture_query_lod: Generate compiler tests for built-in functions

2013-03-19 Thread Matt Turner
For each sampler data type, generate a test for (vertex, fragment) shader; (glsl-4.00, glsl-1.30 + ARB_texture_query_lod). The vertex shader tests confirm that textureQueryLod is not available in the the vertex shader. --- generated_tests/CMakeLists.txt |4 +

[Piglit] [PATCH 3/8] arb_texture_query_lod: Test textureQueryLod with nearest filtering.

2013-03-19 Thread Matt Turner
--- .../fs-textureQueryLod-nearest.shader_test | 192 1 files changed, 192 insertions(+), 0 deletions(-) create mode 100644 tests/spec/arb_texture_query_lod/execution/fs-textureQueryLod-nearest.shader_test diff --git

[Piglit] [PATCH 4/8] arb_texture_query_lod: Test textureQueryLod with no mipmapping.

2013-03-19 Thread Matt Turner
--- .../fs-textureQueryLod-no-mipmap.shader_test | 121 1 files changed, 121 insertions(+), 0 deletions(-) create mode 100644 tests/spec/arb_texture_query_lod/execution/fs-textureQueryLod-no-mipmap.shader_test diff --git

[Piglit] [PATCH 5/8] shader_runner: Add lod_bias option to texparameter.

2013-03-19 Thread Matt Turner
--- tests/shaders/shader_runner.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/tests/shaders/shader_runner.c b/tests/shaders/shader_runner.c index 7f3ddbb..002cf72 100644 --- a/tests/shaders/shader_runner.c +++ b/tests/shaders/shader_runner.c @@ -1577,6 +1577,11 @@

[Piglit] [PATCH 6/8] arb_texture_query_lod: Test textureQueryLod with lod-biasing.

2013-03-19 Thread Matt Turner
--- .../fs-textureQueryLod-nearest-biased.shader_test | 182 1 files changed, 182 insertions(+), 0 deletions(-) create mode 100644 tests/spec/arb_texture_query_lod/execution/fs-textureQueryLod-nearest-biased.shader_test diff --git

[Piglit] [PATCH 7/8] arb_texture_query_lod: Test textureQueryLod with linear filtering.

2013-03-19 Thread Matt Turner
--- .../fs-textureQueryLod-linear.shader_test | 132 1 files changed, 132 insertions(+), 0 deletions(-) create mode 100644 tests/spec/arb_texture_query_lod/execution/fs-textureQueryLod-linear.shader_test diff --git

[Piglit] [PATCH 8/8] arb_texture_query_lod: Add execution shader_tests to all.tests.

2013-03-19 Thread Matt Turner
--- tests/all.tests |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/tests/all.tests b/tests/all.tests index 1dccd9a..f0cdc91 100644 --- a/tests/all.tests +++ b/tests/all.tests @@ -1162,6 +1162,12 @@ arb_texture_buffer_range['dlist'] =