diff options
author | Eric Anholt <eric@anholt.net> | 2010-03-16 11:39:20 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-03-16 11:39:30 -0700 |
commit | 790fe210b560a32cb05d7b067cb0e0fb8306cc4b (patch) | |
tree | 93dfd2d451dcd76d4bdc7d60adc4cf85089f8d95 | |
parent | 31dcd338579669443078455c995b06d09f0c9b65 (diff) |
fbo-pbo-readpixels-small: remove dead defines.
-rw-r--r-- | tests/fbo/fbo-pbo-readpixels-small.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fbo/fbo-pbo-readpixels-small.c b/tests/fbo/fbo-pbo-readpixels-small.c index 1f5070047..95d19e391 100644 --- a/tests/fbo/fbo-pbo-readpixels-small.c +++ b/tests/fbo/fbo-pbo-readpixels-small.c @@ -36,8 +36,8 @@ #include "piglit-util.h" -#define BUF_WIDTH 32 -#define BUF_HEIGHT 32 +#define BUF_WIDTH 8 +#define BUF_HEIGHT 8 int piglit_width = 50; int piglit_height = 50; int piglit_window_mode = GLUT_DOUBLE | GLUT_RGB; |