Commit Graph

854 Commits (eb34681ce8cc7ff1dcaa77a1d096fe424d2944a8)

Author SHA1 Message Date
Ignacio eb34681ce8
Merge pull request #308 from voroskoi/musl
Musl build fixes
4 years ago
leper d73335fb82 Fix build on VC++. Refs #309.
This was broken by 831d8e1a91.
4 years ago
Ignacio 1aa1b038e8
Merge pull request #309 from leper/aarch64
Fix build on AArch64. Fixes #298.
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 8fb22e951e Fix error reported by #312. 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 Castano d09dd24ce9 Remove unused files. 4 years ago
Ignacio fdfbfb2552 Update to latest icbc version. 4 years ago
Ignacio 0f98a936f8 Fix rgbe conversion routines thanks to Charles Bloom. http://cbloomrants.blogspot.com/2020/06/widespread-error-in-radiance-hdr-rgbe.html 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 1a6e70c9a0 Cleanup. Assume static linking. 4 years ago
Ignacio 860b639492 Remove unused code. 4 years ago
Ignacio 52e065d66a Update benchmark with rgbcx. 4 years ago
Ignacio 0b15c58692 Fix more build errors. 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 adce1a00da More cleanups. Assume static linking. 4 years ago
Ignacio 7f9c87713a Minor cleanups in nvmath. 4 years ago
Ignacio 4f0ecc4506 Add defer helper. 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 a3ae50b50f Update stb_image. 4 years ago
Ignacio 6dd3687be1 Minor cleanup. 4 years ago
Ignacio 3a99af11d7 Fix initialization of PVR texture header. 4 years ago
Ignacio e5b763b075 Minor fixes. 4 years ago
leper 831d8e1a91 Fix build on AArch64. Fixes #298. 4 years ago
VÖRÖSKŐI András 99bcaf719c Use isnan() instead of isnanf() on linux
isnanf() is deprecated since C99
4 years ago
leper 6474f25934 Don't include sys/sysctl.h on Linux.
Not only is sysctl() not used on this platform, but musl libc does not have the 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
r-a-sattarov c621de8d2b E2K: added initial support for MCST Elbrus 2000 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
Димитър Трендафилов d891d044e7
Minor fix to ATOC normalization. 5 years ago
Ignacio 84595a62f2 Add helper methods for jai bindings. 5 years ago