vulkan/wsi: move image count to shared structure.
[mesa.git] / src / vulkan / wsi / wsi_common_x11.c
2017-02-23 Dave Airlievulkan/wsi: move image count to shared structure.
2017-02-20 Dave Airlievulkan/wsi/x11: add support to detect if we can support...
2017-01-25 Jason Ekstrandvulkan/wsi: Lower the maximum image sizes
2017-01-19 Andres Rodriguezvulkan/wsi: clarify the severity of lack of DRI3 v2
2017-01-12 Chad Versacevulkan: Add new cast macros for VkIcd types
2016-12-22 Arda Coskunsesvulkan/wsi/x11: don't crash on null wsi x11 connection
2016-12-22 Arda Coskunsesvulkan/wsi/x11: don't crash on null visual
2016-12-07 Edward O'Callaghanvulkan: use STATIC_ASSERT instead of static_assert
2016-11-30 Michel Dänzervulkan/wsi/x11: Destroy Present event context when...
2016-11-15 Dave Airliewsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHR
2016-11-11 Jason Ekstrandvulkan/wsi/x11: Implement FIFO mode.
2016-11-11 Jason Ekstrandvulkan/wsi: Report the correct min/maxImageCount
2016-11-02 Jason Ekstrandvulkan/wsi/x11: Clean up connections in finish_wsi
2016-11-02 Jason Ekstrandvulkan/wsi/x11: Better handle wsi_x11_connection_create...
2016-10-28 Eduardo Lima Mitevvulkan/wsi/x11: Smplify implementation of vkGetPhysical...
2016-10-28 Eduardo Lima Mitevvulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurf...
2016-10-27 Dave Airlievulkan/wsi/x11: add support for IMMEDIATE present mode
2016-10-27 Dave Airlievulkan/wsi: store present mode in swapchain base class
2016-10-27 Dave Airlievulkan/wsi/x11: handle timeouts properly in next image...
2016-10-26 Fredrik Höglundvulkan/wsi/x11: fix ARGB window support
2016-10-25 Eduardo Lima Mitevvulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurf...
2016-10-19 Dave Airlieanv: move to using shared wsi code