vulkan/wsi: Don't leak the FD when GetImageDrmFormatModifierProperties fails
[mesa.git] / src / vulkan / wsi / wsi_common.c
2020-03-10 Jason Ekstrandvulkan/wsi: Don't leak the FD when GetImageDrmFormatMod...
2020-01-28 Eric Anholtvulkan/wsi: Fix compiler warning when no WSI platforms...
2020-01-17 Jason Ekstrandvulkan/wsi: Implement VK_KHR_swapchain_mutable_format
2020-01-17 Jason Ekstrandvulkan/wsi: Filter modifiers with ImageFormatProperties
2020-01-17 Jason Ekstrandvulkan/wsi: Use the interface from the real modifiers...
2020-01-17 Jason Ekstrandvulkan/wsi: Move the ImageCreateInfo higher up
2020-01-14 Jason Ekstrandvulkan/wsi: Add a driconf option to force WSI to advert...
2019-12-16 Lionel Landwerlinvulkan/wsi: error out when image fence doesn't signal
2019-12-06 Jason Ekstrandvulkan/wsi: Add a hooks for signaling semaphores and...
2019-12-06 Jason Ekstrandvulkan/wsi: Provide the implicitly synchronized BO...
2019-09-06 Eric Engestromwsi: add minImageCount override
2019-07-26 Bas Nieuwenhuizenvulkan/wsi: Use one fence per image.
2019-04-23 Bas Nieuwenhuizenvulkan/wsi: Add X11 adaptive sync support based on...
2019-04-10 Samuel Pitoisetwsi: allow to override the present mode with MESA_VK_WS...
2019-03-11 Eric Engestromwsi: deduplicate get_current_time() functions between...
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-02-08 Eric Engestromwsi: query the ICD's max dimensions instead of hard...
2019-01-08 Eric Engestromwsi: drop unneeded KHR suffix
2018-11-28 Eric Engestromvulkan/wsi: fix s/,/;/ typo
2018-10-30 Emil Velikovvulkan/wsi: use the drmGetDevice2() API
2018-10-18 Jason Ekstrandvulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matching
2018-10-18 Jason Ekstrandvulkan/wsi: Implement GetPhysicalDevicePresentRectanglesKHR
2018-10-18 Jason Ekstrandvulkan/wsi: Store the instance allocator in wsi_device
2018-09-21 Jason Ekstrandanv,radv: Implement vkAcquireNextImage2
2018-06-20 Jason EkstrandVulkan/wsi: Implement VK_EXT_display_surface_counter
2018-06-20 Jason Ekstrandvulkan/wsi: Get rid of the get_capabilities hook
2018-06-19 Keith Packardvulkan: Add KHR_display extension using DRM [v10]
2018-05-08 Bas Nieuwenhuizenvulkan/wsi: Only use LINEAR modifier for prime if suppo...
2018-03-09 Eric Engestromvulkan/wsi: clean up cleanup path
2018-02-21 Jason Ekstrandvulkan/wsi: Add modifiers support to wsi_create_native_...
2018-02-21 Daniel Stonevulkan/wsi: Add drm_modifier member to wsi_image
2018-02-21 Daniel Stonevulkan/wsi: Add multiple planes to wsi_image
2018-02-06 Bas Nieuwenhuizenvulkan/wsi: Fix OOM behavior with prime images.
2017-12-27 Dave Airlievulkan/wsi: free cmd pools
2017-12-04 Jason Ekstrandvulkan/wsi: Initialize individual WSI interfaces in...
2017-12-04 Jason Ekstrandvulkan/wsi: Drop some unneeded cruft from the API
2017-12-04 Jason Ekstrandvulkan/wsi: Add wrappers for all of the surface queries
2017-12-04 Jason Ekstrandvulkan/wsi: Add a helper for AcquireNextImage
2017-12-04 Dave Airlievulkan/wsi: move swapchain create/destroy to common...
2017-12-04 Jason Ekstrandvulkan/wsi: Move prime blitting into queue_present
2017-12-04 Jason Ekstrandvulkan/wsi: Move get_images into common code
2017-12-04 Jason Ekstrandvulkan/wsi: Set a proper pWaitDstStageMask on the dummy...
2017-12-04 Jason Ekstrandvulkan/wsi: Only wait on semaphores on the first swapchain
2017-12-04 Jason Ekstrandvulkan/wsi: Refactor result handling in queue_present
2017-12-04 Dave Airlieradv/wsi: Move the guts of QueuePresent to wsi common
2017-12-04 Jason Ekstrandvulkan/wsi: Do image creation in common code
2017-12-04 Jason Ekstrandvulkan/wsi: Implement prime in a completely generic way
2017-12-04 Jason Ekstrandvulkan/wsi: Add wsi_swapchain_init/finish functions
2017-12-04 Jason Ekstrandvulkan/wsi: Add a wsi_device_init function