summaryrefslogtreecommitdiff
path: root/src/vulkan/wsi/wsi_common_display.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-20wsi: Fixes passing argument 1 of ‘mtx_unlock’ from incompatible pointer typeYonggang Luo1-9/+9
2023-06-07vulkan/wsi: Remove duplicate NULL checkVinson Lee1-3/+0
2023-05-26wsi/display: drop unused parameters from local functionsEric Engestrom1-40/+18
2023-05-17vulkan/wsi: add feedback loop usage to swapchain caps if supportedMike Blumenkrantz1-0/+4
2023-04-05vulkan/wsi/display: set pDisplay to NULL on errorIago Toral Quiroga1-1/+3
2023-04-03vulkan/wsi/display: do not dereference a NULL pointerIván Briano1-0/+3
2023-03-06wsi: move an assertion in wsi_xxx_surface_get_capabilities2()Samuel Pitoiset1-1/+1
2023-03-04wsi/display: check alloc failure in wsi_display_alloc_connector()Yogesh Mohan Marimuthu1-0/+2
2023-03-03wsi/display: Implement EXT_swapchain_maintenance1.Hans-Kristian Arntzen1-0/+61
2023-02-02vulkan/wsi: Add a wsi_device param to get_present_modesJesse Natalie1-0/+1
2022-11-23wsi/display: Implement VK_KHR_present_wait on KHR_display swapchain.Hans-Kristian Arntzen1-1/+109
2022-11-23vulkan/wsi: Refactor out wsi_init_pthread_cond_monotonic.Hans-Kristian Arntzen1-25/+0
2022-11-23vulkan/wsi: Add stub interface for VK_KHR_present_waitDaniel Stone1-0/+1
2022-11-16wsi/display: Refactor available_surface_formats structureJoshua Ashton1-17/+32
2022-11-09vulkan/wsi/display: Reset connector state in vkReleaseDisplay().Mario Kleiner1-0/+2
2022-09-28vulkan/wsi: Always configure images in wsi_swapchain_init()Jason Ekstrand1-1/+1
2022-09-28vulkan/wsi/display: Configure images via params passed to wsi_swapchain_init()Jason Ekstrand1-11/+8
2022-09-28vulkan/wsi: Support configuring swapchain images as part of swapchain initJason Ekstrand1-1/+1
2022-07-12vulkan: use updated tokens from vk.xmlEric Engestrom1-3/+3
2022-07-07vulkan/wsi: Delete SW support from configure_native_imageJason Ekstrand1-1/+0
2022-05-04vulkan/wsi: Hang on to file descriptorsJason Ekstrand1-2/+0
2022-05-04vulkan/wsi: Only use a single fd per wsi_imageJason Ekstrand1-4/+3
2022-05-04vulkan/wsi: Close file descriptors in wsi_destroy_imageJason Ekstrand1-4/+0
2022-03-25vulkan/wsi: Stop using VK_OUTARRAY_MAKE()Boris Brezillon1-20/+28
2022-03-16vulkan: Make sure we've loaded our connectors when querying plane props.Emma Anholt1-13/+45
2022-01-31vulkan/wsi/display: Split image creationJason Ekstrand1-3/+13
2022-01-31vulkan: Allow RegisterDisplayEventEXT before first page flipElla Stanforth1-0/+11
2022-01-24vulkan/wsi: add VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT for swapchain image capsMike Blumenkrantz1-1/+2
2022-01-24vulkan/wsi/display: Add common implementation of VK_EXT_display_control.Bas Nieuwenhuizen1-11/+50
2022-01-11vulkan/wsi: add use_prime_blit param to wsi_swapchain_initPierre-Eric Pelloux-Prayer1-1/+1
2021-11-16vulkan/wsi/display: Wrap wsi_display_fence in a vk_syncJason Ekstrand1-23/+94
2021-11-16wsi/display: Rework wsi_fence a bitJason Ekstrand1-35/+17
2021-11-16vulkan/wsi: Drop wsi_common_get_current_time()Jason Ekstrand1-4/+5
2021-11-10vulkan/wsi: Unlock before return on error path.Vinson Lee1-1/+3
2021-11-04vulkan/wsi: implement missing wsi_register_device_eventTapani Pälli1-14/+182
2021-11-04vulkan/wsi: provide api for drivers to setup syncobj fdTapani Pälli1-4/+19
2021-10-13vulkan/wsi/display: Delete the wrapper entrypointsJason Ekstrand1-395/+174
2021-10-13vulkan/wsi: Add common wrappers for most entrypointsJason Ekstrand1-0/+254
2021-08-29vulkan/wsi/sw: add support for using host_ptr for shm pixmaps.Dave Airlie1-1/+1
2021-06-24vulkan/wsi: Implement VK_EXT_acquire_drm_displaySimon Zeni1-0/+53
2021-06-24vulkan/wsi: add drm_fd param to wsi_display_get_connectorSimon Zeni1-4/+6
2021-04-27vulkan/wsi/display: don't report support if there is no drm fdLionel Landwerlin1-1/+4
2020-10-19vulkan/wsi: fix possible random stalls in wsi_display_wait_for_eventMarcin Ślusarz1-1/+1
2020-09-24vulkan/wsi/display: add option for display fence to signal syncobjJonathan Marek1-7/+33
2020-06-21vulkan/wsi: Really terminate DRM lease in wsi_release_display().Mario Kleiner1-6/+16
2020-01-17vulkan/wsi: disable the hardware cursorAndres Rodriguez1-0/+9
2020-01-14vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM firstJason Ekstrand1-4/+27
2019-04-26vulkan/wsi: don't use DUMB_CLOSE for normal GEM handlesEmil Velikov1-2/+2
2019-04-26vulkan/wsi: check if the display_fd given is masterEmil Velikov1-0/+27
2019-04-10wsi: allow to override the present mode with MESA_VK_WSI_PRESENT_MODESamuel Pitoiset1-1/+1