Skip to content

Releases: BinomialLLC/basis_universal

1.16.4

30 Mar 21:11
Compare
Choose a tag to compare

Windows specific fixes: Enabling UTF-8 support (requires Windows 10 build 1903 or later), enabling AVX code generation by default in Windows build so clang build works, changing platform toolset to v142 (VS 2019) to avoid VS 2022 MSVC compiler bugs.

1.16.3

25 Feb 00:52
Compare
Choose a tag to compare

A few minor undefined behavior fixes. Most important one was in the error metric, which could have overflowed on very extreme colors, possibly causing quality to lower than it should have been. In practice, we never noticed any issues, but it's fixed.

The others were either harmless (passing NULL to memcpy() with size=0), or not really an issue but worth fixing or disabling (a few unaligned reads on x86/x64 which address sanitizer reports - not we always disabled unaligned reads in WASM builds).

1.16.2

12 Feb 02:34
Compare
Choose a tag to compare

Fixed KTX files so glTypeSize is 1
Fixed -output_file and cubemaps so they work as expected in individual mode, which is the new default

basisu_1_16_2.zip

1.16

28 Jan 14:22
249f09d
Compare
Choose a tag to compare

OpenCL support, faster ETC1S encoding, removed some dead code from transcoder/encoder, -parallel option, removed most 3rd party dependencies, new PNG reader.

1.15 before 1.16 merge

28 Jan 13:31
962d4ac
Compare
Choose a tag to compare

Before merging v1.16.

v1.15

13 Apr 19:27
Compare
Choose a tag to compare

This is the v1.15 release with a ETC1S compression bugfix.

The previous release didn't have rebuilt WASM files.

v1.14_before_v1.15

12 Apr 17:37
427ebe6
Compare
Choose a tag to compare

Snapshot of repo before the 1.15 (KTX2) release.

v1_14_initial

31 Mar 04:13
Compare
Choose a tag to compare

Initial global codebook support. Feature is not exposed to users yet because it needs more optimization, but it's in and working.

v1.13

31 Mar 03:59
8fccf9e
Compare
Choose a tag to compare

v1.13 exe's for Linux and Windows.

v1_13_stable

31 Mar 03:52
8fccf9e
Compare
Choose a tag to compare

v1.13 - right before global codebooks