nvidia-texture-tools/src/nvtt/tools
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
..
ui Fix build. 2010-05-28 07:45:11 +00:00
assemble.cpp Add BC6 support to nvtt lib and utils. 2013-10-25 17:30:55 +00:00
benchmark.cpp Add benchmark, in progress. 2007-12-07 03:07:59 +00:00
CMakeLists.txt Fix cuda compressor. Start work on new UI. 2010-10-18 08:47:50 +00:00
cmdline.h Merge changes from the Witness. 2013-06-07 17:53:55 +00:00
compress.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
compressdialog.cpp Fix cuda compressor. Start work on new UI. 2010-10-18 08:47:50 +00:00
compressdialog.h Fix cuda compressor. Start work on new UI. 2010-10-18 08:47:50 +00:00
compressdialog.ui Fix cuda compressor. Start work on new UI. 2010-10-18 08:47:50 +00:00
ddsinfo.cpp flatten tree. 2007-10-14 08:58:24 +00:00
ddsview.cpp Fix build under OSX with clang. Fixes issue 180. 2012-09-11 16:22:09 +00:00
decompress.cpp Add BC6 support to nvtt lib and utils. 2013-10-25 17:30:55 +00:00
imgdiff.cpp Add BC6 support to nvtt lib and utils. 2013-10-25 17:30:55 +00:00
nvtt-thumbnailer.schema.in Add gnome thumbnailer by Frank Richter. Fixes issue 82. 2009-02-03 09:29:25 +00:00
resize.cpp Add BC6 support to nvtt lib and utils. 2013-10-25 17:30:55 +00:00
thumbnailer.cpp Fix build under OSX with clang. Fixes issue 180. 2012-09-11 16:22:09 +00:00