[Piglit] [PATCH] compressedteximage: bump the texture size to reproduce a radeonsi bug

Marek Olšák maraeo at gmail.com
Mon Jul 27 10:19:19 PDT 2015


From: Marek Olšák <marek.olsak at amd.com>

---
 tests/texturing/compressedteximage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/texturing/compressedteximage.c b/tests/texturing/compressedteximage.c
index e2ed202..cec492e 100644
--- a/tests/texturing/compressedteximage.c
+++ b/tests/texturing/compressedteximage.c
@@ -34,7 +34,7 @@
 
 #include "piglit-util-gl.h"
 
-#define SIZE 128
+#define SIZE 256
 
 PIGLIT_GL_TEST_CONFIG_BEGIN
 
-- 
2.1.4



More information about the Piglit mailing list