From d4904692a62c73a0fbeb2aa509cb5b36a53df907 Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Sat, 9 May 2015 02:31:16 -0400 Subject: request RGB visual, fixes gbm rendering GBM presumably defaults to RGB565 otherwise. Not all of these are required, as some would still work with less precision, but this makes the tests consistent. At least fp-formats and user-clip were failing previously. Signed-off-by: Ilia Mirkin Reviewed-by: Chad Versace --- tests/shaders/fp-formats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/shaders/fp-formats.c') diff --git a/tests/shaders/fp-formats.c b/tests/shaders/fp-formats.c index fe418fe97..1edcb3aff 100644 --- a/tests/shaders/fp-formats.c +++ b/tests/shaders/fp-formats.c @@ -34,7 +34,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; - config.window_visual = PIGLIT_GL_VISUAL_DOUBLE; + config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; PIGLIT_GL_TEST_CONFIG_END -- cgit v1.2.3