Rich Geldreich
|
7f0a00afe1
|
Adding KTX2 transcoding/encoding/decompression to PNG/KTX1 support to the transcoder, encoder, JavaScript wrappers. This is also adding Zstandard to the repo, which is optional. Set BASISD_SUPPORT_KTX2_ZSTD=0 when compiling the encoder/transcoder to disable it, or from cmake set KTX2_ZSTANDARD=FALSE.
|
2021-04-12 13:30:45 -04:00 |
|
Rich Geldreich
|
bd2756a617
|
Merge pull request #218 from JCash/android-compile-fix
Android compile fix
|
2021-03-30 14:09:15 -04:00 |
|
Rich Geldreich
|
2fd9aec037
|
Merge pull request #220 from JCash/basisu-min-max
Replaced std::min/std::max with basisu::minimum/basisu::maximum
|
2021-03-30 14:06:56 -04:00 |
|
JCash
|
03cca3778e
|
Replaced std::min/std::max with basisu::min/basisu::max
Removed use of NOMINMAX
|
2021-03-30 18:44:07 +02:00 |
|
JCash
|
5e285fe950
|
Added two newlines to pass the formatting rules
|
2021-03-30 17:04:41 +02:00 |
|
JCash
|
4d00ef7bc0
|
Android compile fix
|
2021-03-28 11:31:29 +02:00 |
|
Rich Geldreich
|
57b9051d94
|
Forward declaring hash_map::iterator and const_iterator. This doesn't fix issues in basisu, but hopefully in the KTX2 repo.
|
2021-03-17 12:29:08 -04:00 |
|
Rich Geldreich
|
2f2965992b
|
Was always including malloc.h - this is now only done on Linux. It was for malloc_usable_size().
|
2021-03-10 03:22:15 -05:00 |
|
Rich Geldreich
|
bb2a355560
|
New files
|
2021-03-09 10:58:49 -05:00 |
|