[Piglit] [PATCH] lodbias: increase window size fix test on Windows

Brian Paul brianp at vmware.com
Fri Apr 5 11:34:52 PDT 2013


Before, the 96x96 window got bumped up to 116x96 by Windows and we
saw a "Got spurious window resize in automatic run" message and the
test reported "warn".
---
 tests/texturing/lodbias.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/texturing/lodbias.c b/tests/texturing/lodbias.c
index 809dafc..e99f316 100644
--- a/tests/texturing/lodbias.c
+++ b/tests/texturing/lodbias.c
@@ -42,7 +42,7 @@
 
 #include "piglit-util-gl-common.h"
 
-#define SquareSize 32
+#define SquareSize 50
 
 PIGLIT_GL_TEST_CONFIG_BEGIN
 
-- 
1.7.3.4



More information about the Piglit mailing list