Commit Graph

  • c0ad0f4d31 Merge changes from The Witness. Ignacio 2015-10-28 23:53:08 -0700
  • a382ea5b21 Fix compiler warning. Ignacio Castaño 2015-09-02 12:25:47 -0700
  • 26723de502 Fix memory leak reported by Sylvain Rochette in issue #229. Ignacio Castaño 2015-08-21 21:53:16 -0700
  • 01d5abbe5f forget one file not included in vc project Sylvain Rochette 2015-08-21 21:56:36 -0400
  • 6a465c8489 Memory leak corrected (was using wrong delete implementation) also others issue with array Sylvain Rochette 2015-08-20 20:40:51 -0400
  • 58617584d4 Apply patch provided in issue #224. Add support for ARM64. Ignacio 2015-07-20 23:47:01 +0200
  • 4ef408b591 Remove debug code. Ignacio 2015-07-20 14:32:16 +0200
  • 592c8b8b0a Merge pull request #225 from Skylark13/master Ignacio 2015-07-20 13:15:55 +0200
  • b254961b22 - Removed Library.cpp and Library.h from nvcore VS2013 project - Also added project references to nvtt in nvdecompress and nvimgdiff projects, lack of which prevented them from compiling - Change to nvtt.sln is an auto-modification from VS, pretty sure it makes no difference Jean-S�bastien Guay 2015-07-19 14:08:01 -0400
  • d32f0e0173 Merge pull request #223 from cmdrf/no-include-library-h Ignacio 2015-06-12 10:27:02 -0700
  • 701f8224dc Merge pull request #222 from cmdrf/gccforeach Ignacio 2015-06-12 10:26:25 -0700
  • 7b031aa4bf Do not include removed Library.h cmdrf 2015-06-12 13:45:35 +0200
  • d01d72f8e7 Update NV_FOREACH for C++11 cmdrf 2015-06-12 12:38:44 +0200
  • 0d205015ae Merge pull request #221 from cmdrf/snprintf-vs2015 Ignacio 2015-06-10 10:51:07 -0700
  • 7aa0390f32 Merge pull request #220 from cmdrf/cmakecuda Ignacio 2015-06-10 10:49:35 -0700
  • 68e6cbdd40 Merge pull request #219 from cmdrf/gcclinkorder Ignacio 2015-06-10 10:48:46 -0700
  • fa062aa298 Do not redefine snprintf on VS2015 cmdrf 2015-06-10 18:46:26 +0200
  • 205f492e2e Fix CMake CUDA introspection cmdrf 2015-06-10 18:14:12 +0200
  • 899a99a106 Fix link order for Linux cmdrf 2015-06-07 15:39:14 +0200
  • 766edcb1a6 Fix more link order for Linux cmdrf 2015-06-07 15:58:35 +0200
  • b37ca4498d Merge pull request #217 from pzychotic/master Ignacio 2015-04-21 15:49:59 -0700
  • 9ad63e7f3a Fixed compiler flag being set on wrong target. Thomas Roß 2015-04-21 22:18:25 +0200
  • 81336cc3e9 Remove unnecessary files. Ignacio 2015-03-25 12:36:16 -0700
  • e9d44813d2 Merge pull request #216 from esok/master Ignacio 2015-03-24 17:08:37 -0700
  • d4fbfd0ff4 Add project notes. Ignacio 2015-03-24 12:32:27 -0700
  • 4c7ff58885 Update vc12 projects Ignacio 2015-03-24 12:31:22 -0700
  • a083337473 Merge changes from The Witness. Ignacio 2015-03-24 12:14:49 -0700
  • 6bc3224fe7 Added support for gcc and c++11 features. esok 2015-03-23 22:05:33 -0400
  • 925be83668 Migrating wiki contents from Google Code wiki Google Code Exporter 2015-03-14 19:11:27 -0400
  • 56e3c9db75 osx fixes. Fix issue 211. castano 2014-12-02 20:23:21 +0000
  • 7e2a9d1adb osx fixes. Fix issue 211. castano 2014-12-02 20:23:21 +0000
  • 7328f23188 DXT1 compressor tweaks. castano 2014-12-02 05:43:13 +0000
  • 2d6fc0e304 DXT1 compressor tweaks. castano 2014-12-02 05:43:13 +0000
  • 250157ad14 Merge changes from the witness. castano 2014-11-04 17:49:29 +0000
  • d019cd7080 Merge changes from the witness. castano 2014-11-04 17:49:29 +0000
  • da1f82d8b9 Fix vc12 build. castano@gmail.com 2014-09-23 17:49:18 +0000
  • 4cb60cc5ba Fix vc12 build. castano@gmail.com 2014-09-23 17:49:18 +0000
  • 304185b23b Cleanup vc12 project. castano@gmail.com 2014-09-23 17:44:36 +0000
  • 9722101114 Cleanup vc12 project. castano@gmail.com 2014-09-23 17:44:36 +0000
  • 656cd25785 Add vc12 solution. castano@gmail.com 2014-09-23 17:39:36 +0000
  • 3f0bffaadf Add vc12 solution. castano@gmail.com 2014-09-23 17:39:36 +0000
  • c195569a0d Tag dll and binaries with 32/64 suffix. castano 2014-07-01 18:10:28 +0000
  • 6e69560969 Tag dll and binaries with 32/64 suffix. castano 2014-07-01 18:10:28 +0000
  • adee0a6892 Remove missing project. castano 2014-07-01 17:27:46 +0000
  • 8f4ebf1d93 Remove missing project. castano 2014-07-01 17:27:46 +0000
  • fe9f09a290 Minor updates to C# bindings. Work in progress. castano 2014-06-11 21:31:47 +0000
  • 132443013a Minor updates to C# bindings. Work in progress. castano 2014-06-11 21:31:47 +0000
  • ea9bf478d1 Apply patch to update C# wraper. Fixes issue 184. castano 2014-06-11 21:02:04 +0000
  • ac87eefa6d Apply patch to update C# wraper. Fixes issue 184. castano 2014-06-11 21:02:04 +0000
  • 52ce4e8839 Fixes issue 93. castano 2014-06-11 19:46:17 +0000
  • f705b2eaa1 Fixes issue 93. castano 2014-06-11 19:46:17 +0000
  • d691504b18 Fixes issue 202. castano 2014-05-21 18:09:47 +0000
  • 6ade0e27b7 Fixes issue 202. castano 2014-05-21 18:09:47 +0000
  • fd48da2314 Fixes issue 204. castano 2014-05-21 17:47:06 +0000
  • 7e74261f92 Fixes issue 204. castano 2014-05-21 17:47:06 +0000
  • 8e91cae715 Fix issue 194. castano 2014-05-21 17:23:05 +0000
  • 57298c71c8 Fix issue 194. castano 2014-05-21 17:23:05 +0000
  • 47e93a114e Fixes issue 207. castano 2014-04-18 16:25:24 +0000
  • b06a6f46a5 Fixes issue 207. castano 2014-04-18 16:25:24 +0000
  • bc60bd6458 Fix issue 206. castano 2014-04-03 22:10:12 +0000
  • 63d6036e3a Fix issue 206. castano 2014-04-03 22:10:12 +0000
  • b27675dccc 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. nathaniel.reed@gmail.com 2013-12-07 02:17:08 +0000
  • 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. nathaniel.reed@gmail.com 2013-12-07 02:17:08 +0000
  • e5692ff85d 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. nathaniel.reed@gmail.com 2013-12-05 02:13:17 +0000
  • 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. nathaniel.reed@gmail.com 2013-12-05 02:13:17 +0000
  • 1ebed808ad 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. nathaniel.reed@gmail.com 2013-10-25 17:30:55 +0000
  • 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. nathaniel.reed@gmail.com 2013-10-25 17:30:55 +0000
  • b2acbb8c70 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). nathaniel.reed@gmail.com 2013-10-16 21:18:16 +0000
  • 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). nathaniel.reed@gmail.com 2013-10-16 21:18:16 +0000
  • a365f8f9b8 Edited wiki page D3D11TextureFormats through web user interface. castano@gmail.com 2013-10-15 19:09:45 +0000
  • a3f8eb499a Created wiki page through web user interface. castano@gmail.com 2013-10-15 19:08:59 +0000
  • b08cde25fb Edited wiki page ApiDocumentation through web user interface. castano@gmail.com 2013-09-12 19:37:46 +0000
  • 57b99a1595 Apply CubeSurface fold/unfold patch. Fixes issue 199. castano@gmail.com 2013-09-04 01:10:52 +0000
  • fbbb75d8e6 Apply CubeSurface fold/unfold patch. Fixes issue 199. castano@gmail.com 2013-09-04 01:10:52 +0000
  • b2b367ef5f Fix xyzToCieLab bug and add CIE Lab DeltaE 1994 color differencing. Fixes issue 197. Fixes issue 198. castano@gmail.com 2013-09-04 01:08:39 +0000
  • 4f46fc6314 Fix xyzToCieLab bug and add CIE Lab DeltaE 1994 color differencing. Fixes issue 197. Fixes issue 198. castano@gmail.com 2013-09-04 01:08:39 +0000
  • 022944e49b Apply patch to fix issue 192. castano@gmail.com 2013-07-20 00:08:06 +0000
  • 9c66bcd711 Apply patch to fix issue 192. castano@gmail.com 2013-07-20 00:08:06 +0000
  • 27024253ce Handle 3d textures in nvcompress. castano@gmail.com 2013-07-09 17:16:41 +0000
  • 95da7cb9f1 Handle 3d textures in nvcompress. castano@gmail.com 2013-07-09 17:16:41 +0000
  • 22bc0b949d Fix assert. Fixes issue 190. castano 2013-06-25 17:03:08 +0000
  • 8767bdad94 Fix assert. Fixes issue 190. castano 2013-06-25 17:03:08 +0000
  • c7b325f703 Edited wiki page HighQualityDXTCompression through web user interface. castano@gmail.com 2013-06-15 00:32:54 +0000
  • ac0759efc8 Update cmake file. Fixes issue 189. castano 2013-06-12 05:57:08 +0000
  • acd54874e6 Update cmake file. Fixes issue 189. castano 2013-06-12 05:57:08 +0000
  • 94d0635285 Merge changes from the Witness. castano@gmail.com 2013-06-07 17:53:55 +0000
  • 69e6725aec Merge changes from the Witness. castano@gmail.com 2013-06-07 17:53:55 +0000
  • 1420ad80f6 Edited wiki page CompilationInstructions through web user interface. castano@gmail.com 2013-03-12 19:50:49 +0000
  • b723d56eb0 Edited wiki page CompilationInstructions through web user interface. castano@gmail.com 2013-03-12 19:41:55 +0000
  • 634229a842 Fix issue 182. castano 2013-02-05 18:38:39 +0000
  • df10e1ed93 Fix issue 182. castano 2013-02-05 18:38:39 +0000
  • eb5556548d Fix issue 186. Confirmed it works on gcc and clang. castano 2013-02-05 18:35:38 +0000
  • af6eb038ac Fix issue 186. Confirmed it works on gcc and clang. castano 2013-02-05 18:35:38 +0000
  • 14faa8e564 Fix linux/osx compiler errors. Fixes issue 168. castano 2013-02-05 07:35:15 +0000
  • a66cd2a5f8 Fix linux/osx compiler errors. Fixes issue 168. castano 2013-02-05 07:35:15 +0000
  • 2f12bfdb41 Fix issue 158. castano 2013-02-05 07:17:25 +0000
  • c0e67bae48 Fix issue 158. castano 2013-02-05 07:17:25 +0000
  • 358bd0296e Fix issue 181. castano 2013-02-01 23:19:58 +0000
  • aa6c2fb5b7 Fix issue 181. castano 2013-02-01 23:19:58 +0000
  • aa6cd0d2e5 Fix alpha detection code. Fixes issue 183. Thanks rocatis! castano 2013-01-29 20:37:15 +0000