[Piglit] [PATCH 23/23] gl-3.1/minmax: Add support for running under a GL 3.1 core context

Chad Versace chad.versace at linux.intel.com
Fri Sep 28 10:45:09 PDT 2012


This is Piglit's first test for GL core.

Signed-off-by: Chad Versace <chad.versace at linux.intel.com>
---
 tests/spec/gl-3.1/minmax.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/spec/gl-3.1/minmax.c b/tests/spec/gl-3.1/minmax.c
index fe07e3a..5f8c387 100644
--- a/tests/spec/gl-3.1/minmax.c
+++ b/tests/spec/gl-3.1/minmax.c
@@ -31,6 +31,7 @@
 
 PIGLIT_GL_TEST_CONFIG_BEGIN
 
+	config.supports_gl_core_version = 31;
 	config.supports_gl_compat_version = 10;
 
 	config.window_width = 32;
-- 
1.7.12.1



More information about the Piglit mailing list