vulkan/wsi/x11: detect Xwayland via the XWAYLAND extension
[platform/upstream/mesa.git] / src / vulkan / wsi / wsi_common_x11.c
2022-08-22 Simon Servulkan/wsi/x11: detect Xwayland via the XWAYLAND extension
2022-07-25 Adam Jacksonwsi/x11: Synchronously check for error from xcb_present...
2022-07-20 Mike Blumenkrantzvulkan/wsi: return VK_SUBOPTIMAL_KHR for sw/x11 on...
2022-07-20 Mike Blumenkrantzvulkan/wsi: fix multiple acquires for sw without mit-shm
2022-07-12 Eric Engestromvulkan: use updated tokens from vk.xml
2022-07-12 Jason Ekstrandvulkan/wsi: Add debug variables to force the SW and...
2022-07-07 Jason Ekstrandvulkan/wsi/x11: Only use MIT_SHM if the device supports...
2022-07-07 Jason Ekstrandvulkan/wsi/x11: Don't leak shm_reply if we don't have...
2022-07-07 Jason Ekstrandvulkan/wsi: Persistently map CPU images
2022-07-07 Jason Ekstrandvulkan/wsi: Delete SW support from configure_native_image
2022-07-07 Jason Ekstrandvulkan/wsi/x11: Use wsi_configure_cpu_image
2022-07-07 Jason Ekstrandvulkan/wsi: Pass the size to MapMemory in the SW path
2022-06-22 Dave Airliewsi/x11: add xcb_put_image support for larger transfers.
2022-06-13 Renato PereyraRevert "wsi/x11: Avoid using xcb_wait_for_special_event...
2022-06-13 Renato PereyraRevert "wsi/x11: Don't leak xcb_get_geometry_reply_t."
2022-05-08 Bas Nieuwenhuizenvulkan/wsi/x11: Ensure we have the required number...
2022-05-08 Georg Lehmannwsi/x11: Don't leak xcb_get_geometry_reply_t.
2022-05-04 Jason Ekstrandvulkan/wsi: Hang on to file descriptors
2022-05-04 Jason Ekstrandvulkan/wsi: Only use a single fd per wsi_image
2022-05-04 Adam Jacksonwsi/x11: Hook up KHR_incremental_present
2022-05-04 Adam Jacksonwsi/x11: Avoid using xcb_wait_for_special_event in...
2022-04-28 Jordan Justenvulkan/wsi/x11: Use atomic_int with sent_image_count
2022-03-25 Adam Jacksonwsi/x11: xcb_wait_for_special_event failure is an error
2022-03-25 Boris Brezillonvulkan/wsi: Stop using VK_OUTARRAY_MAKE()
2022-03-23 Brian Paulvulkan/wsi/x11: add null pointer check for the has_dri3...
2022-02-22 Erik Faye-Lundvulkan/wsi: untangle buffer-images from prime
2022-01-31 Jason Ekstrandvulkan/wsi/x11: Split image creation
2022-01-27 Chia-I Wuvulkan/wsi/x11: fix x11_image_init return value on...
2022-01-27 Roman Gilgvulkan/wsi/x11: document implementation
2022-01-25 Michel DänzerRevert "wsi/x11: Avoid a class of deadlocks in the...
2022-01-24 Mike Blumenkrantzvulkan/wsi: add VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT...
2022-01-21 Adam Jacksonwsi/x11: Avoid a class of deadlocks in the WSI queue...
2022-01-11 Pierre-Eric Pellou... vulkan/wsi: add use_prime_blit param to wsi_swapchain_init
2021-11-16 Jason Ekstrandvulkan/wsi: Drop wsi_common_get_current_time()
2021-11-10 Niklas Haaswsi/x11: support depth 30 visuals
2021-10-13 Adam Jacksonwsi/x11: Fetch and discard the SYNC extension info
2021-10-13 Jason Ekstrandvulkan/wsi/x11: Delete the wrapper entrypoints
2021-10-13 Jason Ekstrandvulkan/wsi: Add common wrappers for most entrypoints
2021-10-06 Dave Airliewsi/x11: cleanup properly after mit shm paths are used.
2021-10-04 Adam Jacksonwsi/x11: Fix a misunderstanding about how xcb_get_geome...
2021-09-30 Mike Blumenkrantzwsi/x11: fix uninit value by using zalloc for swapchain
2021-09-20 Zachary MichaelsX11: Ensure that VK_SUBOPTIMAL_KHR propagates to user...
2021-09-13 Simon Servulkan/wsi/x11: add driconf option to not wait under...
2021-09-03 Marcin Ślusarzvulkan/wsi/x11: fix shm allocation control flow issue
2021-08-29 Dave Airlievulkan/wsi/sw: add mit-shm support for pixmap allocation
2021-08-29 Dave Airlievulkan/wsi/sw: add support for using host_ptr for shm...
2021-08-29 Dave Airlievulkan/wsi: add support for detecting mit-shm pixmaps.
2021-07-28 Chia-I Wuvulkan/wsi/x11: do not inherit last_present_mode
2021-05-03 Michel Zouvulkan/wsi: avoid wsi_x11_check_for_dri3 for sw device
2021-04-27 Niklas Haasvulkan/wsi/x11: lower resize events to VK_SUBOPTIMAL_KHR
2021-04-27 Niklas Haasvulkan/wsi/x11: return VK_SUBOPTIMAL_KHR on mismatched...
2021-04-26 Keith Packardvulkan/x11: Mark present complete using serial instead...
2021-04-07 Michel Dänzerwsi/x11: Wait for fences with IMMEDIATE on Xwayland
2021-04-01 Keith Packardwsi/x11: Fix type of target_msc argument to x11_present...
2021-01-18 Michel Dänzerwsi/x11: Use get_screen_resources_current in wsi_x11_de...
2021-01-11 Michel Dänzerwsi/x11: Make sure wsi_x11_connection::is_xwayland...
2021-01-11 Michel Dänzerwsi/x11: Always free randr_reply in wsi_x11_connection_...
2021-01-11 Michel Dänzerwsi/x11: Use wsi_x11_get_connection in x11_present_to_x...
2021-01-07 Michel Dänzerwsi/x11: Treat IMMEDIATE present mode the same as MAILB...
2021-01-07 Michel Dänzerwsi/x11: Use PresentOptionAsync for MAILBOX present...
2021-01-07 Michel Dänzerwsi/x11: Detect Xwayland
2021-01-07 Michel Dänzerwsi/x11: Set recognizable name for WSI swapchain queue...
2020-12-01 James Parkvulkan/util: Consolidate typed_memcpy
2020-09-21 Adam Jacksonwsi/x11: Create a present queue for VK_PRESENT_MODE_FIF...
2020-09-10 Adam Jacksonwsi/x11: Hook up VK_PRESENT_MODE_FIFO_RELAXED_KHR
2020-09-01 Roman Gilgvulkan/wsi/x11: wait for acquirable images in FIFO...
2020-09-01 Roman Gilgvulkan/wsi/x11: add sent image counter
2020-08-17 Dave Airlievulkan/wsi: add sw support. (v2)
2020-07-27 Bas Nieuwenhuizenvulkan/wsi: Convert usage of -1 to UINT32_MAX.
2020-07-27 Bas Nieuwenhuizenvulkan/wsi/x11: report device-group present rectangles...
2020-07-06 Jason Ekstrandwsi/x11: Log swapchain status changes
2020-07-02 Samuel Pitoisetradv,vulkan: add a new x11 wsi drirc workaround for...
2020-07-02 Samuel PitoisetRevert "vulkan/wsi/x11: Ensure we create at least minIm...
2020-06-24 Bas Nieuwenhuizenvulkan/wsi/x11: Ensure we create at least minImageCount...
2020-05-04 Jason Ekstrandvulkan/wsi: Make wsi_swapchain inherit from vk_object_base
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...
next