[Piglit] [PATCH 09/11] shaders: remove config.window_width/height = 100 lines

Marek Olšák maraeo at gmail.com
Sun Nov 11 04:47:53 PST 2012


With this patch committed, these tests are now broken:

glsl-arb-fragment-coord-conventions
glsl-kwin-blur-1
glsl-kwin-blur-2
glsl-orangebook-ch06-bump

Marek

On Fri, Nov 2, 2012 at 9:01 PM, Brian Paul <brianp at vmware.com> wrote:
> ---
>  tests/shaders/activeprogram-bad-program.c          |    2 --
>  tests/shaders/activeprogram-get.c                  |    2 --
>  tests/shaders/attribute0.c                         |    2 --
>  .../shaders/createshaderprogram-attached-shaders.c |    2 --
>  tests/shaders/createshaderprogram-bad-type.c       |    2 --
>  tests/shaders/fp-formats.c                         |    2 --
>  tests/shaders/fp-indirections.c                    |    2 --
>  .../glsl-arb-fragment-coord-conventions-define.c   |    2 --
>  .../shaders/glsl-arb-fragment-coord-conventions.c  |    2 --
>  tests/shaders/glsl-bindattriblocation.c            |    2 --
>  tests/shaders/glsl-cos.c                           |    2 --
>  tests/shaders/glsl-dlist-getattriblocation.c       |    2 --
>  tests/shaders/glsl-fs-bug25902.c                   |    2 --
>  tests/shaders/glsl-fs-color-matrix.c               |    2 --
>  tests/shaders/glsl-fs-discard-02.c                 |    2 --
>  tests/shaders/glsl-fs-exp2.c                       |    2 --
>  tests/shaders/glsl-fs-fogcolor-statechange.c       |    2 --
>  tests/shaders/glsl-fs-loop-nested.c                |    2 --
>  tests/shaders/glsl-fs-loop.c                       |    2 --
>  tests/shaders/glsl-fs-mix-constant.c               |    2 --
>  tests/shaders/glsl-fs-mix.c                        |    2 --
>  tests/shaders/glsl-fs-sampler-numbering.c          |    2 --
>  tests/shaders/glsl-fs-sqrt-branch.c                |    2 --
>  .../shaders/glsl-fs-textureenvcolor-statechange.c  |    2 --
>  tests/shaders/glsl-getactiveuniform-count.c        |    2 --
>  tests/shaders/glsl-getattriblocation.c             |    2 --
>  tests/shaders/glsl-invalid-asm-01.c                |    2 --
>  tests/shaders/glsl-invalid-asm-02.c                |    2 --
>  tests/shaders/glsl-kwin-blur-1.c                   |    2 --
>  tests/shaders/glsl-kwin-blur-2.c                   |    2 --
>  tests/shaders/glsl-light-model.c                   |    2 --
>  tests/shaders/glsl-link-bug30552.c                 |    2 --
>  tests/shaders/glsl-link-bug38015.c                 |    2 --
>  tests/shaders/glsl-link-initializer-03.c           |    2 --
>  tests/shaders/glsl-link-test.c                     |    2 --
>  tests/shaders/glsl-mat-attribute.c                 |    2 --
>  tests/shaders/glsl-novertexdata.c                  |    2 --
>  tests/shaders/glsl-orangebook-ch06-bump.c          |    2 --
>  tests/shaders/glsl-preprocessor-comments.c         |    2 --
>  tests/shaders/glsl-reload-source.c                 |    2 --
>  tests/shaders/glsl-sin.c                           |    2 --
>  tests/shaders/glsl-uniform-out-of-bounds.c         |    2 --
>  tests/shaders/glsl-uniform-update.c                |    2 --
>  tests/shaders/glsl-unused-varying.c                |    2 --
>  tests/shaders/glsl-useprogram-displaylist.c        |    2 --
>  tests/shaders/glsl-vs-arrays.c                     |    2 --
>  tests/shaders/glsl-vs-functions.c                  |    2 --
>  tests/shaders/glsl-vs-if-bool.c                    |    2 --
>  tests/shaders/glsl-vs-loop-nested.c                |    2 --
>  tests/shaders/glsl-vs-loop.c                       |    2 --
>  tests/shaders/glsl-vs-mov-after-deref.c            |    2 --
>  tests/shaders/glsl-vs-mvp-statechange.c            |    2 --
>  tests/shaders/glsl-vs-texturematrix-1.c            |    2 --
>  tests/shaders/glsl-vs-texturematrix-2.c            |    2 --
>  tests/shaders/gpu_shader4_attribs.c                |    2 --
>  tests/shaders/link-unresolved-function.c           |    2 --
>  tests/shaders/trinity-fp1.c                        |    1 -
>  tests/shaders/useprogram-flushverts-1.c            |    2 --
>  tests/shaders/useprogram-flushverts-2.c            |    2 --
>  tests/shaders/useprogram-inside-begin.c            |    2 --
>  tests/shaders/useprogram-refcount-1.c              |    2 --
>  tests/shaders/useshaderprogram-bad-program.c       |    2 --
>  tests/shaders/useshaderprogram-flushverts-1.c      |    2 --
>  tests/shaders/vp-combined-image-units.c            |    2 --
>  tests/shaders/vp-max-array.c                       |    2 --
>  65 files changed, 0 insertions(+), 129 deletions(-)
>
> diff --git a/tests/shaders/activeprogram-bad-program.c b/tests/shaders/activeprogram-bad-program.c
> index 3ecfd37..65dfcb3 100644
> --- a/tests/shaders/activeprogram-bad-program.c
> +++ b/tests/shaders/activeprogram-bad-program.c
> @@ -33,8 +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/shaders/activeprogram-get.c b/tests/shaders/activeprogram-get.c
> index 1a5d1f5..501a057 100644
> --- a/tests/shaders/activeprogram-get.c
> +++ b/tests/shaders/activeprogram-get.c
> @@ -33,8 +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/shaders/attribute0.c b/tests/shaders/attribute0.c
> index 9e24511..e77fabc 100644
> --- a/tests/shaders/attribute0.c
> +++ b/tests/shaders/attribute0.c
> @@ -33,8 +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/shaders/createshaderprogram-attached-shaders.c b/tests/shaders/createshaderprogram-attached-shaders.c
> index f1e81e8..09316c7 100644
> --- a/tests/shaders/createshaderprogram-attached-shaders.c
> +++ b/tests/shaders/createshaderprogram-attached-shaders.c
> @@ -33,8 +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/shaders/createshaderprogram-bad-type.c b/tests/shaders/createshaderprogram-bad-type.c
> index 7fcb8ad..26e7412 100644
> --- a/tests/shaders/createshaderprogram-bad-type.c
> +++ b/tests/shaders/createshaderprogram-bad-type.c
> @@ -33,8 +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/shaders/fp-formats.c b/tests/shaders/fp-formats.c
> index bac2dde..16cf876 100644
> --- a/tests/shaders/fp-formats.c
> +++ b/tests/shaders/fp-formats.c
> @@ -34,8 +34,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_DOUBLE;
>
>  PIGLIT_GL_TEST_CONFIG_END
> diff --git a/tests/shaders/fp-indirections.c b/tests/shaders/fp-indirections.c
> index 33ecd4f..f5bcd37 100644
> --- a/tests/shaders/fp-indirections.c
> +++ b/tests/shaders/fp-indirections.c
> @@ -31,8 +31,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/shaders/glsl-arb-fragment-coord-conventions-define.c b/tests/shaders/glsl-arb-fragment-coord-conventions-define.c
> index 683800f..3cdc7b2 100644
> --- a/tests/shaders/glsl-arb-fragment-coord-conventions-define.c
> +++ b/tests/shaders/glsl-arb-fragment-coord-conventions-define.c
> @@ -37,8 +37,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/shaders/glsl-arb-fragment-coord-conventions.c b/tests/shaders/glsl-arb-fragment-coord-conventions.c
> index 0361775..bf60c93 100644
> --- a/tests/shaders/glsl-arb-fragment-coord-conventions.c
> +++ b/tests/shaders/glsl-arb-fragment-coord-conventions.c
> @@ -37,8 +37,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/shaders/glsl-bindattriblocation.c b/tests/shaders/glsl-bindattriblocation.c
> index 21b1967..fd02e8d 100644
> --- a/tests/shaders/glsl-bindattriblocation.c
> +++ b/tests/shaders/glsl-bindattriblocation.c
> @@ -45,8 +45,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/shaders/glsl-cos.c b/tests/shaders/glsl-cos.c
> index 577e640..4742604 100644
> --- a/tests/shaders/glsl-cos.c
> +++ b/tests/shaders/glsl-cos.c
> @@ -36,8 +36,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/shaders/glsl-dlist-getattriblocation.c b/tests/shaders/glsl-dlist-getattriblocation.c
> index e5695b0..196c364 100644
> --- a/tests/shaders/glsl-dlist-getattriblocation.c
> +++ b/tests/shaders/glsl-dlist-getattriblocation.c
> @@ -36,8 +36,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_TEST_CONFIG_END
> diff --git a/tests/shaders/glsl-fs-bug25902.c b/tests/shaders/glsl-fs-bug25902.c
> index bc8b8ba..0cb9fc8 100644
> --- a/tests/shaders/glsl-fs-bug25902.c
> +++ b/tests/shaders/glsl-fs-bug25902.c
> @@ -37,8 +37,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/shaders/glsl-fs-color-matrix.c b/tests/shaders/glsl-fs-color-matrix.c
> index 925c495..312409e 100644
> --- a/tests/shaders/glsl-fs-color-matrix.c
> +++ b/tests/shaders/glsl-fs-color-matrix.c
> @@ -35,8 +35,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/shaders/glsl-fs-discard-02.c b/tests/shaders/glsl-fs-discard-02.c
> index 15bd931..166285f 100644
> --- a/tests/shaders/glsl-fs-discard-02.c
> +++ b/tests/shaders/glsl-fs-discard-02.c
> @@ -38,8 +38,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_VISUAL_DEPTH;
>
>  PIGLIT_GL_TEST_CONFIG_END
> diff --git a/tests/shaders/glsl-fs-exp2.c b/tests/shaders/glsl-fs-exp2.c
> index dd3ed94..b76ea16 100644
> --- a/tests/shaders/glsl-fs-exp2.c
> +++ b/tests/shaders/glsl-fs-exp2.c
> @@ -36,8 +36,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/shaders/glsl-fs-fogcolor-statechange.c b/tests/shaders/glsl-fs-fogcolor-statechange.c
> index 11bc315..c362bed 100644
> --- a/tests/shaders/glsl-fs-fogcolor-statechange.c
> +++ b/tests/shaders/glsl-fs-fogcolor-statechange.c
> @@ -33,8 +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_VISUAL_ALPHA;
>
>  PIGLIT_GL_TEST_CONFIG_END
> diff --git a/tests/shaders/glsl-fs-loop-nested.c b/tests/shaders/glsl-fs-loop-nested.c
> index a0385b7..1077636 100644
> --- a/tests/shaders/glsl-fs-loop-nested.c
> +++ b/tests/shaders/glsl-fs-loop-nested.c
> @@ -43,8 +43,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/shaders/glsl-fs-loop.c b/tests/shaders/glsl-fs-loop.c
> index 0d66816..2b38ff1 100644
> --- a/tests/shaders/glsl-fs-loop.c
> +++ b/tests/shaders/glsl-fs-loop.c
> @@ -43,8 +43,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/shaders/glsl-fs-mix-constant.c b/tests/shaders/glsl-fs-mix-constant.c
> index b50f5a4..a2be8fd 100644
> --- a/tests/shaders/glsl-fs-mix-constant.c
> +++ b/tests/shaders/glsl-fs-mix-constant.c
> @@ -37,8 +37,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_VISUAL_ALPHA;
>
>  PIGLIT_GL_TEST_CONFIG_END
> diff --git a/tests/shaders/glsl-fs-mix.c b/tests/shaders/glsl-fs-mix.c
> index 1467399..eb5580f 100644
> --- a/tests/shaders/glsl-fs-mix.c
> +++ b/tests/shaders/glsl-fs-mix.c
> @@ -36,8 +36,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_VISUAL_ALPHA;
>
>  PIGLIT_GL_TEST_CONFIG_END
> diff --git a/tests/shaders/glsl-fs-sampler-numbering.c b/tests/shaders/glsl-fs-sampler-numbering.c
> index 03cecd4..1771ba5 100644
> --- a/tests/shaders/glsl-fs-sampler-numbering.c
> +++ b/tests/shaders/glsl-fs-sampler-numbering.c
> @@ -37,8 +37,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/shaders/glsl-fs-sqrt-branch.c b/tests/shaders/glsl-fs-sqrt-branch.c
> index f7893a3..1f15d59 100644
> --- a/tests/shaders/glsl-fs-sqrt-branch.c
> +++ b/tests/shaders/glsl-fs-sqrt-branch.c
> @@ -37,8 +37,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/shaders/glsl-fs-textureenvcolor-statechange.c b/tests/shaders/glsl-fs-textureenvcolor-statechange.c
> index 06d544b..fce5270 100644
> --- a/tests/shaders/glsl-fs-textureenvcolor-statechange.c
> +++ b/tests/shaders/glsl-fs-textureenvcolor-statechange.c
> @@ -33,8 +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_VISUAL_ALPHA;
>
>  PIGLIT_GL_TEST_CONFIG_END
> diff --git a/tests/shaders/glsl-getactiveuniform-count.c b/tests/shaders/glsl-getactiveuniform-count.c
> index de01a51..1ea1646 100644
> --- a/tests/shaders/glsl-getactiveuniform-count.c
> +++ b/tests/shaders/glsl-getactiveuniform-count.c
> @@ -37,8 +37,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/shaders/glsl-getattriblocation.c b/tests/shaders/glsl-getattriblocation.c
> index 31b5eed..82880dd 100644
> --- a/tests/shaders/glsl-getattriblocation.c
> +++ b/tests/shaders/glsl-getattriblocation.c
> @@ -46,8 +46,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/shaders/glsl-invalid-asm-01.c b/tests/shaders/glsl-invalid-asm-01.c
> index b26ac39..d611b06 100644
> --- a/tests/shaders/glsl-invalid-asm-01.c
> +++ b/tests/shaders/glsl-invalid-asm-01.c
> @@ -43,8 +43,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/shaders/glsl-invalid-asm-02.c b/tests/shaders/glsl-invalid-asm-02.c
> index a35a344..73e50af 100644
> --- a/tests/shaders/glsl-invalid-asm-02.c
> +++ b/tests/shaders/glsl-invalid-asm-02.c
> @@ -42,8 +42,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/shaders/glsl-kwin-blur-1.c b/tests/shaders/glsl-kwin-blur-1.c
> index 26a8866..c3dff09 100644
> --- a/tests/shaders/glsl-kwin-blur-1.c
> +++ b/tests/shaders/glsl-kwin-blur-1.c
> @@ -36,8 +36,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/shaders/glsl-kwin-blur-2.c b/tests/shaders/glsl-kwin-blur-2.c
> index 0e41aa7..c58bb82 100644
> --- a/tests/shaders/glsl-kwin-blur-2.c
> +++ b/tests/shaders/glsl-kwin-blur-2.c
> @@ -36,8 +36,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/shaders/glsl-light-model.c b/tests/shaders/glsl-light-model.c
> index 4151d6c..03e6f6f 100644
> --- a/tests/shaders/glsl-light-model.c
> +++ b/tests/shaders/glsl-light-model.c
> @@ -40,8 +40,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/shaders/glsl-link-bug30552.c b/tests/shaders/glsl-link-bug30552.c
> index 5dedf0c..35d60ee 100644
> --- a/tests/shaders/glsl-link-bug30552.c
> +++ b/tests/shaders/glsl-link-bug30552.c
> @@ -33,8 +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/shaders/glsl-link-bug38015.c b/tests/shaders/glsl-link-bug38015.c
> index 3b581a4..e905736 100644
> --- a/tests/shaders/glsl-link-bug38015.c
> +++ b/tests/shaders/glsl-link-bug38015.c
> @@ -35,8 +35,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/shaders/glsl-link-initializer-03.c b/tests/shaders/glsl-link-initializer-03.c
> index cd9cc84..8470b4b 100644
> --- a/tests/shaders/glsl-link-initializer-03.c
> +++ b/tests/shaders/glsl-link-initializer-03.c
> @@ -40,8 +40,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/shaders/glsl-link-test.c b/tests/shaders/glsl-link-test.c
> index 5089204..dd33391 100644
> --- a/tests/shaders/glsl-link-test.c
> +++ b/tests/shaders/glsl-link-test.c
> @@ -34,8 +34,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/shaders/glsl-mat-attribute.c b/tests/shaders/glsl-mat-attribute.c
> index 85a5ac0..adad0ed 100644
> --- a/tests/shaders/glsl-mat-attribute.c
> +++ b/tests/shaders/glsl-mat-attribute.c
> @@ -34,8 +34,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_VISUAL_DEPTH;
>
>  PIGLIT_GL_TEST_CONFIG_END
> diff --git a/tests/shaders/glsl-novertexdata.c b/tests/shaders/glsl-novertexdata.c
> index 2b8bda8..f9cbcac 100644
> --- a/tests/shaders/glsl-novertexdata.c
> +++ b/tests/shaders/glsl-novertexdata.c
> @@ -46,8 +46,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/shaders/glsl-orangebook-ch06-bump.c b/tests/shaders/glsl-orangebook-ch06-bump.c
> index 15bfc7b..e1f1bc7 100644
> --- a/tests/shaders/glsl-orangebook-ch06-bump.c
> +++ b/tests/shaders/glsl-orangebook-ch06-bump.c
> @@ -37,8 +37,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/shaders/glsl-preprocessor-comments.c b/tests/shaders/glsl-preprocessor-comments.c
> index 60b869e..f42bb70 100644
> --- a/tests/shaders/glsl-preprocessor-comments.c
> +++ b/tests/shaders/glsl-preprocessor-comments.c
> @@ -40,8 +40,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/shaders/glsl-reload-source.c b/tests/shaders/glsl-reload-source.c
> index cbd1ef1..adf6977 100644
> --- a/tests/shaders/glsl-reload-source.c
> +++ b/tests/shaders/glsl-reload-source.c
> @@ -38,8 +38,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_TEST_CONFIG_END
> diff --git a/tests/shaders/glsl-sin.c b/tests/shaders/glsl-sin.c
> index 0fb4913..26c3719 100644
> --- a/tests/shaders/glsl-sin.c
> +++ b/tests/shaders/glsl-sin.c
> @@ -36,8 +36,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/shaders/glsl-uniform-out-of-bounds.c b/tests/shaders/glsl-uniform-out-of-bounds.c
> index 312a859..36f14bc 100644
> --- a/tests/shaders/glsl-uniform-out-of-bounds.c
> +++ b/tests/shaders/glsl-uniform-out-of-bounds.c
> @@ -40,8 +40,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_TEST_CONFIG_END
> diff --git a/tests/shaders/glsl-uniform-update.c b/tests/shaders/glsl-uniform-update.c
> index 9512234..9031bb9 100644
> --- a/tests/shaders/glsl-uniform-update.c
> +++ b/tests/shaders/glsl-uniform-update.c
> @@ -40,8 +40,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/shaders/glsl-unused-varying.c b/tests/shaders/glsl-unused-varying.c
> index 0004eda..c5a6e09 100644
> --- a/tests/shaders/glsl-unused-varying.c
> +++ b/tests/shaders/glsl-unused-varying.c
> @@ -40,8 +40,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/shaders/glsl-useprogram-displaylist.c b/tests/shaders/glsl-useprogram-displaylist.c
> index c2eaa0e..089a15a 100644
> --- a/tests/shaders/glsl-useprogram-displaylist.c
> +++ b/tests/shaders/glsl-useprogram-displaylist.c
> @@ -35,8 +35,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/shaders/glsl-vs-arrays.c b/tests/shaders/glsl-vs-arrays.c
> index 6beb298..d7191ad 100644
> --- a/tests/shaders/glsl-vs-arrays.c
> +++ b/tests/shaders/glsl-vs-arrays.c
> @@ -36,8 +36,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/shaders/glsl-vs-functions.c b/tests/shaders/glsl-vs-functions.c
> index a84460c..b39d6d2 100644
> --- a/tests/shaders/glsl-vs-functions.c
> +++ b/tests/shaders/glsl-vs-functions.c
> @@ -39,8 +39,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_VISUAL_ALPHA;
>
>  PIGLIT_GL_TEST_CONFIG_END
> diff --git a/tests/shaders/glsl-vs-if-bool.c b/tests/shaders/glsl-vs-if-bool.c
> index 33d1229..0d30fb4 100644
> --- a/tests/shaders/glsl-vs-if-bool.c
> +++ b/tests/shaders/glsl-vs-if-bool.c
> @@ -36,8 +36,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/shaders/glsl-vs-loop-nested.c b/tests/shaders/glsl-vs-loop-nested.c
> index 0d3755f..9309589 100644
> --- a/tests/shaders/glsl-vs-loop-nested.c
> +++ b/tests/shaders/glsl-vs-loop-nested.c
> @@ -43,8 +43,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/shaders/glsl-vs-loop.c b/tests/shaders/glsl-vs-loop.c
> index e619c33..573e187 100644
> --- a/tests/shaders/glsl-vs-loop.c
> +++ b/tests/shaders/glsl-vs-loop.c
> @@ -43,8 +43,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/shaders/glsl-vs-mov-after-deref.c b/tests/shaders/glsl-vs-mov-after-deref.c
> index 9aae0fc..c330ec6 100644
> --- a/tests/shaders/glsl-vs-mov-after-deref.c
> +++ b/tests/shaders/glsl-vs-mov-after-deref.c
> @@ -37,8 +37,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/shaders/glsl-vs-mvp-statechange.c b/tests/shaders/glsl-vs-mvp-statechange.c
> index 8605cd1..9f01907 100644
> --- a/tests/shaders/glsl-vs-mvp-statechange.c
> +++ b/tests/shaders/glsl-vs-mvp-statechange.c
> @@ -33,8 +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_VISUAL_ALPHA;
>
>  PIGLIT_GL_TEST_CONFIG_END
> diff --git a/tests/shaders/glsl-vs-texturematrix-1.c b/tests/shaders/glsl-vs-texturematrix-1.c
> index 97f0f07..f70e9f1 100644
> --- a/tests/shaders/glsl-vs-texturematrix-1.c
> +++ b/tests/shaders/glsl-vs-texturematrix-1.c
> @@ -36,8 +36,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/shaders/glsl-vs-texturematrix-2.c b/tests/shaders/glsl-vs-texturematrix-2.c
> index 711d1a1..af5270b 100644
> --- a/tests/shaders/glsl-vs-texturematrix-2.c
> +++ b/tests/shaders/glsl-vs-texturematrix-2.c
> @@ -38,8 +38,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/shaders/gpu_shader4_attribs.c b/tests/shaders/gpu_shader4_attribs.c
> index e6572ea..80dcfbd 100644
> --- a/tests/shaders/gpu_shader4_attribs.c
> +++ b/tests/shaders/gpu_shader4_attribs.c
> @@ -36,8 +36,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
> diff --git a/tests/shaders/link-unresolved-function.c b/tests/shaders/link-unresolved-function.c
> index de8d9f5..c0aaf9f 100644
> --- a/tests/shaders/link-unresolved-function.c
> +++ b/tests/shaders/link-unresolved-function.c
> @@ -33,8 +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/shaders/trinity-fp1.c b/tests/shaders/trinity-fp1.c
> index 045db21..f65e792 100644
> --- a/tests/shaders/trinity-fp1.c
> +++ b/tests/shaders/trinity-fp1.c
> @@ -33,7 +33,6 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>         config.supports_gl_compat_version = 10;
>
>         config.window_width = 200;
> -       config.window_height = 100;
>         config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH;
>
>  PIGLIT_GL_TEST_CONFIG_END
> diff --git a/tests/shaders/useprogram-flushverts-1.c b/tests/shaders/useprogram-flushverts-1.c
> index b1bd37e..e09c0f9 100644
> --- a/tests/shaders/useprogram-flushverts-1.c
> +++ b/tests/shaders/useprogram-flushverts-1.c
> @@ -37,8 +37,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
> diff --git a/tests/shaders/useprogram-flushverts-2.c b/tests/shaders/useprogram-flushverts-2.c
> index 0774a72..c676a86 100644
> --- a/tests/shaders/useprogram-flushverts-2.c
> +++ b/tests/shaders/useprogram-flushverts-2.c
> @@ -37,8 +37,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
> diff --git a/tests/shaders/useprogram-inside-begin.c b/tests/shaders/useprogram-inside-begin.c
> index 2911448..22b4e97 100644
> --- a/tests/shaders/useprogram-inside-begin.c
> +++ b/tests/shaders/useprogram-inside-begin.c
> @@ -33,8 +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/shaders/useprogram-refcount-1.c b/tests/shaders/useprogram-refcount-1.c
> index 9f83c4c..b5ed72d 100644
> --- a/tests/shaders/useprogram-refcount-1.c
> +++ b/tests/shaders/useprogram-refcount-1.c
> @@ -40,8 +40,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
> diff --git a/tests/shaders/useshaderprogram-bad-program.c b/tests/shaders/useshaderprogram-bad-program.c
> index acb467c..1252b47 100644
> --- a/tests/shaders/useshaderprogram-bad-program.c
> +++ b/tests/shaders/useshaderprogram-bad-program.c
> @@ -33,8 +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/shaders/useshaderprogram-flushverts-1.c b/tests/shaders/useshaderprogram-flushverts-1.c
> index 1257b36..c017a52 100644
> --- a/tests/shaders/useshaderprogram-flushverts-1.c
> +++ b/tests/shaders/useshaderprogram-flushverts-1.c
> @@ -37,8 +37,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
> diff --git a/tests/shaders/vp-combined-image-units.c b/tests/shaders/vp-combined-image-units.c
> index a9c2737..f1193a4 100644
> --- a/tests/shaders/vp-combined-image-units.c
> +++ b/tests/shaders/vp-combined-image-units.c
> @@ -38,8 +38,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/shaders/vp-max-array.c b/tests/shaders/vp-max-array.c
> index 92224fa..057b18d 100644
> --- a/tests/shaders/vp-max-array.c
> +++ b/tests/shaders/vp-max-array.c
> @@ -34,8 +34,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_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