FasTC/PVRTCEncoder/test
Pavel Krajcevski 6149c0af3a Add PVR tests
If cmake was able to find Imagination's PVR library, then it'd be nice to make sure that our decompressor matches theirs. We incur a bit of overhead by adding .pvr files into git, but hopefully this cost will be beneficial to actually figuring out how things are working...
2013-09-04 20:21:56 -04:00
..
data Add PVR tests 2013-09-04 20:21:56 -04:00
BlockTest.cpp Reverse byte order (and interpret the data as a 64 bit word) for PVRTC blocks 2013-09-02 19:13:53 -04:00
CMakeLists.txt Add PVR tests 2013-09-04 20:21:56 -04:00
DecompressorTest.cpp Abstract away some utilities that we can use across all of our tests, and add a test for a gray image. The test currently seems to be failing, which is likely due to a bug in our bit depth manipulation code. 2013-09-04 20:20:37 -04:00
DecompTestPVR.cpp Add PVR tests 2013-09-04 20:21:56 -04:00
ImageTest.cpp Make sure to preserve bit depth when bilinearly upscaling 2013-09-02 19:14:31 -04:00
PixelTest.cpp Add Pixel tests 2013-08-31 16:06:00 -04:00
TestUtils.h Abstract away some utilities that we can use across all of our tests, and add a test for a gray image. The test currently seems to be failing, which is likely due to a bug in our bit depth manipulation code. 2013-09-04 20:20:37 -04:00