vulkan/wsi/x11: add sent image counter
[mesa.git] / src / vulkan / wsi /
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-03-09 Eric Engestromvulkan/wsi: clean up cleanup path
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 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 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: 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 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: 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 Jason Ekstrandvulkan/wsi/x11: Handle the geometry check earlier in...
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-10-20 Dylan Bakermeson: move wayland_drm_protocol generation to wayland-drm
2017-10-17 Henri Verbeetvulkan/wsi: Free the event in x11_manage_fifo_queues().
2017-10-16 Dylan Bakermeson: split and simplify dependencies
2017-09-27 Dylan Bakermeson: Add build Intel "anv" vulkan driver
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/x11: Add support for VK_KHR_get_surface_capa...
2017-05-16 Jason Ekstrandvulkan/wsi: Add get_capabilities2 and get_formats2d...
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-04-03 Jason Ekstrandvulkan/wsi: Fix some line wrapping
2017-03-13 Jason Ekstrandvulkan/wsi: Generate wayland protocol headers separatel...
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-22 Dylan Bakervulkan: Combine wsi and util makefiles
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-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-28 Gwan-gyeong Munvulkan/wsi: Fix resource leak in success path of wsi_qu...
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-11 Kevin Strasservulkan/wsi: Add a thread-safe queue implementation
2016-11-10 Jason Ekstrandvulkan/wsi/wayland: Clean up some error handling paths
2016-11-10 Jason Ekstrandvulkan/wsi/wayland: Include pthread.h
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/wayland: fix ARGB window support
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-20 Eric Engestromwsi/wayland: fix error path
2016-10-19 Dave Airlievulkan/wsi: fix out of tree build.
2016-10-19 Dave Airlieanv: move to using shared wsi code