[Piglit] [PATCH 1/4] oes_fixed_point-attribute-arrays: set window_visual to fix the test under GBM
Marek Olšák
maraeo at gmail.com
Wed Jun 29 00:41:18 UTC 2016
From: Marek Olšák <marek.olsak at amd.com>
---
tests/spec/oes_fixed_point/oes_fixed_point-attribute-arrays.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/spec/oes_fixed_point/oes_fixed_point-attribute-arrays.c b/tests/spec/oes_fixed_point/oes_fixed_point-attribute-arrays.c
index c3a8613..298b428 100644
--- a/tests/spec/oes_fixed_point/oes_fixed_point-attribute-arrays.c
+++ b/tests/spec/oes_fixed_point/oes_fixed_point-attribute-arrays.c
@@ -37,6 +37,7 @@
PIGLIT_GL_TEST_CONFIG_BEGIN
config.supports_gl_es_version = 11;
+ config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE;
PIGLIT_GL_TEST_CONFIG_END
--
2.7.4
More information about the Piglit
mailing list