Skip to content

v3dv: add more checks for device loss

Iago Toral requested to merge itoral/mesa:v3dv_device_lost_maint5 into main

What does this MR do and why?

v3dv: add more checks for device loss

VK_KHR_maintenance5 adds additional gurantees for functions that
can return VK_ERROR_DEVICE_LOSS to return this error if the device
was previously lost.

Merge request reports