mesa/src/vulkan/wsi
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
..
meson.build meson: replace last uses of libxmlconfig with idep_xmlconfig 2019-08-03 00:08:37 +00:00
wsi_common.c vulkan/wsi: error out when image fence doesn't signal 2019-12-16 14:59:10 +02:00
wsi_common.h vulkan/wsi: Add a hooks for signaling semaphores and fences 2019-12-06 19:58:07 +00:00
wsi_common_display.c vulkan/wsi: don't use DUMB_CLOSE for normal GEM handles 2019-04-26 11:26:33 +01:00
wsi_common_display.h wsi/display: s/#if/#ifdef/ to fix -Wundef 2019-03-11 10:49:36 +00:00
wsi_common_private.h wsi: add minImageCount override 2019-09-06 23:16:05 +01:00
wsi_common_queue.h vulkan/wsi: Fix resource leak in success path of wsi_queue_init() 2016-11-28 21:11:25 +00:00
wsi_common_wayland.c vulkan/wsi/wayland: implement acquire timeout 2019-07-29 13:11:36 +00:00
wsi_common_wayland.h
wsi_common_x11.c vulkan: add vk_x11_strict_image_count option 2019-09-15 15:37:02 +03:00
wsi_common_x11.h vulkan: drop always-true param 2018-10-26 18:33:11 +01:00