summaryrefslogtreecommitdiffstats
path: root/src/vulkan/wsi/wsi_common.h
Commit message (Expand)AuthorAgeFilesLines
* vulkan/wsi: Add modifiers support to wsi_create_native_imageJason Ekstrand2018-02-211-0/+23
* vulkan/wsi: Initialize individual WSI interfaces in wsi_device_initJason Ekstrand2017-12-041-12/+7
* vulkan/wsi: Drop some unneeded cruft from the APIJason Ekstrand2017-12-041-15/+2
* vulkan/wsi: Add wrappers for all of the surface queriesJason Ekstrand2017-12-041-35/+37
* vulkan/wsi: Drop the can_handle_different_gpu parameter from get_supportJason Ekstrand2017-12-041-1/+0
* vulkan/wsi: Move wsi_swapchain to wsi_common_private.hJason Ekstrand2017-12-041-45/+1
* vulkan/wsi: Add a helper for AcquireNextImageJason Ekstrand2017-12-041-0/+8
* vulkan/wsi: move swapchain create/destroy to common codeDave Airlie2017-12-041-0/+12
* vulkan/wsi: Move prime blitting into queue_presentJason Ekstrand2017-12-041-3/+2
* vulkan/wsi: Move get_images into common codeJason Ekstrand2017-12-041-2/+7
* radv/wsi: Move the guts of QueuePresent to wsi commonDave Airlie2017-12-041-0/+10
* vulkan/wsi: Add a WSI_FROM_HANDLE macroJason Ekstrand2017-12-041-0/+3
* vulkan/wsi: Do image creation in common codeJason Ekstrand2017-12-041-27/+1
* vulkan/wsi: Implement prime in a completely generic wayJason Ekstrand2017-12-041-9/+45
* vulkan/wsi: Add a mock image creation extensionJason Ekstrand2017-12-041-0/+18
* vulkan/wsi: Add wsi_swapchain_init/finish functionsJason Ekstrand2017-12-041-0/+1
* vulkan/wsi: Add a wsi_device_init functionJason Ekstrand2017-12-041-0/+7
* vulkan/wsi: Add a wsi_image structureDaniel Stone2017-12-041-8/+11
* vulkan/wsi: use function ptr definitions from the spec.Dave Airlie2017-12-041-3/+3
* util/vulkan: Move Vulkan utilities to src/vulkan/utilAlex Smith2017-06-061-1/+1
* vulkan/wsi: Add get_capabilities2 and get_formats2d interface pointersJason Ekstrand2017-05-161-0/+8
* vulkan/wsi: Plumb present regions through the common codeJason Ekstrand2017-04-031-1/+2
* vulkan/wsi: Fix some line wrappingJason Ekstrand2017-04-031-1/+4
* vulkan/wsi/radv: add initial prime support (v1.1)Dave Airlie2017-02-271-0/+8
* vulkan/wsi: move image count to shared structure.Dave Airlie2017-02-231-0/+1
* vulkan/wsi/x11: add support to detect if we can support rendering (v3)Dave Airlie2017-02-201-0/+1
* vulkan: Add new cast macros for VkIcd typesChad Versace2017-01-121-1/+19
* vulkan/wsi: store present mode in swapchain base classDave Airlie2016-10-271-0/+1
* anv: move to using shared wsi codeDave Airlie2016-10-191-0/+133