Commit Graph

858 Commits

Author SHA1 Message Date
Aaron Barany
cfa3fc528e Linux build fixes.
* Avoid hacks to get an empty VA list, which doesn't work with all
  compilers.
* Fix for isnan() on some versions of GCC.
2020-08-16 21:26:37 -07:00
sindra
967278d579 Fix tab/whitespace 2 2020-07-28 10:16:25 -07:00
sindra
aa8514e65d Fix tab/whitespace 2020-07-28 10:15:34 -07:00
sindra
b4eb9c5972 Added some support for uncompressed texture for ktx 2020-07-28 10:07:16 -07:00
Ignacio
eb34681ce8
Merge pull request #308 from voroskoi/musl
Musl build fixes
2020-07-13 16:54:35 -07:00
leper
d73335fb82 Fix build on VC++. Refs #309.
This was broken by 831d8e1a91.
2020-07-10 19:01:56 +02:00
Ignacio
1aa1b038e8
Merge pull request #309 from leper/aarch64
Fix build on AArch64. Fixes #298.
2020-07-09 17:14:13 -07:00
Ignacio Castano
26a56414c5 Do not include etcpack & rgetc in the build. 2020-07-07 09:56:04 -07:00
Ignacio Castano
8baac9b111 Fix mac build error. 2020-07-06 13:28:18 -07:00
Ignacio Castano
2bd1ed1ba7 Use AVX2 by default. 2020-07-06 11:13:05 -07:00
Ignacio Castano
8fb22e951e Fix error reported by #312. 2020-07-06 11:04:47 -07:00
Ignacio Castano
ea53e0b1ee Update vs2017 project files. 2020-07-06 10:33:17 -07:00
Ignacio Castano
bf4799c9ac Fix build errors. 2020-07-06 10:00:04 -07:00
Ignacio Castano
bfd1a38a86 Updates for new icbc interface. 2020-07-05 23:09:46 -07:00
Ignacio Castano
ba3dbe32df KTX output fixes. 2020-07-05 23:09:29 -07:00
Ignacio Castano
7aebf0c251 ETC compression experiments. 2020-07-05 23:08:57 -07:00
Ignacio Castano
c87706f2a4 Remove unused files. 2020-07-05 23:08:22 -07:00
Ignacio Castano
e5b93bbfe8 Upgrade icbc 2020-07-05 23:07:21 -07:00
Ignacio Castano
d09dd24ce9 Remove unused files. 2020-07-05 23:06:48 -07:00
Ignacio
fdfbfb2552 Update to latest icbc version. 2020-06-07 20:02:14 -07:00
Ignacio
0f98a936f8 Fix rgbe conversion routines thanks to Charles Bloom. http://cbloomrants.blogspot.com/2020/06/widespread-error-in-radiance-hdr-rgbe.html 2020-06-07 19:46:35 -07:00
Ignacio
8e64503338 Update vc projects.
Disable RGETC for now.
2020-04-13 18:44:57 -07:00
Ignacio
a671567596 Update nvtt to use icbc library. 2020-04-13 18:01:33 -07:00
Ignacio
daff42781d Work toward packaging dxt1 compressor as a single header library. 2020-04-05 12:22:25 -07:00
Ignacio
1a6e70c9a0 Cleanup. Assume static linking. 2020-04-05 12:20:35 -07:00
Ignacio
860b639492 Remove unused code. 2020-04-04 10:40:58 -07:00
Ignacio
52e065d66a Update benchmark with rgbcx. 2020-04-04 10:21:00 -07:00
Ignacio
0b15c58692 Fix more build errors. 2020-04-04 10:18:58 -07:00
Ignacio
504ecc8e10 Fix build errors. 2020-04-04 10:17:01 -07:00
Ignacio
f68d894b8b Tweak endpoint refinement. 2020-03-30 16:35:17 -07:00
Ignacio
5eac5a4859 Experiment with endpoint refinement. Add Rich's encoder, not functional yet. 2020-03-30 10:13:59 -07:00
Ignacio
ca3871a28c More cleanups! 2020-03-30 10:12:29 -07:00
Ignacio
adce1a00da More cleanups. Assume static linking. 2020-03-30 10:09:31 -07:00
Ignacio
7f9c87713a Minor cleanups in nvmath. 2020-03-30 10:07:15 -07:00
Ignacio
4f0ecc4506 Add defer helper. 2020-03-30 10:06:10 -07:00
Ignacio
9a16bebf8f Add external libs for comparisons and benchmarks. 2020-03-23 10:07:38 -07:00
Ignacio
4a33d1ac75 Add baboon image to waterloo image set. 2020-03-23 10:05:31 -07:00
Ignacio
9009962054 Minor cleanups and some experiments. 2020-03-23 10:03:19 -07:00
Ignacio
97723db794 Rename internal squish library to nvsquish to avoid conflicts. 2020-03-23 10:02:07 -07:00
Ignacio
4d47c0d2fc Comment out debug code. 2020-03-23 10:01:12 -07:00
Ignacio
5d7a761d6b Handle more DDS formats in Surface::load(). 2020-03-23 10:00:40 -07:00
Ignacio
a3ae50b50f Update stb_image. 2020-03-23 09:59:44 -07:00
Ignacio
6dd3687be1 Minor cleanup. 2020-03-23 09:58:56 -07:00
Ignacio
3a99af11d7 Fix initialization of PVR texture header. 2020-03-23 09:58:19 -07:00
Ignacio
e5b763b075 Minor fixes. 2020-03-23 09:54:09 -07:00
leper
831d8e1a91 Fix build on AArch64. Fixes #298. 2020-03-16 21:08:18 +01:00
VÖRÖSKŐI András
99bcaf719c Use isnan() instead of isnanf() on linux
isnanf() is deprecated since C99
2020-02-20 11:05:44 +01:00
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.
2020-02-20 10:10:17 +01:00
Ignacio
b45560cfc4
Merge pull request #292 from leper/clang_linking
Fix linking with Clang and clean up some linking directive
2019-11-23 16:10:19 -08:00
r-a-sattarov
c621de8d2b E2K: added initial support for MCST Elbrus 2000 2019-11-23 16:40:53 +03:00