Make non-uma devices compatible with the metal backend#15
Draft
tanmaysachan wants to merge 2 commits into
Draft
Conversation
ogdanimal
added a commit
to ogdanimal/plume
that referenced
this pull request
Jul 25, 2026
Android startup already logs dualSrcBlend, which is what made the issue renderbag#15 Mali root cause readable straight from a user's logcat. The Adreno 630 launch crash points at the same blind spot for VK_EXT_descriptor_indexing: nothing in the log revealed that the device lacks it while rt64 uses it unconditionally. Print the extension's presence, the three sub-features the capability is derived from, and the derived value itself. The line sits next to that derivation rather than with the other feature bits so the two cannot drift, and the sub-features are printed individually to tell "extension absent" apart from "extension present, one sub-feature missing". Logging only; no behaviour change. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Devices with discrete memory do not support Shared resource mode in Metal, this PR adds compatibility.