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

vk: Fix broken rendering on apple M-series GPUs #13969

Merged
merged 3 commits into from Jun 6, 2023
Merged

Conversation

kd-11
Copy link
Contributor

@kd-11 kd-11 commented Jun 6, 2023

Just disable conditional render. Tile-based GPUs are not compatible with some of our sneaky speedhacks for cond-render such as streaming query results while a renderpass is active. Doing it the "right way" cuts performance down significantly so the only viable approach is to disable the fast path entirely and force use of the fallback used by OpenGL.

Fixes #12158

@kd-11 kd-11 merged commit 6f834e9 into RPCS3:master Jun 6, 2023
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Regression] Skate 3 BLES00760 Black Flashing / Textures Flashing InGame
2 participants