1. a8e2d79 meson: use gnu_symbol_visibility argument by Dylan Baker · 4 years, 6 months ago
  2. cb1e0db vulkan/wsi: Make wsi_swapchain inherit from vk_object_base by Jason Ekstrand · 4 years, 6 months ago
  3. 9a61f2a vulkan/wsi: Add callback to set ownership of buffer. by Bas Nieuwenhuizen · 4 years, 7 months ago
  4. 231273d vulkan: drop unused include directories by Eric Engestrom · 6 years ago
  5. 79af307 meson: inline `inc_common` by Eric Engestrom · 6 years ago
  6. 1fa259b vulkan/wsi: fix cleanup when dup() fails by Eric Engestrom · 4 years, 7 months ago
  7. af68b0d vulkan/wsi: Return an error if dup() fails by Jason Ekstrand · 4 years, 8 months ago
  8. 34d2637 vulkan/wsi: Don't leak the FD when GetImageDrmFormatModifierProperties fails by Jason Ekstrand · 4 years, 8 months ago
  9. 05e3ccd vulkan/wsi: Fix compiler warning when no WSI platforms are enabled. by Eric Anholt · 4 years, 10 months ago
  10. b7e22b7 vulkan/wsi: remove unused image_get_modifier by Jonathan Marek · 4 years, 9 months ago
  11. 4bdf854 vulkan/wsi: Implement VK_KHR_swapchain_mutable_format by Jason Ekstrand · 4 years, 9 months ago
  12. a218f13 vulkan/wsi: Filter modifiers with ImageFormatProperties by Jason Ekstrand · 6 years ago
  13. 210e688 vulkan/wsi: Use the interface from the real modifiers extension by Jason Ekstrand · 6 years ago
  14. c78926b vulkan/wsi: Move the ImageCreateInfo higher up by Jason Ekstrand · 6 years ago
  15. 51de5d5 vulkan/wsi: disable the hardware cursor by Andres Rodriguez · 5 years ago
  16. 7c16a1a vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM first by Jason Ekstrand · 4 years, 9 months ago
  17. bc36160 vulkan/wsi: error out when image fence doesn't signal by Lionel Landwerlin · 4 years, 10 months ago
  18. 778b51f vulkan/wsi: Add a hooks for signaling semaphores and fences by Jason Ekstrand · 4 years, 11 months ago
  19. 48e23a6 vulkan/wsi: Provide the implicitly synchronized BO to vkQueueSubmit by Jason Ekstrand · 5 years ago
  20. 0616b7a vulkan: add vk_x11_strict_image_count option by Lionel Landwerlin · 5 years ago
  21. a72cdd0 wsi: add minImageCount override by Eric Engestrom · 5 years ago
  22. 9a07606 meson: replace last uses of libxmlconfig with idep_xmlconfig by Eric Engestrom · 5 years ago
  23. 6659d11 vulkan/wsi/wayland: implement acquire timeout by Lionel Landwerlin · 5 years ago
  24. 9653d80 vulkan/wsi/x11: Increase the effective min. images for mailbox. by Bas Nieuwenhuizen · 5 years ago
  25. 5eae9bf vulkan/wsi/x11: Wait for GPU work before present with mailbox. by Bas Nieuwenhuizen · 5 years ago
  26. cc6a72a vulkan/wsi/x11: Allow using thread present-only. by Bas Nieuwenhuizen · 5 years ago
  27. 55da4e1 vulkan/wsi: Use one fence per image. by Bas Nieuwenhuizen · 5 years ago
  28. 6f880f1 vulkan/wsi: update swapchain status on vkQueuePresent by Lionel Landwerlin · 5 years ago
  29. cb7c9b2 vulkan: fix build dependency issue with generated files by Lionel Landwerlin · 5 years ago
  30. 4689e98 vulkan/wsi: Set X11 minImageCount to 3. by Bas Nieuwenhuizen · 5 years ago
  31. da8d9e2 wsi/wayland: document lack of vkAcquireNextImageKHR timeout support by Eric Engestrom · 6 years ago
  32. 9826e04 vulkan/wsi/wayland: Respect non-blocking AcquireNextImage by Daniel Stone · 6 years ago
  33. 7ca8ba1 delete autotools .gitignore files by Eric Engestrom · 5 years ago
  34. bd0c4e3 vulkan/wsi: don't use DUMB_CLOSE for normal GEM handles by Emil Velikov · 6 years ago
  35. c962a78 vulkan/wsi: check if the display_fd given is master by Emil Velikov · 6 years ago
  36. f2e0f5c vulkan/wsi: Add X11 adaptive sync support based on dri options. by Bas Nieuwenhuizen · 6 years ago
  37. a182adf wsi: allow to override the present mode with MESA_VK_WSI_PRESENT_MODE by Samuel Pitoiset · 6 years ago
  38. 63b8231 vulkan/wsi: make wl_drm optional by Chia-I Wu · 6 years ago
  39. 5318858 vulkan/wsi: add wsi_wl_display_dmabuf by Chia-I Wu · 6 years ago
  40. fd7fecf vulkan/wsi: add wsi_wl_display_drm by Chia-I Wu · 6 years ago
  41. 22dcb08 vulkan/wsi: refactor drm_handle_format by Chia-I Wu · 6 years ago
  42. 2d214d9 vulkan/wsi: create wl_drm wrapper as needed by Chia-I Wu · 6 years ago
  43. ab74937 vulkan/wsi: move modifier array into wsi_wl_swapchain by Chia-I Wu · 6 years ago
  44. 493b3ad anv,radv: Implement VK_KHR_surface_capability_protected by Jason Ekstrand · 6 years ago
  45. 5abe488 vulkan: factor out wsi dependencies by Lionel Landwerlin · 6 years ago
  46. f9a6460 wsi/x11: use WSI_FROM_HANDLE() instead of pointer casts by Eric Engestrom · 6 years ago
  47. f2e24dd8 wsi/wayland: fix pointer casting warning on 32bit by Eric Engestrom · 6 years ago
  48. 687babc wsi/display: s/#if/#ifdef/ to fix -Wundef by Eric Engestrom · 6 years ago
  49. 1ee01d9 wsi: deduplicate get_current_time() functions between display and x11 by Eric Engestrom · 6 years ago
  50. 530927d vulkan/util: generate instance/device dispatch tables by Lionel Landwerlin · 6 years ago
  51. f137480 drm-uapi: use local files, not system libdrm by Eric Engestrom · 6 years ago
  52. e8e5444 wsi: query the ICD's max dimensions instead of hard-coding them by Eric Engestrom · 6 years ago
  53. 808bf59 wsi/display: add comment by Eric Engestrom · 6 years ago
  54. b38a48a wsi: drop unneeded KHR suffix by Eric Engestrom · 6 years ago
  55. e0f1f74 vulkan/wsi: fix s/,/;/ typo by Eric Engestrom · 6 years ago
  56. 9575cd2 wsi/display: fix mem leak when freeing swapchains by Eric Engestrom · 6 years ago
  57. 33b2f74 vulkan: Allow storage images in the WSI. by Bas Nieuwenhuizen · 6 years ago
  58. d515ded wsi/wayland: only finish() a successfully init()ed display by Eric Engestrom · 6 years ago
  59. dcee22a wsi/wayland: use proper VkResult type by Eric Engestrom · 6 years ago
  60. c210d0c vulkan/wsi: use the drmGetDevice2() API by Emil Velikov · 6 years ago
  61. f3a5757 vulkan/wsi: simplify meson file tracking by Eric Engestrom · 6 years ago
  62. 738f0f7 vulkan: drop always-true param by Eric Engestrom · 6 years ago
  63. bb84fa1 util: use C99 declaration in the for-loop hash_table_foreach() macro by Eric Engestrom · 6 years ago
  64. baa38c1 vulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matching by Jason Ekstrand · 6 years ago
  65. 7c65cf9 vulkan/wsi: Implement GetPhysicalDevicePresentRectanglesKHR by Jason Ekstrand · 6 years ago
  66. 7629c00 vulkan/wsi: Store the instance allocator in wsi_device by Jason Ekstrand · 6 years ago
  67. dd333c6 vulkan: Disable randr lease for libxcb < 1.13 by Maxime · 6 years ago
  68. f2519e3 vulkan/wsi/display: wsi_display_select_crtc() doesn' need to modify the connector by Eric Engestrom · 6 years ago
  69. bde3102 vulkan/wsi/display: check if wsi_swapchain_init() succeeded by Eric Engestrom · 6 years ago
  70. ab80889 anv,radv: Implement vkAcquireNextImage2 by Jason Ekstrand · 6 years ago
  71. 993a456 vk/wsi: avoid reading uninitialised memory by Eric Engestrom · 6 years ago
  72. 0076ea9 vulkan/wsi: fix pointer-integer conversion warnings by Grazvydas Ignotas · 6 years ago
  73. 2c020db vulkan/wsi: initialise image_index to 0 in x11_manage_fifo_queues by Kai Wasserbäch · 6 years ago
  74. 270a440 vulkan/wsi: fix incorrect assignment in assert() by Eric Engestrom · 6 years ago
  75. dc1d10b anv,radv: Add support for VK_KHR_get_display_properties2 by Jason Ekstrand · 6 years ago
  76. 60e6b6f vulkan/wsi_common_display: Return SURFACE_LOST for fatal DRM errors by Keith Packard · 6 years ago
  77. 86c8d93 vulkan: add VK_EXT_display_control [v10] by Keith Packard · 7 years ago
  78. 3f960c1 vulkan: EXT_acquire_xlib_display requires libXrandr headers to build by Keith Packard · 6 years ago
  79. b1a013d Vulkan/wsi: Implement VK_EXT_display_surface_counter by Jason Ekstrand · 6 years ago
  80. 8f3b58e vulkan/wsi: Get rid of the get_capabilities hook by Jason Ekstrand · 6 years ago
  81. 7ab1fff vulkan: Add EXT_acquire_xlib_display [v5] by Keith Packard · 7 years ago
  82. 352d320 vulkan: Add EXT_direct_mode_display [v2] by Keith Packard · 7 years ago
  83. da997eb vulkan: Add KHR_display extension using DRM [v10] by Keith Packard · 7 years ago
  84. cb03803 vulkan/wsi: Destroy swapchain images after terminating FIFO queues by Cameron Kumar · 6 years ago
  85. e4fe2fd vulkan: don't free uninitialised memory by Eric Engestrom · 6 years ago
  86. b17cfb0 vulkan/wsi: Only use LINEAR modifier for prime if supported. by Bas Nieuwenhuizen · 6 years ago
  87. a58fdc6 vulkan/wsi/wayland: fix leaks by James Legg · 7 years ago
  88. 478fc2d dri3: Don't fail on version mismatch by Daniel Stone · 7 years ago
  89. 7aeef2d dri3: allow building against older xcb (v3) by Dave Airlie · 7 years ago
  90. d091c9c vulkan/wsi/x11: correct DRI3 version in comment by Emil Velikov · 7 years ago
  91. 19ec817 vulkan/wsi/x11: use ARRAY_SIZE where applicable by Emil Velikov · 7 years ago
  92. 61309c2 vulkan/wsi/x11: Return VK_SUBOPTIMAL_KHR for X11 by Louis-Francis Ratté-Boulianne · 7 years ago
  93. c80c08e vulkan/wsi/x11: Add support for DRI3 v1.2 by Daniel Stone · 7 years ago
  94. e903a7b vulkan/wsi: clean up cleanup path by Eric Engestrom · 7 years ago
  95. c7e2248 vulkan/wsi/x11: Consistently update and return swapchain status by Daniel Stone · 7 years ago
  96. 6937c61 vulkan/wsi/x11: Set OUT_OF_DATE if wait_for_special_event fails by Jason Ekstrand · 7 years ago
  97. bfa2226 vulkan/wsi/wayland: Add support for zwp_dmabuf by Daniel Stone · 7 years ago
  98. f5433e4 vulkan/wsi: Add modifiers support to wsi_create_native_image by Jason Ekstrand · 7 years ago
  99. 55b27e1 vulkan/wsi: Add drm_modifier member to wsi_image by Daniel Stone · 7 years ago
  100. 61c3feb vulkan/wsi: Add multiple planes to wsi_image by Daniel Stone · 7 years ago