diff options
-rw-r--r-- | tests/texturing/s3tc-errors.c | 2 | ||||
-rw-r--r-- | tests/texturing/s3tc-teximage.c | 2 | ||||
-rw-r--r-- | tests/texturing/s3tc-texsubimage.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/texturing/s3tc-errors.c b/tests/texturing/s3tc-errors.c index 81fee3e21..ccedf8a22 100644 --- a/tests/texturing/s3tc-errors.c +++ b/tests/texturing/s3tc-errors.c @@ -36,7 +36,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN - config.supports_gl_compat_version = 10; + config.supports_gl_compat_version = 11; config.window_width = 200; config.window_height = 200; diff --git a/tests/texturing/s3tc-teximage.c b/tests/texturing/s3tc-teximage.c index 07e04f729..a08feaa69 100644 --- a/tests/texturing/s3tc-teximage.c +++ b/tests/texturing/s3tc-teximage.c @@ -36,7 +36,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN - config.supports_gl_compat_version = 10; + config.supports_gl_compat_version = 11; config.window_width = 500; config.window_height = 600; diff --git a/tests/texturing/s3tc-texsubimage.c b/tests/texturing/s3tc-texsubimage.c index 17d739a39..39b94938e 100644 --- a/tests/texturing/s3tc-texsubimage.c +++ b/tests/texturing/s3tc-texsubimage.c @@ -36,7 +36,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN - config.supports_gl_compat_version = 10; + config.supports_gl_compat_version = 11; config.window_width = 500; config.window_height = 600; |