mesa/src/vulkan/wsi
Bas Nieuwenhuizen 5eae9bfbfc vulkan/wsi/x11: Wait for GPU work before present with mailbox.
Otherwise the wait only happens at flip time, which messes with
keeping idle buffers around if the GPU work makes the image miss
the next flip.

I decided not to use the wait fences as those are still xshm fences,
so that means we'd still have to wait in the application. Just doing
it before presenting makes things simpler.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
2019-07-26 16:37:28 +02:00
..
meson.build vulkan: fix build dependency issue with generated files 2019-05-22 14:07:14 +00:00
wsi_common.c vulkan/wsi: Use one fence per image. 2019-07-26 16:37:28 +02:00
wsi_common.h vulkan/wsi: Add X11 adaptive sync support based on dri options. 2019-04-23 23:49:39 +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 vulkan/wsi: Use one fence per image. 2019-07-26 16:37:28 +02: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 wsi/wayland: document lack of vkAcquireNextImageKHR timeout support 2019-05-02 11:51:03 +00:00
wsi_common_wayland.h
wsi_common_x11.c vulkan/wsi/x11: Wait for GPU work before present with mailbox. 2019-07-26 16:37:28 +02:00
wsi_common_x11.h vulkan: drop always-true param 2018-10-26 18:33:11 +01:00