summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2014-06-08 15:00:58 -0700
committerBrian Paul <brianp@vmware.com>2014-06-09 07:06:14 -0700
commit35a5ee470eec3384a60cb38fed3536bc6afdee1b (patch)
treea2222fbd9be67f15bb5024166bfd19337bad5df6
parentbb152258bd5860bfc4b4ab0f833e1859e3ebdfca (diff)
pbo-readpixels-small: use default window size
Reviewed-by: José Fonseca <jfonseca@vmware.com>
-rw-r--r--tests/general/pbo-readpixels-small.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/general/pbo-readpixels-small.c b/tests/general/pbo-readpixels-small.c
index 026531b5a..900a92917 100644
--- a/tests/general/pbo-readpixels-small.c
+++ b/tests/general/pbo-readpixels-small.c
@@ -41,9 +41,6 @@
PIGLIT_GL_TEST_CONFIG_BEGIN
config.supports_gl_compat_version = 10;
-
- config.window_width = 2;
- config.window_height = 2;
config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;
PIGLIT_GL_TEST_CONFIG_END