nvidia-texture-tools/src/nvtt
2008-02-14 09:21:57 +00:00
..
cuda Fix leaks. Allocate CUDA memory only once. Free allocations when Compressor is destroyed. 2008-02-14 05:08:26 +00:00
squish Fix compilation error when SIMD is not supported. 2008-02-11 07:00:14 +00:00
tests Improve stress test to detect errors in the output. 2008-02-14 09:21:57 +00:00
tools Fix DDS reading code. 2008-02-11 07:00:45 +00:00
CMakeLists.txt Add missing file. 2008-02-06 07:15:00 +00:00
CompressDXT.cpp Do precomputation only when needed. 2008-02-04 10:12:32 +00:00
CompressDXT.h Some progress with full DXT1a support. 2008-01-07 07:28: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 leaks. Allocate CUDA memory only once. Free allocations when Compressor is destroyed. 2008-02-14 05:08:26 +00:00
Compressor.h Fix leaks. Allocate CUDA memory only once. Free allocations when Compressor is destroyed. 2008-02-14 05:08:26 +00:00
CompressRGB.cpp Add support for input rescaling: 2007-12-17 03:51:34 +00:00
CompressRGB.h Add support for input rescaling: 2007-12-17 03:51:34 +00:00
FastCompressDXT.cpp Disable quick green compressor, until I figure out what's the problem with it. 2008-01-31 21:07:18 +00:00
FastCompressDXT.h flatten tree. 2007-10-14 08:58:24 +00:00
InputOptions.cpp Cleanup interface. Provide mipmap filter using a separate method. 2008-02-03 09:30:32 +00:00
InputOptions.h Finish Compressor class. 2008-02-03 07:31:09 +00:00
nvtt_wrapper.cpp Final API changes. 2008-02-05 00:28:13 +00:00
nvtt_wrapper.h Final API changes. 2008-02-05 00:28:13 +00:00
nvtt.cpp Final API changes. 2008-02-05 00:28:13 +00:00
nvtt.h Final API changes. 2008-02-05 00:28:13 +00:00
OutputOptions.cpp More interface changes, update bindings. 2008-01-26 02:46:12 +00:00
OutputOptions.h Final API changes. 2008-02-05 00:28:13 +00:00
QuickCompressDXT.cpp Reenable QuickCompress for DXT5n. 2008-02-01 02:33:51 +00:00
QuickCompressDXT.h Move DXT1G compressor to QuickCompress. 2007-12-17 08:12:11 +00:00
SingleColorLookup.h Add single color compressor from ryg. 2007-11-22 07:18:15 +00:00