Fix DXT1a single color compressor. Compare alpha against 0 instead of 128. Fixes issue 134.

This commit is contained in:
castano
2010-08-26 16:41:24 +00:00
parent 2996120fe2
commit dcdeead859
5 changed files with 9 additions and 3 deletions

View File

@ -4,6 +4,7 @@ NVIDIA Texture Tools version 2.0.9
* Fix the C wrapper and provide methods involving callbacks.
* Improve C# / .NET Wrapper
* Add an XNA Game Studio 3.1 Content Processor to make it easy to utilize NVIDIA Texture Tools in XNA applications.
* Fix single color DXT1a compressor. Fixes issue 134.
NVIDIA Texture Tools version 2.0.8
* Fix float to fixed image conversion. Patch provided by Alex Pfaffe. Fixes issue 121.