nvidia-texture-tools/src/nvtt
2014-05-21 17:47:06 +00:00
..
bc6h Add BC7 support. It's incredibly slow - ~60 seconds to compress a 512x512 image, on a Core i7 - but it works. 2013-12-07 02:17:08 +00:00
bc7 Fixes issue 204. 2014-05-21 17:47:06 +00:00
cuda Fix VC10 project files. Fix code to build with CUDA 5.5 (the cudaMemcpyToSymbol overload that takes the symbol name as a string was removed). 2013-10-16 21:18:16 +00:00
experimental Merge changes from the-witness. 2010-10-21 18:44:10 +00:00
squish Fix issue 182. 2013-02-05 18:38:39 +00:00
tests Fixes issue 204. 2014-05-21 17:47:06 +00:00
tools Fixes issue 204. 2014-05-21 17:47:06 +00:00
BlockCompressor.cpp Merge changes from the Witness. 2013-06-07 17:53:55 +00:00
BlockCompressor.h Merge changes from the Witness. 2013-06-07 17:53:55 +00:00
ClusterFit.cpp Add BC6 support to nvtt lib and utils. 2013-10-25 17:30:55 +00:00
ClusterFit.h Fix msvc build. Fixes issue 171. 2012-01-12 16:54:10 +00:00
CMakeLists.txt Fixes issue 204. 2014-05-21 17:47:06 +00:00
CompressionOptions.cpp Fix assert. Fixes issue 190. 2013-06-25 17:03:08 +00:00
CompressionOptions.h HDR encoding tests. 2012-01-04 02:25:28 +00:00
Compressor.h Add support for 3D texture. Integrate patch provided in issue 28 plus some additional changes. 2011-09-27 05:17:01 +00:00
CompressorDX9.cpp Merge changes from the Witness. 2013-06-07 17:53:55 +00:00
CompressorDX9.h Merge changes from the Witness. 2013-06-07 17:53:55 +00:00
CompressorDX10.cpp Fix msvc warnings and errors. 2010-11-06 02:34:34 +00:00
CompressorDX10.h Merge changes from the Witness. 2013-06-07 17:53:55 +00:00
CompressorDX11.cpp Add BC7 support. It's incredibly slow - ~60 seconds to compress a 512x512 image, on a Core i7 - but it works. 2013-12-07 02:17:08 +00:00
CompressorDX11.h Merge changes from the Witness. 2013-06-07 17:53:55 +00:00
CompressorRGB.cpp Merge changes from the Witness. 2013-06-07 17:53:55 +00:00
CompressorRGB.h Add support for 3D texture. Integrate patch provided in issue 28 plus some additional changes. 2011-09-27 05:17:01 +00:00
Context.cpp Add BC7 support. It's incredibly slow - ~60 seconds to compress a 512x512 image, on a Core i7 - but it works. 2013-12-07 02:17:08 +00:00
Context.h Cosine power filter. A bit of renaming. 2011-09-28 16:40:59 +00:00
CubeSurface.cpp Apply CubeSurface fold/unfold patch. Fixes issue 199. 2013-09-04 01:10:52 +00:00
CubeSurface.h Merge changes from the Witness. 2013-06-07 17:53:55 +00:00
InputOptions.cpp More header optimizations. 2011-10-11 18:52:24 +00:00
InputOptions.h Merge changes from the Witness. 2013-06-07 17:53:55 +00:00
nvtt_wrapper.cpp Fix msvc warnings and errors. 2010-11-06 02:34:34 +00:00
nvtt_wrapper.h Fix msvc warnings and errors. 2010-11-06 02:34:34 +00:00
nvtt.cpp concurrency experiments. 2010-11-22 07:34:05 +00:00
nvtt.h Add BC7 support. It's incredibly slow - ~60 seconds to compress a 512x512 image, on a Core i7 - but it works. 2013-12-07 02:17:08 +00:00
OptimalCompressDXT.cpp Merge changes from the witness. 2012-04-30 23:03:44 +00:00
OptimalCompressDXT.h Merge changes from the witness. 2012-04-30 23:03:44 +00:00
OutputOptions.cpp Merge changes from the witness. 2011-10-10 20:24:12 +00:00
OutputOptions.h Merge changes from the witness. 2011-10-10 20:24:12 +00:00
QuickCompressDXT.cpp Fix build under OSX with clang. Fixes issue 180. 2012-09-11 16:22:09 +00:00
QuickCompressDXT.h Work in progress. Experiment with lightmap compression. 2010-11-12 03:32:46 +00:00
SingleColorLookup.cpp Fix pedantic warning. 2012-03-01 03:50:07 +00:00
SingleColorLookup.h DXT1a single color compressor. Fixes issue 131. 2010-07-22 09:23:17 +00:00
Surface.cpp Add BC7 support. It's incredibly slow - ~60 seconds to compress a 512x512 image, on a Core i7 - but it works. 2013-12-07 02:17:08 +00:00
Surface.h Merge changes from the Witness. 2013-06-07 17:53:55 +00:00
TaskDispatcher.cpp concurrency experiments. 2010-11-22 07:34:05 +00:00
TaskDispatcher.h Fix merge error. 2012-02-02 16:21:48 +00:00