summaryrefslogtreecommitdiffstats
path: root/src/vulkan/wsi/wsi_common.h
Commit message (Expand)AuthorAgeFilesLines
* vulkan: add vk_x11_strict_image_count optionLionel Landwerlin2019-09-151-0/+5
* wsi: add minImageCount overrideEric Engestrom2019-09-061-0/+6
* vulkan/wsi: Add X11 adaptive sync support based on dri options.Bas Nieuwenhuizen2019-04-231-1/+8
* wsi: allow to override the present mode with MESA_VK_WSI_PRESENT_MODESamuel Pitoiset2019-04-101-0/+1
* wsi: deduplicate get_current_time() functions between display and x11Eric Engestrom2019-03-111-0/+3
* wsi: query the ICD's max dimensions instead of hard-coding themEric Engestrom2019-02-081-0/+2
* vulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matchingJason Ekstrand2018-10-181-3/+2
* vulkan/wsi: Implement GetPhysicalDevicePresentRectanglesKHRJason Ekstrand2018-10-181-0/+7
* vulkan/wsi: Store the instance allocator in wsi_deviceJason Ekstrand2018-10-181-1/+3
* anv,radv: Implement vkAcquireNextImage2Jason Ekstrand2018-09-211-6/+4
* vulkan: add VK_EXT_display_control [v10]Keith Packard2018-06-231-0/+10
* Vulkan/wsi: Implement VK_EXT_display_surface_counterJason Ekstrand2018-06-201-0/+15
* vulkan: Add KHR_display extension using DRM [v10]Keith Packard2018-06-191-2/+3
* 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