From: Ian Romanick <ian.d.roman...@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.roman...@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

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to