-
Notifications
You must be signed in to change notification settings - Fork 2.9k
VideoBackends:Vulkan: Add GPU timeline breadcrumbs for debugging #12191
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
Conversation
dbbe7df to
98042f4
Compare
|
This was useful to figure out that Adreno 615 & 682 hit DEVICE_LOST when encountering the |
This comment was marked as spam.
This comment was marked as spam.
|
The v615 driver gives me this error "failed to submit command buffer" and makes it impossible for me to use it in dolphin, in aethersx2 the games also crash. But these problems mentioned here only happen in adreno 650 and below, since in adreno 660 this driver with dolphin works perfectly. I wish there was a workaraund for Adreno 650 users |
|
@brujo5 That's off topic for this PR. I've investigated this and at least in the case of Wind Waker, it dies on a discard call which is basically impossible to work around. Use Turnip. |
|
@dolphin-emu-bot rebuild |
ec16b6e to
10945f9
Compare
|
build failures seem real |
9d083f1 to
a3ae139
Compare
|
FifoCI detected that this change impacts graphical rendering. Here are the behavior differences detected by the system:
automated-fifoci-reporter |
|
The VK_ERROR_DEVICE_LOST problems on Qualcomm devices at the time were almost certainly driver bugs. I'm not interested in working around those. I'll close this. It may be worth revisiting this if there's big problems with the Vulkan renderer in the future. |
Useful to figure out mysterious GPU hangs or VK_ERROR_DEVICE_LOST.