Branimir Karadžić 5c6261023a Cleanup. 10 years ago
..
AlphaBitmap.h 69a0f6fa4e texturec: Added PVR1 RGB/A 4-bpp compression. 10 years ago
BitScale.cpp 69a0f6fa4e texturec: Added PVR1 RGB/A 4-bpp compression. 10 years ago
BitScale.h 5c6261023a Cleanup. 10 years ago
BitUtility.h 69a0f6fa4e texturec: Added PVR1 RGB/A 4-bpp compression. 10 years ago
Bitmap.h 69a0f6fa4e texturec: Added PVR1 RGB/A 4-bpp compression. 10 years ago
ColorRgba.h 69a0f6fa4e texturec: Added PVR1 RGB/A 4-bpp compression. 10 years ago
Interval.h 69a0f6fa4e texturec: Added PVR1 RGB/A 4-bpp compression. 10 years ago
LICENSE.TXT 69a0f6fa4e texturec: Added PVR1 RGB/A 4-bpp compression. 10 years ago
MortonTable.cpp 69a0f6fa4e texturec: Added PVR1 RGB/A 4-bpp compression. 10 years ago
MortonTable.h 69a0f6fa4e texturec: Added PVR1 RGB/A 4-bpp compression. 10 years ago
Point2.h 69a0f6fa4e texturec: Added PVR1 RGB/A 4-bpp compression. 10 years ago
PvrTcDecoder.cpp 69a0f6fa4e texturec: Added PVR1 RGB/A 4-bpp compression. 10 years ago
PvrTcDecoder.h 69a0f6fa4e texturec: Added PVR1 RGB/A 4-bpp compression. 10 years ago
PvrTcEncoder.cpp 69a0f6fa4e texturec: Added PVR1 RGB/A 4-bpp compression. 10 years ago
PvrTcEncoder.h 69a0f6fa4e texturec: Added PVR1 RGB/A 4-bpp compression. 10 years ago
PvrTcPacket.cpp 69a0f6fa4e texturec: Added PVR1 RGB/A 4-bpp compression. 10 years ago
PvrTcPacket.h 69a0f6fa4e texturec: Added PVR1 RGB/A 4-bpp compression. 10 years ago
README.md 69a0f6fa4e texturec: Added PVR1 RGB/A 4-bpp compression. 10 years ago
RgbBitmap.h 69a0f6fa4e texturec: Added PVR1 RGB/A 4-bpp compression. 10 years ago
RgbaBitmap.h 69a0f6fa4e texturec: Added PVR1 RGB/A 4-bpp compression. 10 years ago

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