From 36ed6bebda857a220988fe8b34658b8f9c9a4cfd 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4896ce7..5b6a752 100644 --- a/ChangeLog +++ b/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.