nvidia-texture-tools/src/nvtt
nathaniel.reed@gmail.com ab316deeaa Add BC7 support. It's incredibly slow - ~60 seconds to compress a 512x512 image, on a Core i7 - but it works.
- Added AVPCL compressor to projects and got it building with VC9 and VC10.
- Removed unused command line interface & file read/write code from AVPCL.
- Convert AVPCL to use NV vector math lib, asserts, etc.
- Convert AVPCL to use double instead of float.
- Added 4x4 symmetric eigensolver, for AVPCL; it's based on the existing 3x3 one, but I had to rewrite the Householder reduction stage.  As with ZOH, using the eigensolver (instead of SVD) gives a ~25% speedup without significantly affecting RMSE.
- Encapsulate ZOH and AVPCL stuff into their own namespaces to keep everything separate.
- Added some missing vector operators to the nvmath lib.
2013-12-07 02:17:08 +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 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
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
squish Fix issue 182. 2013-02-05 18:38:39 +00:00
tests 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
tools 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
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 Update cmake file. Fixes issue 189. 2013-06-12 05:57:08 +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
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
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
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
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
nvtt_wrapper.h
nvtt.cpp
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
SingleColorLookup.cpp Fix pedantic warning. 2012-03-01 03:50:07 +00:00
SingleColorLookup.h
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
TaskDispatcher.h Fix merge error. 2012-02-02 16:21:48 +00:00