Commit Graph

508 Commits (master)

Author SHA1 Message Date
Bernard Cafarelli 4c95dc8716
Fix data testsuite path
Add separator between base path and set path if base path is set

Fixes #299
4 years ago
Ignacio Castano b4da3c68f0 Update version number. 4 years ago
Ignacio Castano 46d1179b17 Fix version number. 4 years ago
Ignacio Castano e5cf10de0e Remove specialized fast compressor. 4 years ago
Ignacio Castano e4301b3df7 Merge branch 'master' of https://github.com/castano/nvidia-texture-tools 4 years ago
Ignacio Castano 831c8e6667 Upgrade ICBC to 1.05 4 years ago
Ignacio a4712cff20 Remove unused code.
Remove jai-specific workaround.
Various cleanups.
4 years ago
Ignacio b06d5aba59 Remove support for some external compressors. 4 years ago
sindra 967278d579 Fix tab/whitespace 2 4 years ago
sindra aa8514e65d Fix tab/whitespace 4 years ago
sindra b4eb9c5972 Added some support for uncompressed texture for ktx 4 years ago
Ignacio Castano 26a56414c5 Do not include etcpack & rgetc in the build. 4 years ago
Ignacio Castano 8baac9b111 Fix mac build error. 4 years ago
Ignacio Castano 2bd1ed1ba7 Use AVX2 by default. 4 years ago
Ignacio Castano ea53e0b1ee Update vs2017 project files. 4 years ago
Ignacio Castano bf4799c9ac Fix build errors. 4 years ago
Ignacio Castano bfd1a38a86 Updates for new icbc interface. 4 years ago
Ignacio Castano ba3dbe32df KTX output fixes. 4 years ago
Ignacio Castano 7aebf0c251 ETC compression experiments. 4 years ago
Ignacio Castano c87706f2a4 Remove unused files. 4 years ago
Ignacio Castano e5b93bbfe8 Upgrade icbc 4 years ago
Ignacio fdfbfb2552 Update to latest icbc version. 4 years ago
Ignacio 8e64503338 Update vc projects.
Disable RGETC for now.
4 years ago
Ignacio a671567596 Update nvtt to use icbc library. 4 years ago
Ignacio daff42781d Work toward packaging dxt1 compressor as a single header library. 4 years ago
Ignacio 860b639492 Remove unused code. 4 years ago
Ignacio 52e065d66a Update benchmark with rgbcx. 4 years ago
Ignacio 504ecc8e10 Fix build errors. 4 years ago
Ignacio f68d894b8b Tweak endpoint refinement. 4 years ago
Ignacio 5eac5a4859 Experiment with endpoint refinement. Add Rich's encoder, not functional yet. 4 years ago
Ignacio ca3871a28c More cleanups! 4 years ago
Ignacio 9a16bebf8f Add external libs for comparisons and benchmarks. 4 years ago
Ignacio 4a33d1ac75 Add baboon image to waterloo image set. 4 years ago
Ignacio 9009962054 Minor cleanups and some experiments. 4 years ago
Ignacio 97723db794 Rename internal squish library to nvsquish to avoid conflicts. 4 years ago
Ignacio 4d47c0d2fc Comment out debug code. 4 years ago
Ignacio 5d7a761d6b Handle more DDS formats in Surface::load(). 4 years ago
Ignacio 3a99af11d7 Fix initialization of PVR texture header. 4 years ago
Ignacio b45560cfc4
Merge pull request #292 from leper/clang_linking
Fix linking with Clang and clean up some linking directive
5 years ago
Nicholas.Woodfield 187fa60492 Updated C-API to expose some functionality present in the C++ API. Added the following functions and enums:
nvttSetOutputOptionsContainer [and NvttContainer, KTX/DDS10 formats can now be set as the output container]
nvttSetOutputOptionsSrgbFlag
nvttSetOutputOptionsErrorHandler [rearranged NvttError enum to match layout of nvtt::error]
nvttEnableCudaAcceleration
nvttIsCudaAccelerationEnabled
5 years ago
Elvis Dowson d57ca44902 Enable CUDA support.
This commit also reintroduces nvcore Library.h and Library.cpp files
required by nvtt/cuda/CudaUtils.cpp

Ref:
https://github.com/castano/nvidia-texture-tools/issues/230
81336cc3e9

Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
5 years ago
Ignacio 84595a62f2 Add helper methods for jai bindings. 5 years ago
Ignacio c591c5f8b4 Compute spherical harmonics from cube maps. Work in progress. 5 years ago
leper 542711f862 Link with -fPIC when using Clang.
Remove the need for a few workarounds by handling this in just one place.
5 years ago
Ignacio a9a6f6968e Fix minor warnings.
Add output directories to ignore list.
6 years ago
Starnick 0f65d60602 Updated C-API to support 2D array textures + added missing enum values from nvtt.h 6 years ago
Ignacio a1c54bc7f7 Add fast sRGB conversion. 6 years ago
Ignacio bc60e8c154 Use our own parallel for by default to avoid dependencies. 6 years ago
Ignacio 95f1f60490 Enable stb libraries for image loading. This was disabled by error. 6 years ago
Ignacio 5c70ffef0b
Merge pull request #287 from madscientist159/master
Fix build on OpenPOWER (ppc64le) platforms
6 years ago