[Piglit] [PATCH 2/3] arb_texture_storage: Require OpenGL 1.2

Ian Romanick idr at freedesktop.org
Wed Oct 16 23:14:21 CEST 2013


From: Ian Romanick <ian.d.romanick at intel.com>

The test uses 3D textures which were not part of OpenGL until 1.2.  This
doesn't matter much in practice because the Linux OpenGL ABI requires at
least OpenGL 1.2.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
---
 tests/spec/arb_texture_storage/texture-storage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/spec/arb_texture_storage/texture-storage.c b/tests/spec/arb_texture_storage/texture-storage.c
index 8d161d1..bd0bc15 100644
--- a/tests/spec/arb_texture_storage/texture-storage.c
+++ b/tests/spec/arb_texture_storage/texture-storage.c
@@ -32,7 +32,7 @@
 
 PIGLIT_GL_TEST_CONFIG_BEGIN
 
-	config.supports_gl_compat_version = 10;
+	config.supports_gl_compat_version = 12;
 
 	config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE;
 
-- 
1.8.1.4



More information about the Piglit mailing list