aboutsummaryrefslogtreecommitdiffstats
path: root/src/vulkan/wsi
Commit message (Expand)AuthorAgeFilesLines
* meson: fix android vulkan buildEric Engestrom2020-07-141-1/+1
* vulkan: automatically compile the `display` platform when availableEric Engestrom2020-07-101-1/+1
* wsi/x11: Log swapchain status changesJason Ekstrand2020-07-061-1/+15
* vulkan/wsi: Don't consider VK_SUBOPTIMAL_KHR to be an error conditionJason Ekstrand2020-07-061-3/+3
* radv,vulkan: add a new x11 wsi drirc workaround for DOOM EternalSamuel Pitoiset2020-07-022-22/+40
* Revert "vulkan/wsi/x11: Ensure we create at least minImageCount images."Samuel Pitoiset2020-07-021-34/+26
* vulkan/wsi/x11: Ensure we create at least minImageCount images.Bas Nieuwenhuizen2020-06-241-26/+34
* vulkan/wsi: Really terminate DRM lease in wsi_release_display().Mario Kleiner2020-06-211-6/+16
* vulkan/wsi: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-181-1/+2
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-011-1/+2
* vulkan/wsi: Make wsi_swapchain inherit from vk_object_baseJason Ekstrand2020-05-044-26/+19
* vulkan/wsi: Add callback to set ownership of buffer.Bas Nieuwenhuizen2020-04-272-0/+26
* vulkan: drop unused include directoriesEric Engestrom2020-03-281-1/+1
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* vulkan/wsi: fix cleanup when dup() failsEric Engestrom2020-03-101-1/+1
* vulkan/wsi: Return an error if dup() failsJason Ekstrand2020-03-101-0/+1
* vulkan/wsi: Don't leak the FD when GetImageDrmFormatModifierProperties failsJason Ekstrand2020-03-101-1/+3
* vulkan/wsi: Fix compiler warning when no WSI platforms are enabled.Eric Anholt2020-01-281-2/+5
* vulkan/wsi: remove unused image_get_modifierJonathan Marek2020-01-231-2/+0
* vulkan/wsi: Implement VK_KHR_swapchain_mutable_formatJason Ekstrand2020-01-171-1/+32
* vulkan/wsi: Filter modifiers with ImageFormatPropertiesJason Ekstrand2020-01-172-1/+34
* vulkan/wsi: Use the interface from the real modifiers extensionJason Ekstrand2020-01-172-39/+35
* vulkan/wsi: Move the ImageCreateInfo higher upJason Ekstrand2020-01-171-21/+23
* vulkan/wsi: disable the hardware cursorAndres Rodriguez2020-01-171-0/+9
* vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM firstJason Ekstrand2020-01-145-8/+74
* vulkan/wsi: error out when image fence doesn't signalLionel Landwerlin2019-12-161-3/+9
* vulkan/wsi: Add a hooks for signaling semaphores and fencesJason Ekstrand2019-12-062-1/+38
* vulkan/wsi: Provide the implicitly synchronized BO to vkQueueSubmitJason Ekstrand2019-12-062-3/+19
* vulkan: add vk_x11_strict_image_count optionLionel Landwerlin2019-09-152-1/+12
* wsi: add minImageCount overrideEric Engestrom2019-09-064-3/+22
* meson: replace last uses of libxmlconfig with idep_xmlconfigEric Engestrom2019-08-031-2/+1
* vulkan/wsi/wayland: implement acquire timeoutLionel Landwerlin2019-07-291-25/+51
* vulkan/wsi/x11: Increase the effective min. images for mailbox.Bas Nieuwenhuizen2019-07-261-2/+5
* vulkan/wsi/x11: Wait for GPU work before present with mailbox.Bas Nieuwenhuizen2019-07-261-1/+12
* vulkan/wsi/x11: Allow using thread present-only.Bas Nieuwenhuizen2019-07-261-34/+51
* vulkan/wsi: Use one fence per image.Bas Nieuwenhuizen2019-07-262-20/+26
* vulkan/wsi: update swapchain status on vkQueuePresentLionel Landwerlin2019-07-171-0/+21
* vulkan: fix build dependency issue with generated filesLionel Landwerlin2019-05-221-2/+2
* vulkan/wsi: Set X11 minImageCount to 3.Bas Nieuwenhuizen2019-05-191-6/+18
* wsi/wayland: document lack of vkAcquireNextImageKHR timeout supportEric Engestrom2019-05-021-0/+10
* vulkan/wsi/wayland: Respect non-blocking AcquireNextImageDaniel Stone2019-05-021-2/+7
* delete autotools .gitignore filesEric Engestrom2019-04-291-2/+0
* vulkan/wsi: don't use DUMB_CLOSE for normal GEM handlesEmil Velikov2019-04-261-2/+2
* vulkan/wsi: check if the display_fd given is masterEmil Velikov2019-04-261-0/+27
* vulkan/wsi: Add X11 adaptive sync support based on dri options.Bas Nieuwenhuizen2019-04-234-2/+52
* wsi: allow to override the present mode with MESA_VK_WSI_PRESENT_MODESamuel Pitoiset2019-04-106-3/+78
* vulkan/wsi: make wl_drm optionalChia-I Wu2019-04-091-19/+32
* vulkan/wsi: add wsi_wl_display_dmabufChia-I Wu2019-04-091-22/+28
* vulkan/wsi: add wsi_wl_display_drmChia-I Wu2019-04-091-14/+18
* vulkan/wsi: refactor drm_handle_formatChia-I Wu2019-04-091-53/+75