Conversation
save() and normalizeBackend both forced a hardcoded backend on darwin, making the Settings toggle a no-op in both directions.
…e default on GOARCH compressonator-bc7e-macos is Apple Silicon only. goreleaser previously built darwin/amd64 exclusively, so the shipped Intel Mac release would default to a backend it can't execute. Now: - defaultConfig/normalizeBackend only default to compressonator-bc7e on darwin/arm64; darwin/amd64 defaults to texconv, same as Linux/Windows - goreleaser adds a darwin/arm64 build+archive alongside the existing darwin/amd64 one, both labeled in release notes - SPEC.md updated to match current backend/build-target behavior
…arm64 Name was misleading — unlike texconv-macos/7zz-macos (universal binaries), this one is Apple Silicon only. Name now says so.
…uild Same fix as dev (24cb03c): the embedded binary crashed with a stack buffer overflow on hard-alpha textures due to an ispc host-compiler miscompilation (ispc#3882) corrupting bc7e.ispc's bit-packing. Rebuilt using the bc7enc_rdo#29 patch and the macOS build recipe from noisethanks/compressonator#1.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
*** EDITED ***
If only I as a proud GAMMA player could actually read and checked PRs in both repos beforehand. I was excited about compressonator and started working on it, then encountered the same issue @JorgeVV fixed, and then and only THEN i found #3. Sorry for this, lol.