Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulkan: Don't do MoltenVK things on Asahi Linux #13050

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TellowKrinkle
Copy link
Contributor

@TellowKrinkle TellowKrinkle commented Sep 4, 2024

Honeykrisp (Mesa Vulkan driver for Apple GPUs) is in fact not MoltenVK, and doesn't appreciate being given things that are only accepted by our custom modified MoltenVK

Note: Haven't actually tested this on Apple + MoltenVK yet, will test soon Tested, fbfetch seems to be working fine

@TellowKrinkle TellowKrinkle force-pushed the HKIsNotMVK branch 5 times, most recently from a14b182 to 09b5b0c Compare September 5, 2024 01:58
Copy link
Contributor

@K0bin K0bin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine overall.

I'm not a fan of the VULKAN_CONTEXT_ENUMERATE_WANTED_FEATURES macro though. That saves time typing it once but is just more difficult to read after that.

Previously we'd assume all Apple GPUs were MoltenVK, including those running on Asahi Linux with open source Honeykrisp drivers.
@TellowKrinkle
Copy link
Contributor Author

I'm not a fan of the VULKAN_CONTEXT_ENUMERATE_WANTED_FEATURES macro though. That saves time typing it once but is just more difficult to read after that.

Removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants