aboutsummaryrefslogtreecommitdiffstats
path: root/src/vulkan/wsi/wsi_common_wayland.c
Commit message (Expand)AuthorAgeFilesLines
* vulkan/wsi/wayland: Add support for zwp_dmabufDaniel Stone2018-02-211-14/+127
* vulkan/wsi: Add modifiers support to wsi_create_native_imageJason Ekstrand2018-02-211-1/+2
* vulkan/wsi: Add multiple planes to wsi_imageDaniel Stone2018-02-211-4/+7
* vulkan/wsi: Drop some unneeded cruft from the APIJason Ekstrand2017-12-041-6/+5
* vulkan/wsi: Drop the can_handle_different_gpu parameter from get_supportJason Ekstrand2017-12-041-1/+0
* vulkan/wsi: Move prime blitting into queue_presentJason Ekstrand2017-12-041-3/+0
* vulkan/wsi: Move get_images into common codeJason Ekstrand2017-12-041-23/+5
* vulkan/wsi: Do image creation in common codeJason Ekstrand2017-12-041-10/+3
* vulkan/wsi: Implement prime in a completely generic wayJason Ekstrand2017-12-041-3/+3
* vulkan/wsi: Add wsi_swapchain_init/finish functionsJason Ekstrand2017-12-041-1/+10
* vulkan/wsi: Add a wsi_image structureDaniel Stone2017-12-041-21/+10
* vulkan/wsi: use function ptr definitions from the spec.Dave Airlie2017-12-041-1/+1
* vulkan/wsi/wayland: Return better error messagesJason Ekstrand2017-09-271-21/+36
* vulkan/wsi/wayland: Copy wl_proxy objects from oldSwapchain if availableJason Ekstrand2017-09-271-6/+33
* vulkan/wsi/wayland: Stop caching Wayland displaysJason Ekstrand2017-09-271-107/+54
* vulkan/wsi/wayland: Refactor wsi_wl_display codeJason Ekstrand2017-09-271-14/+33
* vulkan/wsi/wayland: Stop printing out the DRM deviceJason Ekstrand2017-09-261-1/+0
* util/vulkan: Move Vulkan utilities to src/vulkan/utilAlex Smith2017-06-061-1/+1
* vulkan/wsi/wayland: Fix proxy wrappers for swapchain recreationPhilipp Zabel2017-05-201-3/+10
* vulkan/wsi/wayland: Use proxy wrappers for swapchainDaniel Stone2017-05-191-16/+36
* vulkan/wsi/wayland: Use per-display event queueDaniel Stone2017-05-191-12/+32
* vulkan/wsi/wayland: Remove roundtrip when creating imageDaniel Stone2017-05-191-1/+0
* vulkan: Fix Wayland uninitialised registryDaniel Stone2017-05-191-4/+5
* vulkan/wsi/wayland: Add support for VK_KHR_get_surface_capabilities2Jason Ekstrand2017-05-161-0/+38
* vulkan/wsi: Use vk_outarray for surface_get_formatsJason Ekstrand2017-05-161-19/+9
* vulkan/wsi/wayland: Pass damage through to the compositorJason Ekstrand2017-04-031-1/+15
* vulkan/wsi: Plumb present regions through the common codeJason Ekstrand2017-04-031-1/+2
* vulkan/wsi: Generate wayland protocol headers separately from EGLJason Ekstrand2017-03-131-1/+1
* vulkan/wsi/radv: add initial prime support (v1.1)Dave Airlie2017-02-271-0/+5
* vulkan/wsi: move image count to shared structure.Dave Airlie2017-02-231-11/+9
* vulkan/wsi/x11: add support to detect if we can support rendering (v3)Dave Airlie2017-02-201-0/+1
* vulkan/wsi: Lower the maximum image sizesJason Ekstrand2017-01-251-1/+2
* vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetPresentModesJason Ekstrand2017-01-251-3/+5
* vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetFormatsJason Ekstrand2017-01-251-7/+9
* vulkan: Add new cast macros for VkIcd typesChad Versace2017-01-121-1/+1
* vulkan: use STATIC_ASSERT instead of static_assertEdward O'Callaghan2016-12-071-1/+1
* wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHRDave Airlie2016-11-161-5/+11
* vulkan/wsi: Report the correct min/maxImageCountJason Ekstrand2016-11-101-15/+10
* 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: store present mode in swapchain base classDave Airlie2016-10-271-3/+3
* vulkan/wsi/wayland: fix ARGB window supportFredrik Höglund2016-10-261-1/+4
* wsi/wayland: fix error pathEric Engestrom2016-10-201-0/+4
* anv: move to using shared wsi codeDave Airlie2016-10-191-0/+828