[Piglit] [PATCH] vertexid: use default window size for gl_VertexID tests
Jose Fonseca
jfonseca at vmware.com
Thu May 29 11:12:26 PDT 2014
----- Original Message -----
> ---
> tests/spec/glsl-1.30/execution/vertexid-beginend.c | 3 ---
> tests/spec/glsl-1.30/execution/vertexid-drawarrays.c | 3 ---
> tests/spec/glsl-1.30/execution/vertexid-drawelements.c | 3 ---
> 3 files changed, 9 deletions(-)
>
> diff --git a/tests/spec/glsl-1.30/execution/vertexid-beginend.c
> b/tests/spec/glsl-1.30/execution/vertexid-beginend.c
> index 366279c..e805ab1 100644
> --- a/tests/spec/glsl-1.30/execution/vertexid-beginend.c
> +++ b/tests/spec/glsl-1.30/execution/vertexid-beginend.c
> @@ -32,9 +32,6 @@
> PIGLIT_GL_TEST_CONFIG_BEGIN
>
> config.supports_gl_compat_version = 10;
> -
> - config.window_width = 70;
> - config.window_height = 30;
> config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE;
>
> PIGLIT_GL_TEST_CONFIG_END
> diff --git a/tests/spec/glsl-1.30/execution/vertexid-drawarrays.c
> b/tests/spec/glsl-1.30/execution/vertexid-drawarrays.c
> index 26b3df1..2c38a31 100644
> --- a/tests/spec/glsl-1.30/execution/vertexid-drawarrays.c
> +++ b/tests/spec/glsl-1.30/execution/vertexid-drawarrays.c
> @@ -32,9 +32,6 @@
> PIGLIT_GL_TEST_CONFIG_BEGIN
>
> config.supports_gl_compat_version = 10;
> -
> - config.window_width = 70;
> - config.window_height = 30;
> config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE;
>
> PIGLIT_GL_TEST_CONFIG_END
> diff --git a/tests/spec/glsl-1.30/execution/vertexid-drawelements.c
> b/tests/spec/glsl-1.30/execution/vertexid-drawelements.c
> index 4193c48..2f7bed9 100644
> --- a/tests/spec/glsl-1.30/execution/vertexid-drawelements.c
> +++ b/tests/spec/glsl-1.30/execution/vertexid-drawelements.c
> @@ -32,9 +32,6 @@
> PIGLIT_GL_TEST_CONFIG_BEGIN
>
> config.supports_gl_compat_version = 10;
> -
> - config.window_width = 70;
> - config.window_height = 30;
> config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE;
>
> PIGLIT_GL_TEST_CONFIG_END
> --
> 1.7.10.4
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> https://urldefense.proofpoint.com/v1/url?u=http://lists.freedesktop.org/mailman/listinfo/piglit&k=oIvRg1%2BdGAgOoM1BIlLLqw%3D%3D%0A&r=NMr9uy2iTjWVixC0wOcYCWEIYhfo80qKwRgdodpoDzA%3D%0A&m=d51O%2FdzMCe2hFOqHIOeV0Jckq8azEstCInycMou88kE%3D%0A&s=7015ab008b54a265dd91992eef7f03612c90d36119fcaeadbfbaa06f17e2d1b2
>
Assuming these tests don't rely on large windwos, this is
Reviewed-by: Jose Fonseca <jfonseca at vmware.com>
More information about the Piglit
mailing list