vulkan/wsi/wayland: implement acquire timeout
[mesa.git] / src / vulkan / wsi / wsi_common_wayland.c
2019-07-29 Lionel Landwerlinvulkan/wsi/wayland: implement acquire timeout
2019-05-02 Eric Engestromwsi/wayland: document lack of vkAcquireNextImageKHR...
2019-05-02 Daniel Stonevulkan/wsi/wayland: Respect non-blocking AcquireNextImage
2019-04-10 Samuel Pitoisetwsi: allow to override the present mode with MESA_VK_WS...
2019-04-09 Chia-I Wuvulkan/wsi: make wl_drm optional
2019-04-09 Chia-I Wuvulkan/wsi: add wsi_wl_display_dmabuf
2019-04-09 Chia-I Wuvulkan/wsi: add wsi_wl_display_drm
2019-04-09 Chia-I Wuvulkan/wsi: refactor drm_handle_format
2019-04-09 Chia-I Wuvulkan/wsi: create wl_drm wrapper as needed
2019-04-09 Chia-I Wuvulkan/wsi: move modifier array into wsi_wl_swapchain
2019-03-18 Jason Ekstrandanv,radv: Implement VK_KHR_surface_capability_protected
2019-03-11 Eric Engestromwsi/wayland: fix pointer casting warning on 32bit
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-11-05 Eric Engestromwsi/wayland: only finish() a successfully init()ed...
2018-11-05 Eric Engestromwsi/wayland: use proper VkResult type
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: Get rid of the get_capabilities hook
2018-04-03 James Leggvulkan/wsi/wayland: fix leaks
2018-02-21 Daniel Stonevulkan/wsi/wayland: Add support for zwp_dmabuf
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 some unneeded cruft from the API
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 Daniel Stonevulkan/wsi: Add a wsi_image structure
2017-12-04 Dave Airlievulkan/wsi: use function ptr definitions from the spec.
2017-09-27 Jason Ekstrandvulkan/wsi/wayland: Return better error messages
2017-09-27 Jason Ekstrandvulkan/wsi/wayland: Copy wl_proxy objects from oldSwapc...
2017-09-27 Jason Ekstrandvulkan/wsi/wayland: Stop caching Wayland displays
2017-09-27 Jason Ekstrandvulkan/wsi/wayland: Refactor wsi_wl_display code
2017-09-26 Jason Ekstrandvulkan/wsi/wayland: Stop printing out the DRM device
2017-06-06 Alex Smithutil/vulkan: Move Vulkan utilities to src/vulkan/util
2017-05-20 Philipp Zabelvulkan/wsi/wayland: Fix proxy wrappers for swapchain...
2017-05-19 Daniel Stonevulkan/wsi/wayland: Use proxy wrappers for swapchain
2017-05-19 Daniel Stonevulkan/wsi/wayland: Use per-display event queue
2017-05-19 Daniel Stonevulkan/wsi/wayland: Remove roundtrip when creating...
2017-05-19 Daniel Stonevulkan: Fix Wayland uninitialised registry
2017-05-16 Jason Ekstrandvulkan/wsi/wayland: Add support for VK_KHR_get_surface_...
2017-05-16 Jason Ekstrandvulkan/wsi: Use vk_outarray for surface_get_formats
2017-04-03 Jason Ekstrandvulkan/wsi/wayland: Pass damage through to the compositor
2017-04-03 Jason Ekstrandvulkan/wsi: Plumb present regions through the common...
2017-03-13 Jason Ekstrandvulkan/wsi: Generate wayland protocol headers separatel...
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-25 Jason Ekstrandvulkan/wsi/wayland: Handle VK_INCOMPLETE for GetPresent...
2017-01-25 Jason Ekstrandvulkan/wsi/wayland: Handle VK_INCOMPLETE for GetFormats
2017-01-12 Chad Versacevulkan: Add new cast macros for VkIcd types
2016-12-07 Edward O'Callaghanvulkan: use STATIC_ASSERT instead of static_assert
2016-11-15 Dave Airliewsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHR
2016-11-11 Jason Ekstrandvulkan/wsi: Report the correct min/maxImageCount
2016-11-10 Jason Ekstrandvulkan/wsi/wayland: Clean up some error handling paths
2016-11-10 Jason Ekstrandvulkan/wsi/wayland: Include pthread.h
2016-10-27 Dave Airlievulkan/wsi: store present mode in swapchain base class
2016-10-26 Fredrik Höglundvulkan/wsi/wayland: fix ARGB window support
2016-10-20 Eric Engestromwsi/wayland: fix error path
2016-10-19 Dave Airlieanv: move to using shared wsi code