summaryrefslogtreecommitdiffstats
path: root/src/vulkan
Commit message (Expand)AuthorAgeFilesLines
...
* 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