nvidia-texture-tools/src/nvtt
2010-10-28 04:25:23 +00:00
..
cuda Remove malloc overrides. Fixes issue 138. 2010-10-28 04:25:23 +00:00
squish Better estimation of principle component. Fixes issue 120. 2010-04-19 18:40:24 +00:00
tests I should be using branches instead of tags. 2008-02-28 07:49:13 +00:00
tools Fix DXT1a single color compressor. Compare alpha against 0 instead of 128. Fixes issue 134. 2010-08-26 16:41:24 +00:00
CMakeLists.txt Fix cmake file. Add NVTT_SHARED=1 definition to export DLL symbols. 2008-10-27 09:34:56 +00:00
CompressDXT.cpp Fix DXT1a single color compressor. Compare alpha against 0 instead of 128. Fixes issue 134. 2010-08-26 16:41:24 +00:00
CompressDXT.h Integrate bug fixes from trunk. 2008-06-09 08:27:00 +00:00
CompressionOptions.cpp Finish Compressor class. 2008-02-03 07:31:09 +00:00
CompressionOptions.h Finish Compressor class. 2008-02-03 07:31:09 +00:00
Compressor.cpp Fix alignment assumption. Fixes issue 132. 2010-09-07 18:28:53 +00:00
Compressor.h Do not fail when the process is already using CUDA. 2009-11-04 06:16:03 +00:00
CompressRGB.cpp Remove malloc overrides. Fixes issue 138. 2010-10-28 04:25:23 +00:00
CompressRGB.h Add support for input rescaling: 2007-12-17 03:51:34 +00:00
InputOptions.cpp Set default alpha mode to none. 2009-10-14 00:07:06 +00:00
InputOptions.h Finish Compressor class. 2008-02-03 07:31:09 +00:00
nvtt_wrapper.cpp Repair C wrapper. 2010-05-30 15:47:27 +00:00
nvtt_wrapper.h Repair C wrapper. 2010-05-30 15:47:27 +00:00
nvtt.cpp Final API changes. 2008-02-05 00:28:13 +00:00
nvtt.h Do not fail when the process is already using CUDA. 2009-11-04 06:16:03 +00:00
OptimalCompressDXT.cpp Fix DXT1a single color compressor. Compare alpha against 0 instead of 128. Fixes issue 134. 2010-08-26 16:41:24 +00:00
OptimalCompressDXT.h Integrate bug fixes from trunk. 2008-06-09 08:27:00 +00:00
OutputOptions.cpp Repair C wrapper. 2010-05-30 15:47:27 +00:00
OutputOptions.h Repair C wrapper. 2010-05-30 15:47:27 +00:00
QuickCompressDXT.cpp Fix DXT1a single color compressor. Compare alpha against 0 instead of 128. Fixes issue 134. 2010-08-26 16:41:24 +00:00
QuickCompressDXT.h Integrate bug fixes from trunk. 2008-06-09 08:27:00 +00:00
SingleColorLookup.h Update single color compression tables. Fixes issue 85. 2009-03-19 10:02:53 +00:00