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: Use pipeline barriers for proper event sync #14107

Merged
merged 7 commits into from Jun 30, 2023

Conversation

kd-11
Copy link
Contributor

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

Turns out the acquire barrier in vkCmdSetEvent2 may not synchronize host operations properly. This is mostly a grey area in the spec, so let's not take any chances.

TODO:

  • Restore custom label primitives for older gen AMD hardware

Fixes #14106

@kd-11 kd-11 marked this pull request as draft June 28, 2023 20:55
@kd-11 kd-11 marked this pull request as ready for review June 28, 2023 22:28
@kd-11 kd-11 merged commit 931a2c5 into RPCS3:master Jun 30, 2023
5 checks passed
@kd-11 kd-11 deleted the synchronization2-3 branch June 30, 2023 15:38
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] GOW3 Demo - persistent rendering error.
2 participants