summaryrefslogtreecommitdiffstats
path: root/src/vulkan/wsi
Commit message (Expand)AuthorAgeFilesLines
* vulkan/wsi: free cmd poolsDave Airlie2017-12-281-0/+1
* vulkan/wsi: Initialize individual WSI interfaces in wsi_device_initJason Ekstrand2017-12-043-14/+52
* vulkan/wsi: Drop some unneeded cruft from the APIJason Ekstrand2017-12-043-21/+8
* vulkan/wsi: Add wrappers for all of the surface queriesJason Ekstrand2017-12-043-35/+148
* vulkan/wsi: Drop the can_handle_different_gpu parameter from get_supportJason Ekstrand2017-12-043-7/+0
* vulkan/wsi: Move wsi_swapchain to wsi_common_private.hJason Ekstrand2017-12-042-45/+47
* vulkan/wsi: Add a helper for AcquireNextImageJason Ekstrand2017-12-042-0/+22
* vulkan/wsi: move swapchain create/destroy to common codeDave Airlie2017-12-042-0/+50
* vulkan/wsi: Move prime blitting into queue_presentJason Ekstrand2017-12-045-62/+19
* vulkan/wsi: Move get_images into common codeJason Ekstrand2017-12-044-49/+34
* vulkan/wsi: Set a proper pWaitDstStageMask on the dummy submitJason Ekstrand2017-12-041-0/+17
* vulkan/wsi: Only wait on semaphores on the first swapchainJason Ekstrand2017-12-041-2/+7
* vulkan/wsi: Refactor result handling in queue_presentJason Ekstrand2017-12-041-26/+28
* radv/wsi: Move the guts of QueuePresent to wsi commonDave Airlie2017-12-042-0/+88
* vulkan/wsi: Add a WSI_FROM_HANDLE macroJason Ekstrand2017-12-041-0/+3
* vulkan/wsi: Do image creation in common codeJason Ekstrand2017-12-045-59/+144
* vulkan/wsi: Implement prime in a completely generic wayJason Ekstrand2017-12-045-61/+443
* vulkan/wsi: Add a mock image creation extensionJason Ekstrand2017-12-041-0/+18
* vulkan/wsi: Add wsi_swapchain_init/finish functionsJason Ekstrand2017-12-046-4/+82
* vulkan/wsi: Add a wsi_device_init functionJason Ekstrand2017-12-043-0/+40
* vulkan/wsi/x11: Handle the geometry check earlier in create_swapchainJason Ekstrand2017-12-041-9/+10
* vulkan/wsi: Add a wsi_image structureDaniel Stone2017-12-043-61/+41
* vulkan/wsi: use function ptr definitions from the spec.Dave Airlie2017-12-042-4/+4
* meson: move wayland_drm_protocol generation to wayland-drmDylan Baker2017-10-201-14/+0
* vulkan/wsi: Free the event in x11_manage_fifo_queues().Henri Verbeet2017-10-171-0/+1
* meson: split and simplify dependenciesDylan Baker2017-10-161-1/+9
* meson: Add build Intel "anv" vulkan driverDylan Baker2017-09-271-0/+71
* 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-063-3/+3
* 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/x11: Add support for VK_KHR_get_surface_capabilities2Jason Ekstrand2017-05-161-0/+32
* vulkan/wsi: Add get_capabilities2 and get_formats2d interface pointersJason Ekstrand2017-05-161-0/+8
* vulkan/wsi: Use vk_outarray for surface_get_formatsJason Ekstrand2017-05-162-30/+21
* 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-033-3/+6
* vulkan/wsi: Fix some line wrappingJason Ekstrand2017-04-031-1/+4
* vulkan/wsi: Generate wayland protocol headers separately from EGLJason Ekstrand2017-03-132-1/+3
* vulkan/wsi: Improve the DRI3 error messageJacob Lifshay2017-03-011-10/+41
* vulkan/wsi/radv: add initial prime support (v1.1)Dave Airlie2017-02-274-5/+69
* vulkan/wsi: move image count to shared structure.Dave Airlie2017-02-233-26/+24
* vulkan: Combine wsi and util makefilesDylan Baker2017-02-222-62/+0