From: Ian Romanick <[email protected]> The "supports_gl_compat_version = 10" was rubbish anyway because DSA requires OpenGL 2.0... OpenGL 1.0 didn't even have texture objects!
Signed-off-by: Ian Romanick <[email protected]> --- tests/spec/arb_direct_state_access/texture-errors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spec/arb_direct_state_access/texture-errors.c b/tests/spec/arb_direct_state_access/texture-errors.c index c1f5010..fa91d23 100644 --- a/tests/spec/arb_direct_state_access/texture-errors.c +++ b/tests/spec/arb_direct_state_access/texture-errors.c @@ -34,7 +34,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN - config.supports_gl_compat_version = 10; + config.supports_gl_compat_version = 20; config.supports_gl_core_version = 31; config.window_visual = PIGLIT_GL_VISUAL_RGB; -- 2.1.0 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
