summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Eleni Maria Stea [Tue, 16 Oct 2018 17:31:45 +0000 (20:31 +0300)]
added test for glCopyImageSubData, run with -copytest
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.
Eleni Maria Stea [Fri, 4 May 2018 17:46:31 +0000 (20:46 +0300)]
added check for compressed format support (ARB_internalformat_query2.txt)
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.