mesa/src/vulkan/wsi
Jason Ekstrand e73d136a02 vulkan/wsi/x11: Implement FIFO mode.
This implements VK_PRESENT_MODE_FIFO_KHR for X11.  Unfortunately, due to
the way the present extension works, we have to manage the queue of
presented images in a separate thread.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Cc: "13.0" <mesa-stable@lists.freedesktop.org>
2016-11-10 22:40:59 -08:00
..
Makefile.am
Makefile.sources vulkan/wsi: Add a thread-safe queue implementation 2016-11-10 22:40:44 -08:00
wsi_common.h vulkan/wsi: store present mode in swapchain base class 2016-10-27 11:43:00 +10:00
wsi_common_queue.h vulkan/wsi: Add a thread-safe queue implementation 2016-11-10 22:40:44 -08:00
wsi_common_wayland.c vulkan/wsi: Report the correct min/maxImageCount 2016-11-10 22:40:51 -08:00
wsi_common_wayland.h
wsi_common_x11.c vulkan/wsi/x11: Implement FIFO mode. 2016-11-10 22:40:59 -08:00
wsi_common_x11.h