From fe130a990693aed74a91427c40c6fad3f7a1ea7d Mon Sep 17 00:00:00 2001 From: castano Date: Thu, 17 Apr 2008 07:00:51 +0000 Subject: [PATCH] Add DXT1a single color compressor. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index c83d8fd..597db1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ NVIDIA Texture Tools version 2.0.2 * Fix alpha decompression by Amorilia. See issue 40. * Avoid default-initialized constructors for POD types, reported by Jim Tilander. * Improved decompressor tool submitted by Amorilia. See issue 41. + * Add single color compresor for DXT1a. NVIDIA Texture Tools version 2.0.1 * Fix memory leaks.