summaryrefslogtreecommitdiff
path: root/tests/texturing/texwrap.c
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2011-02-17 05:37:46 +0100
committerMarek Olšák <maraeo@gmail.com>2011-02-17 05:38:11 +0100
commit2844ce823528c666b6f2162b0063b93a70165a29 (patch)
tree5f71de485a833d3b12be2c99a0c5a9d8a9916533 /tests/texturing/texwrap.c
parent86184439dc7ade38512c7472bef1d077a26c5473 (diff)
texwrap: test ARB_texture_compression
Diffstat (limited to 'tests/texturing/texwrap.c')
-rw-r--r--tests/texturing/texwrap.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/texturing/texwrap.c b/tests/texturing/texwrap.c
index 5d5c7a754..02c44dec4 100644
--- a/tests/texturing/texwrap.c
+++ b/tests/texturing/texwrap.c
@@ -220,6 +220,20 @@ struct format {
{FORMAT(GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2), 0, 0, 0, 4, 4, 0, 0, 0, 1, 999,
{"GL_EXT_texture_compression_latc"}},
+ /* ARB_texture_compression */
+ {FORMAT(GL_COMPRESSED_ALPHA), 0, 0, 0, 4, 0, 0, 0, 0, 1, 1.3,
+ {"GL_ARB_texture_compression"}},
+ {FORMAT(GL_COMPRESSED_LUMINANCE), 0, 0, 0, 0, 4, 0, 0, 0, 1, 1.3,
+ {"GL_ARB_texture_compression"}},
+ {FORMAT(GL_COMPRESSED_LUMINANCE_ALPHA), 0, 0, 0, 4, 4, 0, 0, 0, 1, 1.3,
+ {"GL_ARB_texture_compression"}},
+ {FORMAT(GL_COMPRESSED_INTENSITY), 0, 0, 0, 0, 0, 4, 0, 0, 1, 1.3,
+ {"GL_ARB_texture_compression"}},
+ {FORMAT(GL_COMPRESSED_RGB), 4, 4, 4, 0, 0, 0, 0, 0, 1, 1.3,
+ {"GL_ARB_texture_compression"}},
+ {FORMAT(GL_COMPRESSED_RGBA), 4, 4, 4, 4, 0, 0, 0, 0, 1, 1.3,
+ {"GL_ARB_texture_compression"}},
+
/* EXT_texture_compression_s3tc */
{FORMAT(GL_COMPRESSED_RGB_S3TC_DXT1), 4, 4, 4, 0, 0, 0, 0, 0, 1, 999,
{"GL_EXT_texture_compression_s3tc"}},