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

Skia: Don't render with software by default on macOS/Windows #7180

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

tronical
Copy link
Member

On macOS we should default to the Meta renderer, similar renderer-skia defaults to D3D on Windows. Unfortunately commit 0d36f88 broke this by forgetting that None with the requested graphics API means: Go for with what we have, nothing special requested.

This also fixes the terminal output "Failed to initialize Skia GPU renderer: Requested non-Metal rendering with Metal renderer . Falling back to software rendering" (and similar on Windows).

On macOS we should default to the Meta renderer, similar `renderer-skia` defaults to D3D on Windows. Unfortunately commit 0d36f88 broke this by forgetting
that None with the requested graphics API means: Go for with what we have, nothing special requested.

This also fixes the terminal output "Failed to initialize Skia GPU renderer: Requested non-Metal rendering with Metal renderer . Falling back to software rendering" (and similar on Windows).
@tronical tronical requested a review from ogoffart December 20, 2024 09:13
@tronical tronical merged commit 102d83a into master Dec 20, 2024
37 checks passed
@tronical tronical deleted the simon/fix-skia-default branch December 20, 2024 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants