nvidia-texture-tools/src/nvtt
2008-05-06 23:55:19 +00:00
..
cuda Add support for alpha modes in the CUDA compressors. 2008-05-06 20:04:05 +00:00
experimental Add experimental image based interface. 2008-04-11 08:06:15 +00:00
squish Use FLT_MAX instead of INFINITE. The latter not supported in msvc. 2008-04-20 06:01:50 +00:00
tests Add single color checks to CUDA compressors. 2008-05-06 19:52:27 +00:00
tools Integrate decompressor tool improvements submitted by Amorilia. 2008-04-11 22:03:42 +00:00
CMakeLists.txt Remove legacy compressors. 2008-04-26 08:02:30 +00:00
CompressDXT.cpp Refactor compression functions, group them into class methods. 2008-05-06 23:55:19 +00:00
CompressDXT.h Refactor compression functions, group them into class methods. 2008-05-06 23:55:19 +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 Refactor compression functions, group them into class methods. 2008-05-06 23:55:19 +00:00
Compressor.h Add inputOptions argument to compressors, so that they can access alpha mode. 2008-03-27 04:28:17 +00:00
CompressRGB.cpp Merge Viktor Linder patch into 2.0 and trunk. 2008-03-11 21:22:54 +00:00
CompressRGB.h Add support for input rescaling: 2007-12-17 03:51:34 +00:00
InputOptions.cpp Add support for linear and swizzle transforms. Fixes issue 4. 2008-05-06 23:21:39 +00:00
InputOptions.h Add support for linear and swizzle transforms. Fixes issue 4. 2008-05-06 23:21:39 +00:00
nvtt_wrapper.cpp Final API changes. 2008-02-05 00:28:13 +00:00
nvtt_wrapper.h Add experimental image based interface. 2008-04-11 08:06:15 +00:00
nvtt.cpp Final API changes. 2008-02-05 00:28:13 +00:00
nvtt.h Integrate YCoCg color space conversion by Jim Tilander. 2008-05-06 21:49:10 +00:00
OptimalCompressDXT.cpp Add missing files! 2008-04-28 06:22:26 +00:00
OptimalCompressDXT.h Add missing files! 2008-04-28 06:22:26 +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 Check for single color blocks in all compressors. 2008-04-26 09:16:56 +00:00
QuickCompressDXT.h Remove legacy compressors. 2008-04-26 08:02:30 +00:00
SingleColorLookup.h Apply singlecolorpatch.diff from Amir Ebrahimi. 2008-02-16 09:53:07 +00:00