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

Fix vulkan crash on drivers without atomic load/store support #5968

Conversation

JonnyH
Copy link
Contributor

@JonnyH JonnyH commented Aug 23, 2017

This would not allocate a SSBO buffer, but still try to update the
descriptor said with a NULL buffer. Which naturally crashed.

@JonnyH
Copy link
Contributor Author

JonnyH commented Aug 23, 2017

Can someone please test this on a driver that supports atomic load/store and check the bbox still works?

This would not allocate a SSBO buffer, but still try to update the
descriptor said with a NULL buffer. Which naturally crashed.
@JonnyH JonnyH force-pushed the WIP/fix-vulkan-on-drivers-without-atomic-load-support branch from 1582afc to 5b41c5a Compare August 23, 2017 21:49
Copy link
Contributor

@stenzek stenzek left a comment

Choose a reason for hiding this comment

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

LGTM

@stenzek stenzek merged commit 7155698 into dolphin-emu:master Aug 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants