mesa/src/vulkan
Lionel Landwerlin bc36160ccb vulkan/wsi: error out when image fence doesn't signal
If for some reason the fence associated with an image doesn't signal,
we're likely in a device lost scenario, we should report that error.

We can't really wait for a given amount of time because we could get a
timeout and that is not a valid error to report for vkQueuePresentKHR,
so just wait forever.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/830
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
2019-12-16 14:59:10 +02:00
..
overlay-layer vulkan/overlay: Update docs. 2019-12-13 20:53:44 +00:00
registry vulkan: Update the XML and headers to 1.1.129 2019-11-26 02:48:42 +00:00
util vulkan/enum_to_str: Handle out-of-order aliases 2019-11-26 02:48:42 +00:00
wsi vulkan/wsi: error out when image fence doesn't signal 2019-12-16 14:59:10 +02:00
Android.mk
Makefile.sources
meson.build meson: only build imgui when needed 2019-11-25 07:51:56 +00:00
vulkan-icd-symbols.txt