Skip to content

Tags: studiovc/basis_universal

Tags

1.16.3

Toggle 1.16.3's commit message
Bumping version to 1.16.3

Fixing unused var warnings in MSVC

1.16.2

Toggle 1.16.2's commit message
Fixing some bugs related to changing the default from -tex_array to -…

…individual:

- If -output_file is specified and there's more than 1 input, it errors out as this would overwrite the output file multiple times
- Tex types cubemap/3D default to tex_array mode

1.16

Toggle 1.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

1.15_final

Toggle 1.15_final's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v1_15_update2

Toggle v1_15_update2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request BinomialLLC#234 from omar-polo/master

fix the build on OpenBSD

v1_15_update

Toggle v1_15_update's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request BinomialLLC#234 from omar-polo/master

fix the build on OpenBSD

v1_15

Toggle v1_15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v1.15_rel2

Toggle v1.15_rel2's commit message
Rebuild WASM files

v1.14_final

Toggle v1.14_final's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v1_14_initial

Toggle v1_14_initial's commit message
- Global codebook related fixes

- Minor fix to basisu_frontend::optimize_selector_codebook() so the new_selector_cluster_indices array is initialized correctly. (The backend doesn't use this array so no harm was being done.)