wsi/common: Allow present-wait to be unconditionally enabled.
[platform/upstream/mesa.git] / src / vulkan / wsi / wsi_common.h
2022-11-23 Hans-Kristian Arntzenwsi/common: Allow present-wait to be unconditionally...
2022-11-23 Hans-Kristian Arntzenvulkan/wsi: Add mechanism to wait for WSI semaphore...
2022-10-26 Lionel Landwerlinvulkan/wsi/wl: correctly find whether the compositor...
2022-09-28 Jason Ekstrandvulkan/wsi: Add a supports_scanout flag
2022-07-07 Jason Ekstrandvulkan/wsi/x11: Only use MIT_SHM if the device supports...
2022-07-07 Jason Ekstrandvulkan/wsi: Support tiled CPU images
2022-07-07 Jason Ekstrandvulkan/wsi: Align buffer image strides to optimalBuffer...
2022-06-10 Jason Ekstrandvulkan/wsi: Signal semaphores and fences from the dma-buf
2022-02-22 Erik Faye-Lundvulkan/wsi: add transition to/from transfer-src state
2022-02-22 Erik Faye-Lundvulkan/wsi: untangle buffer-images from prime
2022-02-04 Erik Faye-Lundvulkan/util: Add extern "C" to allow inclusion from c++
2022-01-31 Jason Ekstrandvulkan/wsi: Add image create and bind helpers
2022-01-14 Chia-I Wuvulkan/wsi: add wsi_common_get_image
2022-01-11 Pierre-Eric Pellou... vulkan/wsi: add a private transfer pool to exec the...
2021-12-17 Lionel Landwerlinanv,wsi: simplify WSI synchronization
2021-11-16 Jason Ekstrandvulkan/wsi/display: Wrap wsi_display_fence in a vk_sync
2021-11-16 Jason Ekstrandwsi/display: Rework wsi_fence a bit
2021-11-16 Jason Ekstrandvulkan/wsi: Drop wsi_common_get_current_time()
2021-11-04 Tapani Pällivulkan/wsi: implement missing wsi_register_device_event
2021-11-04 Tapani Pällivulkan/wsi: provide api for drivers to setup syncobj fd
2021-10-13 Jason Ekstrandvulkan/wsi/common: Delete the wrapper entrypoints
2021-10-13 Jason Ekstrandvulkan/wsi: Add a dispatch table for WSI entrypoints
2021-09-13 Simon Servulkan/wsi/x11: add driconf option to not wait under...
2021-07-23 Chia-I Wuvulkan/wsi: replace prime_blit_buffer by a bool
2021-06-03 Chia-I Wuvulkan/wsi: provide more info in wsi_image_create_info
2021-04-27 Iago Toral Quirogavulkan/wsi: give drivers the option to decide if they...
2020-08-17 Dave Airlievulkan/wsi: add sw support. (v2)
2020-07-02 Samuel Pitoisetradv,vulkan: add a new x11 wsi drirc workaround for...
2020-04-27 Bas Nieuwenhuizenvulkan/wsi: Add callback to set ownership of buffer.
2020-01-23 Jonathan Marekvulkan/wsi: remove unused image_get_modifier
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-14 Jason Ekstrandvulkan/wsi: Add a driconf option to force WSI to advert...
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-15 Lionel Landwerlinvulkan: add vk_x11_strict_image_count option
2019-09-06 Eric Engestromwsi: add minImageCount override
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-08 Eric Engestromwsi: query the ICD's max dimensions instead of hard...
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-23 Keith Packardvulkan: add VK_EXT_display_control [v10]
2018-06-20 Jason EkstrandVulkan/wsi: Implement VK_EXT_display_surface_counter
2018-06-19 Keith Packardvulkan: Add KHR_display extension using DRM [v10]
2018-02-21 Jason Ekstrandvulkan/wsi: Add modifiers support to wsi_create_native_...
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: Drop the can_handle_different_gpu parameter...
2017-12-04 Jason Ekstrandvulkan/wsi: Move wsi_swapchain to wsi_common_private.h
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 Dave Airlieradv/wsi: Move the guts of QueuePresent to wsi common
2017-12-04 Jason Ekstrandvulkan/wsi: Add a WSI_FROM_HANDLE macro
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 a mock image creation extension
2017-12-04 Jason Ekstrandvulkan/wsi: Add wsi_swapchain_init/finish functions
2017-12-04 Jason Ekstrandvulkan/wsi: Add a wsi_device_init function
2017-12-04 Daniel Stonevulkan/wsi: Add a wsi_image structure
2017-12-04 Dave Airlievulkan/wsi: use function ptr definitions from the spec.
2017-06-06 Alex Smithutil/vulkan: Move Vulkan utilities to src/vulkan/util
2017-05-16 Jason Ekstrandvulkan/wsi: Add get_capabilities2 and get_formats2d...
2017-04-03 Jason Ekstrandvulkan/wsi: Plumb present regions through the common...
2017-04-03 Jason Ekstrandvulkan/wsi: Fix some line wrapping
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-12 Chad Versacevulkan: Add new cast macros for VkIcd types
2016-10-27 Dave Airlievulkan/wsi: store present mode in swapchain base class
2016-10-19 Dave Airlieanv: move to using shared wsi code