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 GE framedump playback on Vulkan #18793

Merged
merged 3 commits into from
Jan 30, 2024
Merged

Fix GE framedump playback on Vulkan #18793

merged 3 commits into from
Jan 30, 2024

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Jan 30, 2024

Fixes playbacks of framedumps on Vulkan which seems to have been broken for a bit (hangs).

Not sure how it worked before, doing a display flip at the beginning of the frame really messed up the frame structure and our synchronization, so avoiding that now.

These are already eliminated by the queuerunner, but better not to
generate them in the first place, for easier sanity checks.
@hrydgard hrydgard added this to the 1.17.1 milestone Jan 30, 2024
@hrydgard hrydgard merged commit ccaf244 into master Jan 30, 2024
18 checks passed
@hrydgard hrydgard deleted the render-pass-cleanup branch January 30, 2024 11:42
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.

2 participants