summaryrefslogtreecommitdiffstats
path: root/src/vulkan
Commit message (Expand)AuthorAgeFilesLines
* vulkan/wsi: Fix resource leak in success path of wsi_queue_init()Gwan-gyeong Mun2016-12-141-0/+1
* vulkan/wsi/x11: Implement FIFO mode.Jason Ekstrand2016-11-281-10/+164
* vulkan/wsi: Add a thread-safe queue implementationKevin Strasser2016-11-282-1/+156
* vulkan/wsi/x11: add support for IMMEDIATE present modeDave Airlie2016-11-281-1/+3
* vulkan/wsi: store present mode in swapchain base classDave Airlie2016-11-283-3/+5
* vulkan/wsi/x11: handle timeouts properly in next image acquire (v1.1)Dave Airlie2016-11-281-5/+57
* vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfacePresentModesKHREduardo Lima Mitev2016-11-241-3/+3
* vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfaceFormatsKHREduardo Lima Mitev2016-11-241-3/+3
* wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHRDave Airlie2016-11-242-10/+22
* vulkan/wsi: Report the correct min/maxImageCountJason Ekstrand2016-11-232-26/+20
* vulkan/wsi/wayland: Clean up some error handling pathsJason Ekstrand2016-11-231-0/+8
* vulkan/wsi/wayland: Include pthread.hJason Ekstrand2016-11-231-0/+1
* vulkan/wsi/x11: Clean up connections in finish_wsiJason Ekstrand2016-11-091-0/+4
* vulkan/wsi/x11: Better handle wsi_x11_connection_create failureJason Ekstrand2016-11-091-0/+2
* vulkan/wsi/wayland: fix ARGB window supportFredrik Höglund2016-10-271-1/+4
* vulkan/wsi/x11: fix ARGB window supportFredrik Höglund2016-10-271-4/+15
* wsi/wayland: fix error pathEric Engestrom2016-10-241-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