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: More memory barrier simplification and fixes #19017

Merged
merged 12 commits into from
Apr 7, 2024

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Apr 7, 2024

This cleans up some of the barrier code a bit, and as a side effect fixes a strange rendering error seen on the latest generation NVIDIA cards. (3e91095).

(Also snuck in a change that points README and issue templates to the new buildbot)

This might add a few barriers where we previously didn't had any, but I'm not sure it will actually, and we're now better at merging them anyway, so hopefully there won't be a performance impact.

@hrydgard hrydgard added the Vulkan label Apr 7, 2024
@hrydgard hrydgard added this to the v1.18.0 milestone Apr 7, 2024
@hrydgard hrydgard merged commit ccbd86e into master Apr 7, 2024
18 checks passed
@hrydgard hrydgard deleted the more-vulkan-barrier-stuff branch April 7, 2024 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant