Add single color compressor for DXT1a.

This commit is contained in:
castano
2008-03-27 05:07:40 +00:00
parent 07df6e7539
commit 3d1b9324e1
4 changed files with 38 additions and 7 deletions

View File

@ -4,6 +4,7 @@ NVIDIA Texture Tools version 2.0.2
* Fix vc8 post build command, reported by Richard Sim.
* Fix RGBA modes with less than 32 bpp by Viktor Linder.
* Fix alpha decompression by amorilia. See issue 40.
* Add single color compresor for DXT1a.
NVIDIA Texture Tools version 2.0.1
* Fix memory leaks.