summaryrefslogtreecommitdiffstats
path: root/src/vulkan/wsi/wsi_common.c
Commit message (Expand)AuthorAgeFilesLines
* vulkan/wsi: Fix OOM behavior with prime images.Bas Nieuwenhuizen2018-03-201-1/+3
* vulkan/wsi: free cmd poolsDave Airlie2017-12-281-0/+1
* vulkan/wsi: Initialize individual WSI interfaces in wsi_device_initJason Ekstrand2017-12-041-2/+35
* vulkan/wsi: Drop some unneeded cruft from the APIJason Ekstrand2017-12-041-0/+1
* vulkan/wsi: Add wrappers for all of the surface queriesJason Ekstrand2017-12-041-0/+77
* vulkan/wsi: Add a helper for AcquireNextImageJason Ekstrand2017-12-041-0/+14
* vulkan/wsi: move swapchain create/destroy to common codeDave Airlie2017-12-041-0/+38
* vulkan/wsi: Move prime blitting into queue_presentJason Ekstrand2017-12-041-27/+14
* vulkan/wsi: Move get_images into common codeJason Ekstrand2017-12-041-0/+17
* 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-041-0/+78
* vulkan/wsi: Do image creation in common codeJason Ekstrand2017-12-041-3/+114
* vulkan/wsi: Implement prime in a completely generic wayJason Ekstrand2017-12-041-1/+340
* vulkan/wsi: Add wsi_swapchain_init/finish functionsJason Ekstrand2017-12-041-1/+22
* vulkan/wsi: Add a wsi_device_init functionJason Ekstrand2017-12-041-0/+32