vulkan/wsi: Don't leak the FD when GetImageDrmFormatModifierProperties fails
[mesa.git] / src / vulkan / wsi / wsi_common_x11.c
2020-01-14 Jason Ekstrandvulkan/wsi: Add a driconf option to force WSI to advert...
2019-09-15 Lionel Landwerlinvulkan: add vk_x11_strict_image_count option
2019-09-06 Eric Engestromwsi: add minImageCount override
2019-07-26 Bas Nieuwenhuizenvulkan/wsi/x11: Increase the effective min. images...
2019-07-26 Bas Nieuwenhuizenvulkan/wsi/x11: Wait for GPU work before present with...
2019-07-26 Bas Nieuwenhuizenvulkan/wsi/x11: Allow using thread present-only.
2019-07-17 Lionel Landwerlinvulkan/wsi: update swapchain status on vkQueuePresent
2019-05-19 Bas Nieuwenhuizenvulkan/wsi: Set X11 minImageCount to 3.
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-18 Jason Ekstrandanv,radv: Implement VK_KHR_surface_capability_protected
2019-03-11 Eric Engestromwsi/x11: use WSI_FROM_HANDLE() instead of pointer casts
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...
2018-11-21 Bas Nieuwenhuizenvulkan: Allow storage images in the WSI.
2018-10-26 Eric Engestromvulkan: drop always-true param
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
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-08-23 Eric Engestromvk/wsi: avoid reading uninitialised memory
2018-08-22 Grazvydas Ignotasvulkan/wsi: fix pointer-integer conversion warnings
2018-08-18 Kai Wasserbächvulkan/wsi: initialise image_index to 0 in x11_manage_f...
2018-06-20 Jason Ekstrandvulkan/wsi: Get rid of the get_capabilities hook
2018-06-08 Cameron Kumarvulkan/wsi: Destroy swapchain images after terminating...
2018-05-29 Eric Engestromvulkan: don't free uninitialised memory
2018-05-08 Bas Nieuwenhuizenvulkan/wsi: Only use LINEAR modifier for prime if suppo...
2018-03-20 Daniel Stonedri3: Don't fail on version mismatch
2018-03-16 Dave Airliedri3: allow building against older xcb (v3)
2018-03-16 Emil Velikovvulkan/wsi/x11: correct DRI3 version in comment
2018-03-16 Emil Velikovvulkan/wsi/x11: use ARRAY_SIZE where applicable
2018-03-09 Louis-Francis Ratt... vulkan/wsi/x11: Return VK_SUBOPTIMAL_KHR for X11
2018-03-09 Daniel Stonevulkan/wsi/x11: Add support for DRI3 v1.2
2018-02-21 Daniel Stonevulkan/wsi/x11: Consistently update and return swapchai...
2018-02-21 Jason Ekstrandvulkan/wsi/x11: Set OUT_OF_DATE if wait_for_special_eve...
2018-02-21 Jason Ekstrandvulkan/wsi: Add modifiers support to wsi_create_native_...
2018-02-21 Daniel Stonevulkan/wsi: Add multiple planes to wsi_image
2017-12-04 Jason Ekstrandvulkan/wsi: Drop the can_handle_different_gpu parameter...
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: 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/x11: Handle the geometry check earlier in...
2017-12-04 Daniel Stonevulkan/wsi: Add a wsi_image structure
2017-10-17 Henri Verbeetvulkan/wsi: Free the event in x11_manage_fifo_queues().
2017-06-06 Alex Smithutil/vulkan: Move Vulkan utilities to src/vulkan/util
2017-05-16 Jason Ekstrandvulkan/wsi/x11: Add support for VK_KHR_get_surface_capa...
2017-05-16 Jason Ekstrandvulkan/wsi: Use vk_outarray for surface_get_formats
2017-04-03 Jason Ekstrandvulkan/wsi: Plumb present regions through the common...
2017-03-02 Jacob Lifshayvulkan/wsi: Improve the DRI3 error message
2017-02-26 Dave Airlievulkan/wsi/radv: add initial prime support (v1.1)
2017-02-23 Dave Airlievulkan/wsi: move image count to shared structure.
2017-02-20 Dave Airlievulkan/wsi/x11: add support to detect if we can support...
2017-01-25 Jason Ekstrandvulkan/wsi: Lower the maximum image sizes
2017-01-19 Andres Rodriguezvulkan/wsi: clarify the severity of lack of DRI3 v2
2017-01-12 Chad Versacevulkan: Add new cast macros for VkIcd types
2016-12-22 Arda Coskunsesvulkan/wsi/x11: don't crash on null wsi x11 connection
2016-12-22 Arda Coskunsesvulkan/wsi/x11: don't crash on null visual
2016-12-07 Edward O'Callaghanvulkan: use STATIC_ASSERT instead of static_assert
2016-11-30 Michel Dänzervulkan/wsi/x11: Destroy Present event context when...
2016-11-15 Dave Airliewsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHR
2016-11-11 Jason Ekstrandvulkan/wsi/x11: Implement FIFO mode.
2016-11-11 Jason Ekstrandvulkan/wsi: Report the correct min/maxImageCount
2016-11-02 Jason Ekstrandvulkan/wsi/x11: Clean up connections in finish_wsi
2016-11-02 Jason Ekstrandvulkan/wsi/x11: Better handle wsi_x11_connection_create...
2016-10-28 Eduardo Lima Mitevvulkan/wsi/x11: Smplify implementation of vkGetPhysical...
2016-10-28 Eduardo Lima Mitevvulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurf...
2016-10-27 Dave Airlievulkan/wsi/x11: add support for IMMEDIATE present mode
2016-10-27 Dave Airlievulkan/wsi: store present mode in swapchain base class
2016-10-27 Dave Airlievulkan/wsi/x11: handle timeouts properly in next image...
2016-10-26 Fredrik Höglundvulkan/wsi/x11: fix ARGB window support
2016-10-25 Eduardo Lima Mitevvulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurf...
2016-10-19 Dave Airlieanv: move to using shared wsi code