From 687661d5c26338ab396b600bed83a1ca9b22c90f Mon Sep 17 00:00:00 2001 From: castano Date: Wed, 15 Oct 2008 07:17:20 +0000 Subject: [PATCH] Update changelog with branch 2.0 fixes. --- trunk/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/trunk/ChangeLog b/trunk/ChangeLog index 4896ce7..5b6a752 100644 --- a/trunk/ChangeLog +++ b/trunk/ChangeLog @@ -9,6 +9,12 @@ NVIDIA Texture Tools version 2.1.0 * Use FreeImage as primary image loading library. Fixes issue 31. Reverted. * Output swizzle codes like AMD's tools. +NVIDIA Texture Tools version 2.0.4 + * Fix error in RGB format output; reported by jonsoh. See issue 49. + * Added support RGB format dithering by jonsoh. Fixes issue 50 and 51. + * Prevent infinite loop in indexMirror when width equal 1. Fixes issue 65. + * Implement general scale filter, including upsampling. + NVIDIA Texture Tools version 2.0.3 * More accurate DXT3 compressor. Fixes issue 38. * Remove legacy compressors. Fix issue 34.