Commit Graph

16 Commits (d019cd7080144a7881f49919b426e8be8c497780)

Author SHA1 Message Date
castano d019cd7080 Merge changes from the witness. 10 years ago
nathaniel.reed@gmail.com 474239c784 Add BC6 support to nvtt lib and utils.
- Use 3x3 eigensolver for initial fit in ZOH.  Slightly better perf and RMSE than power method.
- Remove use of double precision in ZOH - speeds up by 12%.
- Fixed RGBM encoding that was broken for HDR images.
- Use gamma-2.0 space for RGBM for HDR images (improves precision in darks).
- Use UNORM instead of TYPELESS formats when saving a DX10 .dds file.  The TYPELESS formats break most viewers.
- Cleaned up warnings in ZOH code.
- Command-line utils will warn if you give them an unrecognized parameter.
- Added VS2010 profiling results.
11 years ago
castano 1e2567e4a3 More work toward 2.1: Implement InputOptions using TexImage. 14 years ago
castano e8dc679874 Merge recent changes from the witness. 14 years ago
castano 035231a928 Minor changes. 14 years ago
castano 1454cbac14 Fix build. 14 years ago
castano 50b8b67185 Hide file format especific savers. Add generic image saver.
Misc fixes under OSX.
15 years ago
castano 8fa870bf0c Fix typo. Fixes issue 82. 16 years ago
castano 5234060618 Integrate branch 2.0 to trunk. 16 years ago
castano 6861c7f681 Fix msvc warnings. 17 years ago
castano eb96117989 Add ui tool temporarily called main... 17 years ago
castano 2b1d842c8d eliminate vc8 warnings. 17 years ago
castano 2fec3e7695 Add nvzoom tool. 17 years ago
castano 3359090581 Correct polyphase filters. 17 years ago
castano 1d5d3d7270 disable gamma correction 17 years ago
castano 01e10c4c95 Add resize test. 17 years ago