[Piglit] [PATCH 3/3] gl-2.0: remove explicit 100 x 100 window size

Jose Fonseca jfonseca at vmware.com
Tue Jan 22 03:12:07 PST 2013


Series looks good to me.

Reviewed-by: Jose Fonseca <jfonseca at vmware.com>

----- Original Message -----
> ---
>  tests/spec/gl-2.0/api/clip-flag-behavior.c         |    3 ---
>  .../gl-2.0/api/getattriblocation-conventional.c    |    3 ---
>  tests/spec/gl-2.0/vertex-program-two-side.c        |    3 ---
>  3 files changed, 0 insertions(+), 9 deletions(-)
> 
> diff --git a/tests/spec/gl-2.0/api/clip-flag-behavior.c
> b/tests/spec/gl-2.0/api/clip-flag-behavior.c
> index 8f9d8a6..1af9b14 100644
> --- a/tests/spec/gl-2.0/api/clip-flag-behavior.c
> +++ b/tests/spec/gl-2.0/api/clip-flag-behavior.c
> @@ -41,9 +41,6 @@
>  PIGLIT_GL_TEST_CONFIG_BEGIN
>  
>  	config.supports_gl_compat_version = 10;
> -
> -	config.window_width = 100;
> -	config.window_height = 100;
>  	config.window_visual = PIGLIT_GL_VISUAL_RGB |
>  	PIGLIT_GL_VISUAL_DOUBLE;
>  
>  PIGLIT_GL_TEST_CONFIG_END
> diff --git a/tests/spec/gl-2.0/api/getattriblocation-conventional.c
> b/tests/spec/gl-2.0/api/getattriblocation-conventional.c
> index d54011f..5396965 100644
> --- a/tests/spec/gl-2.0/api/getattriblocation-conventional.c
> +++ b/tests/spec/gl-2.0/api/getattriblocation-conventional.c
> @@ -33,9 +33,6 @@
>  PIGLIT_GL_TEST_CONFIG_BEGIN
>  
>  	config.supports_gl_compat_version = 10;
> -
> -	config.window_width = 100;
> -	config.window_height = 100;
>  	config.window_visual = PIGLIT_GL_VISUAL_RGB |
>  	PIGLIT_GL_VISUAL_DOUBLE;
>  
>  PIGLIT_GL_TEST_CONFIG_END
> diff --git a/tests/spec/gl-2.0/vertex-program-two-side.c
> b/tests/spec/gl-2.0/vertex-program-two-side.c
> index 9188f33..9ffd73b 100644
> --- a/tests/spec/gl-2.0/vertex-program-two-side.c
> +++ b/tests/spec/gl-2.0/vertex-program-two-side.c
> @@ -48,9 +48,6 @@
>  PIGLIT_GL_TEST_CONFIG_BEGIN
>  
>  	config.supports_gl_compat_version = 10;
> -
> -	config.window_width = 100;
> -	config.window_height = 100;
>  	config.window_visual = PIGLIT_GL_VISUAL_RGB |
>  	PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE;
>  
>  PIGLIT_GL_TEST_CONFIG_END
> --
> 1.7.3.4
> 
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit
> 


More information about the Piglit mailing list