diff options
author | Brian Paul <brianp@vmware.com> | 2014-05-13 19:00:58 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2014-05-14 12:35:15 -0600 |
commit | 989e5d53aac5fd51ee6989f74aed9071df76486c (patch) | |
tree | d4d9c254890f50980735f6558772ffbb307f0be3 | |
parent | a529756c761b31a6bff052a954c3722d00eb08f7 (diff) |
ati_draw_buffers: use default window size
Reviewed-by: José Fonseca <jfonseca@vmware.com>
-rw-r--r-- | tests/spec/ati_draw_buffers/arbfp-no-index.c | 3 | ||||
-rw-r--r-- | tests/spec/ati_draw_buffers/arbfp-no-option.c | 3 | ||||
-rw-r--r-- | tests/spec/ati_draw_buffers/arbfp.c | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/tests/spec/ati_draw_buffers/arbfp-no-index.c b/tests/spec/ati_draw_buffers/arbfp-no-index.c index 6db7115e3..874f8af42 100644 --- a/tests/spec/ati_draw_buffers/arbfp-no-index.c +++ b/tests/spec/ati_draw_buffers/arbfp-no-index.c @@ -44,9 +44,6 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; - - config.window_width = 128; - config.window_height = 128; config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE; PIGLIT_GL_TEST_CONFIG_END diff --git a/tests/spec/ati_draw_buffers/arbfp-no-option.c b/tests/spec/ati_draw_buffers/arbfp-no-option.c index 8b6414f28..2b73a3254 100644 --- a/tests/spec/ati_draw_buffers/arbfp-no-option.c +++ b/tests/spec/ati_draw_buffers/arbfp-no-option.c @@ -43,9 +43,6 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; - - config.window_width = 128; - config.window_height = 128; config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE; PIGLIT_GL_TEST_CONFIG_END diff --git a/tests/spec/ati_draw_buffers/arbfp.c b/tests/spec/ati_draw_buffers/arbfp.c index 3599508c3..2cc319b91 100644 --- a/tests/spec/ati_draw_buffers/arbfp.c +++ b/tests/spec/ati_draw_buffers/arbfp.c @@ -37,9 +37,6 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; - - config.window_width = 128; - config.window_height = 128; config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE; PIGLIT_GL_TEST_CONFIG_END |