nvidia-texture-tools/project/vc9
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 Update project files. 2012-02-14 16:45:55 +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
cubemaptest Update project files. 2012-02-14 16:45:55 +00:00
hdrtest Merge changes from the Witness. 2013-06-07 17:53:55 +00:00
imperativeapi Update project files. 2012-02-14 16:45:55 +00:00
nvassemble Update project files. 2012-02-14 16:45:55 +00:00
nvcompress Update project files. 2012-02-14 16:45:55 +00:00
nvcore Update project file. 2012-03-09 07:07:50 +00:00
nvddsinfo Update project files. 2012-02-14 16:45:55 +00:00
nvdecompress Update project files. 2012-02-14 16:45:55 +00:00
Nvidia.TextureTools Add BC6 support to nvtt lib and utils. 2013-10-25 17:30:55 +00:00
nvimage Update project files. 2012-02-14 16:45:55 +00:00
nvimgdiff Update project files. 2012-02-14 16:45:55 +00:00
nvmath Update project files. 2012-02-14 16:45:55 +00:00
nvthread Update project files. 2012-02-14 16:45:55 +00:00
nvtt Add BC6 support to nvtt lib and utils. 2013-10-25 17:30:55 +00:00
nvzoom Update project files. 2012-02-14 16:45:55 +00:00
squish Update project files. 2012-02-14 16:45:55 +00:00
stress Update vc9 project files. 2009-04-21 09:31:59 +00:00
testsuite Add BC6 support to nvtt lib and utils. 2013-10-25 17:30:55 +00:00
.ignore Add ignore lists. 2009-11-03 23:53:44 +00:00
nvconfig.h Fix errors and enable new cluster fit compressor. 2012-01-01 21:29:27 +00:00
nvtt.sln 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
nvtt.vsprops Merge recent changes from the witness. 2010-08-31 01:39:08 +00:00