2008-12-16 20:29:31 +00:00
|
|
|
NVIDIA Texture Tools version 2.0.6
|
2009-01-04 07:34:00 +00:00
|
|
|
* Fix dll version checking.
|
2009-03-18 04:04:09 +00:00
|
|
|
* Detect CUDA 2.1 and future CUDA versions correctly.
|
2009-01-17 03:25:55 +00:00
|
|
|
* Print CUDA detection message in nvcompress.
|
2009-03-18 04:04:09 +00:00
|
|
|
* Select the fastest CUDA device.
|
2009-01-17 03:25:55 +00:00
|
|
|
* Compile squish with -fPIC. Fixes issue 74.
|
2009-03-18 04:04:09 +00:00
|
|
|
* Fix warnings under gcc 4.3.2.
|
|
|
|
* Fix nvzoom option typo by Frank Richter. Fixes issue 81.
|
|
|
|
* Do not use CUDA to compress small mipmaps. Fixes issue 76.
|
|
|
|
* Compute mipmaps of semi-transparent images correctly.
|
2009-03-18 05:52:14 +00:00
|
|
|
* Shutdown CUDA properly. Fixes issue 83.
|
2008-12-16 20:29:31 +00:00
|
|
|
|
2008-10-27 09:50:41 +00:00
|
|
|
NVIDIA Texture Tools version 2.0.5
|
|
|
|
* Fix error in single color compressor. Fixes issue 66.
|
|
|
|
* Detect mismatch between CUDA runtime and driver, and disable CUDA in that case.
|
|
|
|
* Fix cmake files when compiling NVTT as a shared library.
|
2008-11-14 01:49:09 +00:00
|
|
|
* When linking nvtt dynamically on unix, link all libraries dynamically.
|
2008-12-01 07:56:00 +00:00
|
|
|
* Select fastest CUDA device.
|
2008-10-27 09:50:41 +00:00
|
|
|
|
2008-06-12 01:20:46 +00:00
|
|
|
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.
|
2008-09-24 00:37:38 +00:00
|
|
|
* Prevent infinite loop in indexMirror when width equal 1. Fixes issue 65.
|
2008-09-27 07:32:11 +00:00
|
|
|
* Implement general scale filter, including upsampling.
|
2008-06-12 01:20:46 +00:00
|
|
|
|
2008-04-26 08:05:21 +00:00
|
|
|
NVIDIA Texture Tools version 2.0.3
|
|
|
|
* More accurate DXT3 compressor. Fixes issue 38.
|
2008-06-09 08:27:00 +00:00
|
|
|
* Remove legacy compressors. Fix issue 34.
|
|
|
|
* Check for single color in all compressors. Fixes issue 43.
|
2008-05-19 18:30:08 +00:00
|
|
|
* Fix error in fast downsample filter, reported by Noel Llopis.
|
2008-04-26 08:05:21 +00:00
|
|
|
|
2008-03-05 19:17:06 +00:00
|
|
|
NVIDIA Texture Tools version 2.0.2
|
|
|
|
* Fix copy ctor error reported by Richard Sim.
|
2008-03-05 19:44:00 +00:00
|
|
|
* Fix indexMirror error reported by Chris Lambert.
|
2008-03-05 23:28:52 +00:00
|
|
|
* Fix vc8 post build command, reported by Richard Sim.
|
2008-03-11 21:22:54 +00:00
|
|
|
* Fix RGBA modes with less than 32 bpp by Viktor Linder.
|
2008-04-17 07:04:20 +00:00
|
|
|
* Fix alpha decompression by Amorilia. See issue 40.
|
|
|
|
* Avoid default-initialized constructors for POD types, reported by Jim Tilander.
|
2008-03-27 05:07:40 +00:00
|
|
|
* Add single color compresor for DXT1a.
|
2008-04-17 07:17:20 +00:00
|
|
|
* Set swizzle code to ATI2 files. See issue 41.
|
2008-03-05 19:17:06 +00:00
|
|
|
|
2008-02-28 07:43:37 +00:00
|
|
|
NVIDIA Texture Tools version 2.0.1
|
|
|
|
* Fix memory leaks.
|
|
|
|
* Pre-allocate device memory for CUDA compressor.
|
2008-03-05 19:17:06 +00:00
|
|
|
* Add single color compressor. Thanks to Amir Ebrahimi.
|
2008-02-28 22:29:37 +00:00
|
|
|
* Better CUDA error checking.
|
2008-02-28 07:43:37 +00:00
|
|
|
|
2008-02-05 00:29:29 +00:00
|
|
|
NVIDIA Texture Tools version 2.0.0
|
2007-12-17 10:29:48 +00:00
|
|
|
* Fixed PSNR formula in nvimgdiff.
|
2007-07-22 06:09:14 +00:00
|
|
|
* Added support for arbitrary RGB formats.
|
2008-02-05 00:29:29 +00:00
|
|
|
* Add support for DXT1a. Solves issue 1.
|
2007-09-15 07:11:59 +00:00
|
|
|
* Refactor and improve compression quality of fast compressors.
|
|
|
|
* Add cmake scripts to detect processor and chose compiler options.
|
2007-10-15 10:51:50 +00:00
|
|
|
* Fix normal map decompression.
|
|
|
|
* Evaluate angular deviation error for normal maps in nvimgdiff.
|
2007-12-17 07:47:35 +00:00
|
|
|
* Fix DXT1 compression with custom color metrics.
|
2007-12-17 10:29:48 +00:00
|
|
|
* Fix error in normal map generation from heightmap mipmaps.
|
|
|
|
* Fix errors in estimateSize.
|
|
|
|
* Fix errors when maxLevel is used.
|
|
|
|
* Enable the use of BC5 not just for normal maps.
|
|
|
|
* Add mirror wrapping mode, use by default.
|
2008-02-05 00:29:29 +00:00
|
|
|
* Implement polyphase filters. Solves issue 3.
|
2007-12-17 10:29:48 +00:00
|
|
|
* Add box and triangle filter sampling.
|
2008-02-05 00:29:29 +00:00
|
|
|
* Refactor nvtt public interface.
|
|
|
|
* Add resizing input options (setMaxExtents, setRoundMode). Solves issue 12.
|
|
|
|
* Plain C and C# wrappers. Solves issue 22.
|
2007-12-17 07:47:35 +00:00
|
|
|
|
2008-02-05 00:35:31 +00:00
|
|
|
NVIDIA Texture Tools version 0.9.4
|
|
|
|
* Added support for input DDS files, including cube maps.
|
|
|
|
* Added support for input PSD files.
|
|
|
|
* Added nvdecompress tool.
|
|
|
|
* Added nvimgdiff tool.
|
|
|
|
* Added nvddsinfo tool.
|
|
|
|
* CUDA compressor 22% faster.
|
|
|
|
* DXT3 & DXT5 CUDA compressors.
|
|
|
|
* Faster DXT5n CPU compressor.
|
|
|
|
* Many bug fixes.
|
|
|
|
|
|
|
|
NVIDIA Texture Tools version 0.9.3
|
|
|
|
* Fix non power of two textures.
|
|
|
|
* Fix estimateSize with rgb format.
|
|
|
|
* Fix error in cuda compressor block limit.
|
|
|
|
|
|
|
|
NVIDIA Texture Tools version 0.9.2
|
|
|
|
* Improved alpha compression.
|
|
|
|
* Improved fast DXT1 compression.
|
|
|
|
* Documentation and release notes.
|
|
|
|
|
|
|
|
NVIDIA Texture Tools version 0.9.1
|
|
|
|
* Bug fix release.
|
|
|
|
|
|
|
|
NVIDIA Texture Tools version 0.9.0
|
|
|
|
* Private beta prerelease.
|