Merge Viktor Linder patch into 2.0 and trunk.

Fixes RGB modes with less than 32 bpp.
This commit is contained in:
castano
2008-03-11 21:22:54 +00:00
parent 67dc3a9739
commit 46334cb96a
4 changed files with 13 additions and 6 deletions

View File

@ -2,6 +2,7 @@ NVIDIA Texture Tools version 2.0.2
* Fix copy ctor error reported by Richard Sim.
* Fix indexMirror error reported by Chris Lambert.
* Fix vc8 post build command, reported by Richard Sim.
* Fix RGBA modes with less than 32 bpp by Viktor Linder.
NVIDIA Texture Tools version 2.0.1
* Fix memory leaks.