util: Add a mapping from VkFormat to PIPE_FORMAT.
[mesa.git] / src / vulkan / wsi /
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