protot/3rdparty/bgfx/3rdparty/pvrtc
Martin Felis 5ac0cc5dc5 initial commit 2016-08-29 22:31:11 +02:00
..
AlphaBitmap.h initial commit 2016-08-29 22:31:11 +02:00
BitScale.cpp initial commit 2016-08-29 22:31:11 +02:00
BitScale.h initial commit 2016-08-29 22:31:11 +02:00
BitUtility.h initial commit 2016-08-29 22:31:11 +02:00
Bitmap.h initial commit 2016-08-29 22:31:11 +02:00
ColorRgba.h initial commit 2016-08-29 22:31:11 +02:00
Interval.h initial commit 2016-08-29 22:31:11 +02:00
LICENSE.TXT initial commit 2016-08-29 22:31:11 +02:00
MortonTable.cpp initial commit 2016-08-29 22:31:11 +02:00
MortonTable.h initial commit 2016-08-29 22:31:11 +02:00
Point2.h initial commit 2016-08-29 22:31:11 +02:00
PvrTcDecoder.cpp initial commit 2016-08-29 22:31:11 +02:00
PvrTcDecoder.h initial commit 2016-08-29 22:31:11 +02:00
PvrTcEncoder.cpp initial commit 2016-08-29 22:31:11 +02:00
PvrTcEncoder.h initial commit 2016-08-29 22:31:11 +02:00
PvrTcPacket.cpp initial commit 2016-08-29 22:31:11 +02:00
PvrTcPacket.h initial commit 2016-08-29 22:31:11 +02:00
README.md initial commit 2016-08-29 22:31:11 +02:00
RgbBitmap.h initial commit 2016-08-29 22:31:11 +02:00
RgbaBitmap.h initial commit 2016-08-29 22:31:11 +02:00

README.md

PvrTcCompressor

This was an afternoon project to determine whether crude approximations could produce reasonable results.

This is NOT complete sourcecode. It includes enough code to show the details of how the algorithm works.

If anyone decides to make this compile separately, send a pull request.

Thanks to Brendan Duncan for contributing a pull request to fill in all of the classes and to build a simple test case. Specifically, he has contributed all of the files that do NOT begin with PvrTc

http://roartindon.blogspot.sg/2014/08/pvr-texture-compression-exploration.html