sanderd17
65b3dfa4a6
Fix compilation on GCC 6
...
GCC 6 apparently doesn't want to cast booleans to pointers anymore. So this fixes it for us. See also our changeset: http://trac.wildfiregames.com/changeset/18364
2016-06-12 15:09:19 +02:00
Ignacio
875a78a124
Merge pull request #236 from mpersano/master
...
Add support for compressing texture arrays.
2016-02-29 12:50:39 -08:00
mpersano
46e5c6a8ee
Fix nvassemble command-line options parsing.
2016-02-28 08:17:35 -03:00
mpersano
2bd367a4dc
Add support for compressing texture arrays.
...
Also add support for reading/writing DX10 uncompressed (RGB/lumi) textures, so
now it's possible to compress a texture array assembled with nvcompress.
2016-02-28 08:05:59 -03:00
Ignacio
49677da371
Remove executable property.
2016-02-22 11:54:43 -08:00
mpersano
db8fc561c3
Support assembling texture arrays.
2016-02-11 18:43:01 -02:00
Ignacio
9b79638f79
Disable test code from nvdecompress. Update vc12 projects and fix vc12 build. Fixes bug #232 .
2015-12-11 12:15:22 -08:00
Ignacio
7596650a2d
Be more clear that Qt4 is not used. From cfcohen.
2015-12-05 15:23:00 -08:00
Ignacio
9d6c7d6a69
Integrate more changes from cfcohen.
2015-12-05 15:16:14 -08:00
Ignacio
a20044bccc
Integrate changes from cfcohen to supress warning.
2015-12-05 15:09:57 -08:00
Ignacio
268e6abd65
Integrate cfcohen changes to fix linker problems with gcc.
2015-12-05 15:06:37 -08:00
Ignacio
87ca69bd14
Do not output messages for disabled libraries.
2015-12-05 14:58:05 -08:00
Ignacio
63d29a508e
Fix compiler warning.
2015-12-05 14:56:36 -08:00
Ignacio
e9a8630a3f
Increase array size to supress compiler warning.
2015-12-05 14:50:52 -08:00
Ignacio
c0ad0f4d31
Merge changes from The Witness.
2015-10-28 23:53:08 -07:00
Ignacio Castaño
a382ea5b21
Fix compiler warning.
2015-09-02 12:25:47 -07:00
Ignacio Castaño
26723de502
Fix memory leak reported by Sylvain Rochette in issue #229 .
2015-08-21 21:53:16 -07:00
Ignacio
58617584d4
Apply patch provided in issue #224 . Add support for ARM64.
2015-07-20 23:47:01 +02:00
Ignacio
4ef408b591
Remove debug code.
2015-07-20 14:32:16 +02:00
Ignacio
d32f0e0173
Merge pull request #223 from cmdrf/no-include-library-h
...
Do not include Library.h
2015-06-12 10:27:02 -07:00
cmdrf
7b031aa4bf
Do not include removed Library.h
2015-06-12 14:00:37 +02:00
cmdrf
d01d72f8e7
Update NV_FOREACH for C++11
2015-06-12 12:38:44 +02:00
Ignacio
0d205015ae
Merge pull request #221 from cmdrf/snprintf-vs2015
...
Do not redefine snprintf on VS2015
2015-06-10 10:51:07 -07:00
Ignacio
7aa0390f32
Merge pull request #220 from cmdrf/cmakecuda
...
Fix CMake CUDA introspection
2015-06-10 10:49:35 -07:00
cmdrf
fa062aa298
Do not redefine snprintf on VS2015
2015-06-10 18:46:26 +02:00
cmdrf
205f492e2e
Fix CMake CUDA introspection
2015-06-10 18:14:12 +02:00
cmdrf
899a99a106
Fix link order for Linux
2015-06-10 17:59:57 +02:00
cmdrf
766edcb1a6
Fix more link order for Linux
2015-06-10 17:59:56 +02:00
Thomas Roß
9ad63e7f3a
Fixed compiler flag being set on wrong target.
2015-04-21 22:18:25 +02:00
Ignacio
81336cc3e9
Remove unnecessary files.
2015-03-25 12:36:16 -07:00
Ignacio
e9d44813d2
Merge pull request #216 from esok/master
...
Added support for gcc and c++11 features.
2015-03-24 17:08:37 -07:00
Ignacio
a083337473
Merge changes from The Witness.
2015-03-24 12:14:49 -07:00
esok
6bc3224fe7
Added support for gcc and c++11 features.
2015-03-23 22:05:33 -04:00
castano
7e2a9d1adb
osx fixes. Fix issue 211.
2014-12-02 20:23:21 +00:00
castano
2d6fc0e304
DXT1 compressor tweaks.
2014-12-02 05:43:13 +00:00
castano
d019cd7080
Merge changes from the witness.
2014-11-04 17:49:29 +00:00
castano@gmail.com
4cb60cc5ba
Fix vc12 build.
2014-09-23 17:49:18 +00:00
castano
ac87eefa6d
Apply patch to update C# wraper. Fixes issue 184.
2014-06-11 21:02:04 +00:00
castano
f705b2eaa1
Fixes issue 93.
2014-06-11 19:46:17 +00:00
castano
6ade0e27b7
Fixes issue 202.
2014-05-21 18:09:47 +00:00
castano
7e74261f92
Fixes issue 204.
2014-05-21 17:47:06 +00:00
castano
57298c71c8
Fix issue 194.
2014-05-21 17:23:05 +00:00
castano
b06a6f46a5
Fixes issue 207.
2014-04-18 16:25:24 +00:00
castano
63d6036e3a
Fix issue 206.
2014-04-03 22:10:12 +00:00
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
nathaniel.reed@gmail.com
f2fa0517b5
Ported over James Arvo's SVD code from ZOH. It's a good deal slower than the eigensolver, and no better in RMSE - so didn't use it, but left the code in place for future reference.
...
Also replaced doubles with floats in the eigensolver code. Speeds up BC6 another 5%. No change to RMSE in test suite.
2013-12-05 02:13:17 +00:00
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.
2013-10-25 17:30:55 +00:00
nathaniel.reed@gmail.com
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
castano@gmail.com
57b99a1595
Apply CubeSurface fold/unfold patch. Fixes issue 199.
2013-09-04 01:10:52 +00:00
castano@gmail.com
b2b367ef5f
Fix xyzToCieLab bug and add CIE Lab DeltaE 1994 color differencing.
...
Fixes issue 197.
Fixes issue 198.
2013-09-04 01:08:39 +00:00
castano@gmail.com
022944e49b
Apply patch to fix issue 192.
2013-07-20 00:08:06 +00:00
castano@gmail.com
27024253ce
Handle 3d textures in nvcompress.
2013-07-09 17:16:41 +00:00
castano
22bc0b949d
Fix assert. Fixes issue 190.
2013-06-25 17:03:08 +00:00
castano
ac0759efc8
Update cmake file. Fixes issue 189.
2013-06-12 05:57:08 +00:00
castano@gmail.com
94d0635285
Merge changes from the Witness.
2013-06-07 17:53:55 +00:00
castano
634229a842
Fix issue 182.
2013-02-05 18:38:39 +00:00
castano
eb5556548d
Fix issue 186. Confirmed it works on gcc and clang.
2013-02-05 18:35:38 +00:00
castano
14faa8e564
Fix linux/osx compiler errors. Fixes issue 168.
2013-02-05 07:35:15 +00:00
castano
2f12bfdb41
Fix issue 158.
2013-02-05 07:17:25 +00:00
castano
358bd0296e
Fix issue 181.
2013-02-01 23:19:58 +00:00
castano
aa6cd0d2e5
Fix alpha detection code. Fixes issue 183. Thanks rocatis!
2013-01-29 20:37:15 +00:00
castano
83bdcb541c
OpenBSD fixes. Fixes issue 176.
2012-09-11 16:41:02 +00:00
castano
1d8d067caf
Fix build under OSX with clang. Fixes issue 180.
2012-09-11 16:22:09 +00:00
castano
15f5e19d40
Add missing semicolon. Fixes issue 179.
2012-09-05 04:06:37 +00:00
castano
63897b3ecc
Integrate 3D texture fixes from Ben Goldstein @ Nihilistic.
2012-08-28 17:22:37 +00:00
castano
ac3f2d1794
Misc changes.
2012-08-28 16:44:23 +00:00
castano
bff3dab505
Fix errors.
2012-07-20 16:36:20 +00:00
castano
04bdc76749
Merge changes from The Witness.
2012-07-20 16:32:26 +00:00
castano
3b4fcd0369
Merge changes from The Witness.
2012-07-20 16:19:03 +00:00
castano
fea97461c5
Merge changes from The Witness.
2012-07-20 16:17:28 +00:00
castano
897cc78397
Port fix from 2.0 to trunk. Problem discovered thanks to Jern-Kuan.
2012-07-20 16:10:25 +00:00
castano
0eb7c3eb71
Integrate skylight model. Work in progress.
2012-05-22 18:47:38 +00:00
castano
20c5078e93
Fix tabs.
2012-05-03 17:12:49 +00:00
castano
c784e03be5
Try to increase robustness of thread pool.
2012-05-03 17:04:53 +00:00
castano
fa4ba97f6d
Merge changes from the witness.
...
Fix parallel cluster fit compressor.
Luma compression experiment.
2012-04-30 23:03:44 +00:00
castano
b130487c2a
Merge changes from the witness.
2012-04-30 23:03:00 +00:00
castano
8ff802dac1
Merge changes from the witness.
2012-04-30 23:02:46 +00:00
castano
69e8641db5
Merge changes from the witness.
2012-04-30 23:02:23 +00:00
castano
d5a3c1d3a7
Minor cleanups to testsuite output.
2012-03-09 07:44:13 +00:00
castano
79360e6501
Fix msvc build.
2012-03-09 07:08:16 +00:00
castano
b6b47ff254
Fix pedantic warning.
2012-03-01 03:50:07 +00:00
castano
095737d863
Linux build fix from Matthaus.
2012-03-01 03:48:34 +00:00
castano
9609d1e2fd
Darwin/Lion fixes.
...
Integrate Linux and Unicode fixes from Matthaus.
2012-03-01 03:48:05 +00:00
castano
21af952fec
osx fixes. Update cmake files.
2012-02-14 18:00:47 +00:00
castano
f1c943cd57
Merge changes from The Witness.
2012-02-14 16:37:15 +00:00
castano
1248743859
Merge changes from The Witness.
2012-02-14 16:35:42 +00:00
castano
fa468b04ab
Merge changes from The Witness.
2012-02-14 16:31:25 +00:00
castano
06c170b41b
Merge changes from The Witness.
2012-02-14 16:16:27 +00:00
castano
cb6c18efa4
Add info about Valve's texture format.
2012-02-14 16:15:20 +00:00
castano
d44a65c7b7
Fix unicode builds.
2012-02-03 16:23:52 +00:00
castano
d08c9e61e3
Fix merge error.
2012-02-02 16:21:48 +00:00
castano
8922ab86d6
Fix msvc build. Fixes issue 171.
...
Improve sse perf.
Fix rmse computation in nvimgdiff.
2012-01-12 16:54:10 +00:00
castano
6d843c78cf
HDR encoding tests.
2012-01-04 02:25:28 +00:00
castano
e46f48f0a3
Better stack trace parser for OSX.
2012-01-04 02:24:30 +00:00
castano
f2d90ee844
Fix errors in new cluster fit compressor.
2012-01-02 08:49:13 +00:00
castano@gmail.com
23bfc1b514
Fix errors and enable new cluster fit compressor.
2012-01-01 21:29:27 +00:00
castano
035997bc2e
Fix cube map processing bug reported by Cedric Perthuis.
2011-12-12 18:05:04 +00:00
castano
086bf0343c
Minor opt.
2011-11-11 02:19:28 +00:00
castano
78d48e62a9
Merge changes from The Witness.
2011-11-11 02:02:58 +00:00
castano
2e9afac689
Add tone mapping operators.
2011-11-11 00:48:22 +00:00
castano@gmail.com
fa0800a24a
Some bug fixes.
2011-10-12 00:01:58 +00:00
castano
0b3959e1a1
Linux fixes. Thanks to Rico Tzschichholz.
2011-10-11 22:22:29 +00:00
castano
e98d795d2b
More header optimizations.
2011-10-11 18:52:24 +00:00
castano
d11d7a5f38
seamless cubemap filtering.
2011-10-11 06:40:40 +00:00
castano
2ec37026be
Merge changes from the witness.
2011-10-10 20:24:12 +00:00
castano
94401919b8
Add some inline files to reduce amount of code parsed.
2011-10-10 19:35:21 +00:00
castano
cbf4b2e3bf
Some debugging.
2011-10-04 06:10:34 +00:00
castano
e462e3ef58
build nvthread properly
2011-10-04 06:09:50 +00:00
castano
9e7651e2d5
Work in progress.
2011-10-04 01:33:31 +00:00
castano
78fa1e785d
Fixes and optimizations.
2011-10-01 02:07:32 +00:00
castano
149a50a26f
Filtering optimizations.
2011-09-30 17:21:08 +00:00
castano
18b3f8025e
Add test.
2011-09-30 16:36:35 +00:00
castano
eb10483faf
Fix bugs. In progress cube map loading.
2011-09-30 01:52:27 +00:00
castano
dc13d9e9d2
Add support for float10 and float11 formats. Not tested.
2011-09-29 23:14:18 +00:00
castano
676a0b2908
work in progress.
2011-09-29 00:58:47 +00:00
castano
9de43e7757
Fix build errors/warnings.
2011-09-28 22:02:46 +00:00
castano
f0d9497e1f
Add missing changes.
2011-09-28 19:54:05 +00:00
castano
d87b7edd5f
RGBE conversion fixes.
2011-09-28 19:53:02 +00:00
castano
e15aa7a9bf
Remove RGBE compressor. Implement as a color transform.
2011-09-28 18:44:18 +00:00
castano
8e586ca693
Rename files.
2011-09-28 16:46:01 +00:00
castano
03c3fa42a8
Cosine power filter. A bit of renaming.
2011-09-28 16:40:59 +00:00
castano
fcd296cd81
Merge changes from the witness.
2011-09-28 01:45:08 +00:00
castano
95811dfdff
Cleanups.
2011-09-27 23:05:46 +00:00
castano
91e6bbe5c3
Add convolution method to TexImage. Fixes issue 166.
2011-09-27 18:41:02 +00:00
castano
8c65e4c62d
Do not depend on external int limits.
2011-09-27 18:25:39 +00:00
castano
2364f539eb
Porting parallel stuff to unix.
2011-09-27 18:12:32 +00:00
castano
5081360073
Add missing file.
2011-09-27 17:51:13 +00:00
castano
3c0ab2d3f3
Merge changes from the witness.
2011-09-27 17:48:46 +00:00
castano
9c0658edca
Fixes.
2011-09-27 17:29:50 +00:00
castano
86b43e55c1
cubemap support, work in progress.
2011-09-27 17:28:01 +00:00
castano
17e01ed240
Fix errors, warnings.
2011-09-27 16:37:41 +00:00
castano
af9ba8ae90
Add support for 3D texture. Integrate patch provided in issue 28 plus some additional changes.
2011-09-27 05:17:01 +00:00
castano
4906642ac3
Revert Library.*, needed for CUDA stuff.
2011-09-26 05:33:53 +00:00
castano
b68d428492
Accumulate filter sums using doubles to avoid unsymmetries. Fixes issue 167.
2011-09-14 17:51:09 +00:00
castano
02709e1699
Set DDPF_FOURCC flag when using DX10 container. Fixes issue 165.
2011-09-13 19:20:51 +00:00
castano
fe108af32e
Pitch is specified in bytes and always byte aligned. Fixes issue 168.
2011-09-13 17:08:09 +00:00
castano
8b096b4186
Remove unused code.
2011-09-01 22:16:37 +00:00
castano
5d19ff392a
Some pitch alignment fixes. Fixes issue 168.
2011-08-26 12:11:38 +00:00
castano
2952480d30
Fix tabs. Fix leak.
2011-06-20 19:09:29 +00:00
castano
66d02325d8
Swap red and blue channels when using stb_image. Fixes issue 164.
2011-06-20 06:45:45 +00:00
castano
69ff14a54c
Apply changes suggested in issue 161.
2011-04-30 23:13:07 +00:00
castano
71d53e0d4e
Fix leak.
2011-04-22 00:04:29 +00:00
castano
2643a62d4a
Undo buffer class. Use plain array for easier debugging.
2011-04-07 07:41:58 +00:00
castano
144a8d6d4b
Fix errors in meta data api.
2011-04-06 06:42:22 +00:00
castano
11d04287c9
Fix errors.
2011-04-06 06:42:10 +00:00
castano
76a7adf83e
Apply patch suggested in issue 161.
2011-04-06 06:41:57 +00:00
castano
8a837981b6
Merge changes from The Witness.
2011-04-06 02:41:15 +00:00
castano
9ebcff93de
More tweaks.
2011-04-06 02:14:32 +00:00
castano
ce8647c51d
Tweaks.
2011-04-06 01:56:51 +00:00
castano
43b16d85f4
Use STB image by default.
...
Add buffer object, try to reduce binary size.
2011-04-02 07:41:55 +00:00