aboutsummaryrefslogtreecommitdiffstats
path: root/src/vulkan
Commit message (Expand)AuthorAgeFilesLines
* vulkan/wsi: Improve the DRI3 error messageJacob Lifshay2017-03-161-10/+41
* vulkan/wsi: Lower the maximum image sizesJason Ekstrand2017-02-032-2/+4
* vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetPresentModesJason Ekstrand2017-02-031-3/+5
* vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetFormatsJason Ekstrand2017-02-031-7/+9
* vulkan/wsi: clarify the severity of lack of DRI3 v2Andres Rodriguez2017-01-201-2/+4
* vulkan: add API registryLionel Landwerlin2017-01-141-0/+4903
* vulkan: Add new cast macros for VkIcd typesChad Versace2017-01-123-4/+22
* vulkan/wsi/x11: don't crash on null wsi x11 connectionArda Coskunses2016-12-221-0/+3
* vulkan/wsi/x11: don't crash on null visualArda Coskunses2016-12-221-0/+3
* vulkan: use STATIC_ASSERT instead of static_assertEdward O'Callaghan2016-12-072-2/+2
* vulkan/wsi/x11: Destroy Present event context when destroying swapchainMichel Dänzer2016-11-301-0/+6
* vulkan/wsi: Fix resource leak in success path of wsi_queue_init()Gwan-gyeong Mun2016-11-281-0/+1
* wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHRDave Airlie2016-11-162-10/+22
* vulkan/wsi/x11: Implement FIFO mode.Jason Ekstrand2016-11-101-10/+164
* vulkan/wsi: Report the correct min/maxImageCountJason Ekstrand2016-11-102-26/+20
* vulkan/wsi: Add a thread-safe queue implementationKevin Strasser2016-11-102-1/+156
* vulkan/wsi/wayland: Clean up some error handling pathsJason Ekstrand2016-11-091-0/+8
* vulkan/wsi/wayland: Include pthread.hJason Ekstrand2016-11-091-0/+1
* vulkan/wsi/x11: Clean up connections in finish_wsiJason Ekstrand2016-11-021-0/+4
* vulkan/wsi/x11: Better handle wsi_x11_connection_create failureJason Ekstrand2016-11-021-0/+2
* vulkan/wsi/x11: Smplify implementation of vkGetPhysicalDeviceSurfaceFormatsKHREduardo Lima Mitev2016-10-281-8/+3
* vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfacePresentModesKHREduardo Lima Mitev2016-10-281-3/+3
* vulkan/wsi/x11: add support for IMMEDIATE present modeDave Airlie2016-10-271-1/+3
* vulkan/wsi: store present mode in swapchain base classDave Airlie2016-10-273-3/+5
* vulkan/wsi/x11: handle timeouts properly in next image acquire (v1.1)Dave Airlie2016-10-271-5/+57
* vulkan/wsi/wayland: fix ARGB window supportFredrik Höglund2016-10-261-1/+4
* vulkan/wsi/x11: fix ARGB window supportFredrik Höglund2016-10-261-4/+15
* vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfaceFormatsKHREduardo Lima Mitev2016-10-251-3/+8
* wsi/wayland: fix error pathEric Engestrom2016-10-201-0/+4
* vulkan/wsi: fix out of tree build.Dave Airlie2016-10-191-1/+1
* anv: move to using shared wsi codeDave Airlie2016-10-197-0/+1985