Check for single color blocks in all compressors.

This commit is contained in:
castano
2008-04-26 09:16:56 +00:00
parent 921ee354c0
commit 15e7125b4b
4 changed files with 56 additions and 13 deletions

View File

@ -4,6 +4,10 @@ NVIDIA Texture Tools version 2.1.0
* Support alpha premultiplication by Charles Nicholson. See issue 30.
* Improved decompressor tool submitted by Amorilia. See issue 41.
NVIDIA Texture Tools version 2.0.3
* More accurate DXT3 compressor. Fixes issue 38.
* Remove legacy compressors. Fix issue 34?
NVIDIA Texture Tools version 2.0.2
* Fix copy ctor error reported by Richard Sim.
* Fix indexMirror error reported by Chris Lambert.