summaryrefslogtreecommitdiff
path: root/src/vulkan/wsi/wsi_common_x11.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-06util/vulkan: Move Vulkan utilities to src/vulkan/utilAlex Smith1-1/+1
2017-05-16vulkan/wsi/x11: Add support for VK_KHR_get_surface_capabilities2Jason Ekstrand1-0/+32
2017-05-16vulkan/wsi: Use vk_outarray for surface_get_formatsJason Ekstrand1-11/+12
2017-04-03vulkan/wsi: Plumb present regions through the common codeJason Ekstrand1-1/+2
2017-03-01vulkan/wsi: Improve the DRI3 error messageJacob Lifshay1-10/+41
2017-02-27vulkan/wsi/radv: add initial prime support (v1.1)Dave Airlie1-5/+55
2017-02-23vulkan/wsi: move image count to shared structure.Dave Airlie1-15/+14
2017-02-20vulkan/wsi/x11: add support to detect if we can support rendering (v3)Dave Airlie1-1/+70
2017-01-25vulkan/wsi: Lower the maximum image sizesJason Ekstrand1-1/+2
2017-01-19vulkan/wsi: clarify the severity of lack of DRI3 v2Andres Rodriguez1-2/+4
2017-01-12vulkan: Add new cast macros for VkIcd typesChad Versace1-2/+2
2016-12-22vulkan/wsi/x11: don't crash on null wsi x11 connectionArda Coskunses1-0/+3
2016-12-22vulkan/wsi/x11: don't crash on null visualArda Coskunses1-0/+3
2016-12-07vulkan: use STATIC_ASSERT instead of static_assertEdward O'Callaghan1-1/+1
2016-11-30vulkan/wsi/x11: Destroy Present event context when destroying swapchainMichel Dänzer1-0/+6
2016-11-16wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHRDave Airlie1-5/+11
2016-11-10vulkan/wsi/x11: Implement FIFO mode.Jason Ekstrand1-10/+164
2016-11-10vulkan/wsi: Report the correct min/maxImageCountJason Ekstrand1-11/+10
2016-11-02vulkan/wsi/x11: Clean up connections in finish_wsiJason Ekstrand1-0/+4
2016-11-02vulkan/wsi/x11: Better handle wsi_x11_connection_create failureJason Ekstrand1-0/+2
2016-10-28vulkan/wsi/x11: Smplify implementation of vkGetPhysicalDeviceSurfaceFormatsKHREduardo Lima Mitev1-8/+3
2016-10-28vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfacePresentModesKHREduardo Lima Mitev1-3/+3
2016-10-27vulkan/wsi/x11: add support for IMMEDIATE present modeDave Airlie1-1/+3
2016-10-27vulkan/wsi: store present mode in swapchain base classDave Airlie1-0/+1
2016-10-27vulkan/wsi/x11: handle timeouts properly in next image acquire (v1.1)Dave Airlie1-5/+57
2016-10-26vulkan/wsi/x11: fix ARGB window supportFredrik Höglund1-4/+15
2016-10-25vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfaceFormatsKHREduardo Lima Mitev1-3/+8
2016-10-19anv: move to using shared wsi codeDave Airlie1-0/+887