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.
2013-10-25 17:30:55 +00:00
77188a42ac
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
57b99a1595
Apply CubeSurface fold/unfold patch. Fixes issue 199.
2013-09-04 01:10:52 +00:00
022944e49b
Apply patch to fix issue 192.
2013-07-20 00:08:06 +00:00
27024253ce
Handle 3d textures in nvcompress.
2013-07-09 17:16:41 +00:00
22bc0b949d
Fix assert. Fixes issue 190.
2013-06-25 17:03:08 +00:00
ac0759efc8
Update cmake file. Fixes issue 189.
2013-06-12 05:57:08 +00:00
94d0635285
Merge changes from the Witness.
2013-06-07 17:53:55 +00:00
634229a842
Fix issue 182.
2013-02-05 18:38:39 +00:00
358bd0296e
Fix issue 181.
2013-02-01 23:19:58 +00:00
aa6cd0d2e5
Fix alpha detection code. Fixes issue 183. Thanks rocatis!
2013-01-29 20:37:15 +00:00
1d8d067caf
Fix build under OSX with clang. Fixes issue 180.
2012-09-11 16:22:09 +00:00
ac3f2d1794
Misc changes.
2012-08-28 16:44:23 +00:00
bff3dab505
Fix errors.
2012-07-20 16:36:20 +00:00
04bdc76749
Merge changes from The Witness.
2012-07-20 16:32:26 +00:00
3b4fcd0369
Merge changes from The Witness.
2012-07-20 16:19:03 +00:00
897cc78397
Port fix from 2.0 to trunk. Problem discovered thanks to Jern-Kuan.
2012-07-20 16:10:25 +00:00
0eb7c3eb71
Integrate skylight model. Work in progress.
2012-05-22 18:47:38 +00:00
fa4ba97f6d
Merge changes from the witness.
...
Fix parallel cluster fit compressor.
Luma compression experiment.
2012-04-30 23:03:44 +00:00
d5a3c1d3a7
Minor cleanups to testsuite output.
2012-03-09 07:44:13 +00:00
b6b47ff254
Fix pedantic warning.
2012-03-01 03:50:07 +00:00
f1c943cd57
Merge changes from The Witness.
2012-02-14 16:37:15 +00:00
d08c9e61e3
Fix merge error.
2012-02-02 16:21:48 +00:00
8922ab86d6
Fix msvc build. Fixes issue 171.
...
Improve sse perf.
Fix rmse computation in nvimgdiff.
2012-01-12 16:54:10 +00:00
6d843c78cf
HDR encoding tests.
2012-01-04 02:25:28 +00:00
f2d90ee844
Fix errors in new cluster fit compressor.
2012-01-02 08:49:13 +00:00
23bfc1b514
Fix errors and enable new cluster fit compressor.
2012-01-01 21:29:27 +00:00
035997bc2e
Fix cube map processing bug reported by Cedric Perthuis.
2011-12-12 18:05:04 +00:00
78d48e62a9
Merge changes from The Witness.
2011-11-11 02:02:58 +00:00
2e9afac689
Add tone mapping operators.
2011-11-11 00:48:22 +00:00
fa0800a24a
Some bug fixes.
2011-10-12 00:01:58 +00:00
e98d795d2b
More header optimizations.
2011-10-11 18:52:24 +00:00
d11d7a5f38
seamless cubemap filtering.
2011-10-11 06:40:40 +00:00
2ec37026be
Merge changes from the witness.
2011-10-10 20:24:12 +00:00
94401919b8
Add some inline files to reduce amount of code parsed.
2011-10-10 19:35:21 +00:00
cbf4b2e3bf
Some debugging.
2011-10-04 06:10:34 +00:00
9e7651e2d5
Work in progress.
2011-10-04 01:33:31 +00:00
78fa1e785d
Fixes and optimizations.
2011-10-01 02:07:32 +00:00
149a50a26f
Filtering optimizations.
2011-09-30 17:21:08 +00:00
18b3f8025e
Add test.
2011-09-30 16:36:35 +00:00
eb10483faf
Fix bugs. In progress cube map loading.
2011-09-30 01:52:27 +00:00
dc13d9e9d2
Add support for float10 and float11 formats. Not tested.
2011-09-29 23:14:18 +00:00
676a0b2908
work in progress.
2011-09-29 00:58:47 +00:00
9de43e7757
Fix build errors/warnings.
2011-09-28 22:02:46 +00:00
d87b7edd5f
RGBE conversion fixes.
2011-09-28 19:53:02 +00:00
e15aa7a9bf
Remove RGBE compressor. Implement as a color transform.
2011-09-28 18:44:18 +00:00
8e586ca693
Rename files.
2011-09-28 16:46:01 +00:00
03c3fa42a8
Cosine power filter. A bit of renaming.
2011-09-28 16:40:59 +00:00
fcd296cd81
Merge changes from the witness.
2011-09-28 01:45:08 +00:00
91e6bbe5c3
Add convolution method to TexImage. Fixes issue 166.
2011-09-27 18:41:02 +00:00