test_compression
5 years agoadded test for glCopyImageSubData, run with -copytest
Eleni Maria Stea [Tue, 16 Oct 2018 17:31:45 +0000 (20:31 +0300)]
added test for glCopyImageSubData, run with -copytest

5 years agoadded subtest that checks subimage and get functions
Eleni Maria Stea [Tue, 16 Oct 2018 13:30:14 +0000 (16:30 +0300)]
added subtest that checks subimage and get functions

use -subtest and one part of the texture will be read and written
elsewhere.

5 years agoadded check for compressed format support (ARB_internalformat_query2.txt)
Eleni Maria Stea [Fri, 4 May 2018 17:46:31 +0000 (20:46 +0300)]
added check for compressed format support (ARB_internalformat_query2.txt)

6 years agoThis is a test program that loads compressed data, renders the image
Eleni Maria Stea [Tue, 13 Mar 2018 07:59:55 +0000 (09:59 +0200)]
This is a test program that loads compressed data, renders the image
and gets the pixels with glGetCompressedTexImage* functions.

Just for testing.