diff options
author | Laura Ekstrand <laura@jlekstrand.net> | 2015-03-03 13:21:07 -0800 |
---|---|---|
committer | Laura Ekstrand <laura@jlekstrand.net> | 2015-03-09 16:20:44 -0700 |
commit | 7670c1ac14bcc39f960752ceaa1c57606ea2fde1 (patch) | |
tree | bbca220158d2270a008973cea5c1cd59d252f355 | |
parent | 1bbc411710dbae9433e53503e911acec05c03fa8 (diff) |
all.py: Change format for arb_direct_state_access-compressedtextureimage.
arb_direct_state_access-compressedtextureimage should use a more mainstream
compression format in all.py. This patch changes it to
GL_COMPRESSED_RGBA_S3TC_DXT5_EXT.
-rw-r--r-- | tests/all.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/all.py b/tests/all.py index 2cb927801..3997d67ab 100644 --- a/tests/all.py +++ b/tests/all.py @@ -4217,8 +4217,8 @@ with profile.group_manager( 'gettextureimage-simple') g(['arb_direct_state_access-gettextureimage-targets'], 'gettextureimage-targets') - g(['arb_direct_state_access-compressedtextureimage GL_COMPRESSED_RGBA_FXT1_3DFX'], - 'compressedtextureimage GL_COMPRESSED_RGBA_FXT1_3DFX') + g(['arb_direct_state_access-compressedtextureimage GL_COMPRESSED_RGBA_S3TC_DXT5_EXT'], + 'compressedtextureimage GL_COMPRESSED_RGBA_S3TC_DXT5_EXT') g(['arb_direct_state_access-getcompressedtextureimage'], 'getcompressedtextureimage') g(['arb_direct_state_access-texture-storage-multisample'], |