diff options
author | Laura Ekstrand <laura@jlekstrand.net> | 2015-03-03 13:21:07 -0800 |
---|---|---|
committer | Laura Ekstrand <laura@jlekstrand.net> | 2015-04-02 17:57:42 -0700 |
commit | d29688ce8f00ced1d28b1635bf5660011bae7350 (patch) | |
tree | 90507ea627a5724fd812a970a600404c20903393 | |
parent | 7fc5c1d0bb60cd96610c715cdaae4e3ade5175ee (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 642396a20..ec4d32ab3 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'], |