1. 29dc5eb Implement VK_KHR_surface/swapchain_maintenance1 by Shahbaz Youssefi · 2 years, 5 months ago
  2. ea3fc74 Support VK_KHR_get_surface_capabilities2 by Shahbaz Youssefi · 2 years, 5 months ago
  3. 0733602 Use local XCB header copies by Nicolas Capens · 2 years, 6 months ago
  4. 602f2c8 Use local Wayland header copies by Nicolas Capens · 2 years, 6 months ago
  5. 7e1d67a Consistently format const references by Nicolas Capens · 2 years, 6 months ago
  6. e33cd25 Avoid inadvertently adding a wayland dependency by Tristan van Berkom · 2 years, 6 months ago
  7. e0d50dd Build X11 parts only for ozone_platform_x11 by Yaroslav Isakov · 2 years, 8 months ago
  8. 20c0452 GN: Wayland build overrides by Antonio Caggiano · 2 years, 10 months ago
  9. 1178eb9 GN: Fix wayland import check by Antonio Caggiano · 2 years, 10 months ago
  10. afbfd35 Do not assume drm card is card0 by Eric Curtin · 2 years, 10 months ago
  11. f54df11 GN: Expose Wayland surface extension on Linux by Antonio Caggiano · 2 years, 10 months ago
  12. a88d056 Dynamically detect libwayland-client by Antonio Caggiano · 2 years, 10 months ago
  13. e07da52 Adjust {min,max}ImageExtent to {0,0} and 4K by Peng Huang · 2 years, 10 months ago
  14. 598c7cd Detect <xcb/shm.h> for building XCB surface support by Nicolas Capens · 3 years ago
  15. 9c16e14 Only build WSI support for XCB surfaces when xcb.h is found by Nicolas Capens · 3 years ago
  16. dde3145 Use SwiftShader's copy of SPIRV-Tools for GN builds by Nicolas Capens · 3 years ago
  17. 3608c8f Win32SurfaceKHR: use StretchDIBits to replace StrectchBlt. by Peng Huang · 3 years, 2 months ago
  18. f45f8d0 Check shm extension is supported before using it by Thomas Laroche · 3 years, 2 months ago
  19. e823eef BUILD.gn: Remove XCB sources for chromeos. by Ben Clayton · 3 years, 2 months ago
  20. f6386ea Remove VK_KHR_xlib_surface support by Nicolas Capens · 3 years, 3 months ago
  21. 433b1bf Use correct window depth to create pixmap by Peng Huang · 3 years, 3 months ago
  22. 87c78ac Use X11 shm extension for presenting by Peng Huang · 3 years, 3 months ago
  23. 9453830 Fix using XCB with odd width by Alexis Hetu · 3 years, 4 months ago
  24. a4232c1 Report input attachment usage capability for surface images by Nicolas Capens · 3 years, 4 months ago
  25. a9e93a8 Report storage usage capability for surface images by Nicolas Capens · 3 years, 4 months ago
  26. f9c3965 Expose support for VK_KHR_swapchain_mutable_format by Sean Risser · 3 years, 4 months ago
  27. ff91ac5 Prevent exit-time destructors in src/WSI, Pipeline, and System by Nicolas Capens · 3 years, 4 months ago
  28. f12305c Statically allocate function pointer tables for libXCB by Nicolas Capens · 3 years, 4 months ago
  29. 8153d90 Statically allocate function pointer tables for libX11 by Nicolas Capens · 3 years, 4 months ago
  30. fc8dd5b Refactor libXCB and libX11 wrappers by Nicolas Capens · 3 years, 5 months ago
  31. edeff1f Make Win32SurfaceKHR::present() more robust by Alexis Hetu · 3 years, 4 months ago
  32. 6e0b4fa Fix Xcb depth by Alexis Hetu · 3 years, 5 months ago
  33. 33eaf1f Use smart pointer for the LibX11Exports singleton by Yilong Li · 3 years, 6 months ago
  34. c329881 Rename allocation functions by Nicolas Capens · 3 years, 6 months ago
  35. 70178a7 Refactor swapchain image creation by Nicolas Capens · 3 years, 6 months ago
  36. 803ceb5 Xcb: Check if geom is valid before using it by Alexis Hetu · 3 years, 8 months ago
  37. 08762e3 Make clang-format-all.sh git aware by Sean Risser · 3 years, 11 months ago
  38. 6846389 Implement VK_KHR_timeline_semaphore by Sean Risser · 4 years, 4 months ago
  39. 349abcc Conditionally enable the XCB WSI extension by Alexis Hetu · 4 years, 1 month ago
  40. 0540e68 Fix Win32SurfaceKHR::getSurfaceCapabilities asserting when hwnd is no longer valid by Antonio Maiorano · 4 years, 1 month ago
  41. 5128643 Make vkGetPhysicalDeviceSurfaceCapabilitiesKHR provide a return code by Antonio Maiorano · 4 years, 1 month ago
  42. c4a1bd4 Implement VK_EXT_headless_surface by Antonio Maiorano · 4 years, 3 months ago
  43. 937395c Add Direct-to-Display support using KMS/DRM by Nicolas Caramelli · 4 years, 3 months ago
  44. e1012cf Add SPIR-V tools dependency to BUILD.gn files by Sean Risser · 4 years, 5 months ago
  45. a23231e MetalSurface: correctly handle the window resizing. by Corentin Wallez · 4 years, 6 months ago
  46. 08596c4 Add DirectFB support for Vulkan WSI by Nicolas Caramelli · 4 years, 8 months ago
  47. fe878de Expand is_linux to is_linux || is_chromeos. by Hidehiko Abe · 4 years, 7 months ago
  48. 2c5b445 Minor change in detachImage() for Xcb, Xlib, Wayland WSIs by Nicolas Caramelli · 4 years, 8 months ago
  49. 1f48854 Refactor image extent retrieval by Nicolas Capens · 4 years, 7 months ago
  50. 13f04d5 Fix for dEQP-VK.wsi.*.swapchain.acquire.too_many_timeout by Alexis Hetu · 4 years, 8 months ago
  51. 7c84c9e Perform out-of-bounds checks on texel pointers by Nicolas Capens · 4 years, 8 months ago
  52. a681d12 Add Wayland support for Vulkan WSI by Nicolas Caramelli · 4 years, 8 months ago
  53. 2490b1a Undefine Bool after the headers that define them by Nicolas Capens · 4 years, 9 months ago
  54. 08a294d Convert GN libs lists to frameworks by Sylvain Defresne · 4 years, 9 months ago
  55. 32f4be1 Optimize copying image data for presentation by Nicolas Capens · 4 years, 10 months ago
  56. c66681b Wrap Xcb reply call for error handling by Jonah Ryan-Davis · 4 years, 11 months ago
  57. 71c49f8 Run clang-format on renamed headers by Antonio Maiorano · 5 years ago
  58. 42fd159 Rename Vulkan-source .h to .hpp by Antonio Maiorano · 5 years ago
  59. 63aa954 CMake: use target_link_options by Antonio Maiorano · 5 years ago
  60. 8772b42 CMake: fix add_subdirectory(SwiftShader) by Antonio Maiorano · 5 years ago
  61. 47d09cb CMake: make root compile options and link libraries private by Antonio Maiorano · 5 years ago
  62. 9418b51 CMake: split out Vulkan sources into separate CMakeLists by Antonio Maiorano · 5 years ago
  63. cb58662 MetalSurface: set layer.device to a ref of the system default device. by Corentin Wallez · 5 years ago
  64. 9925761 Revert "MetalSurface: set layer.device to a ref of the system default device." by Corentin Wallez · 5 years ago
  65. 81d8c2a MetalSurface: set layer.device to a ref of the system default device. by Corentin Wallez · 5 years ago
  66. a8e4ecd Fix chromium build. by Ben Clayton · 5 years ago
  67. 25e06e0 Debugging: Merge VkDebug into System/Debug by Ben Clayton · 5 years ago
  68. 368d39c C++14: Use std::make_unique where possible. by Ben Clayton · 5 years ago
  69. 750660e Kokoro: Add style presubmit checks by Ben Clayton · 5 years ago
  70. 45c697a clang-format the src/WSI directory by Ben Clayton · 5 years ago
  71. 81bc9d9 Remove spaces after control statements keywords by Nicolas Capens · 5 years ago
  72. 157ba26 Do not indent C++ namespace contents by Nicolas Capens · 5 years ago
  73. f466eb5 Advertise VK_PRESENT_MODE_MAILBOX_KHR by Chris Forbes · 5 years ago
  74. f2637d0 Present should return OUT_OF_DATE if the window size outdated by Jonah Ryan-Davis · 5 years ago
  75. f2c9ce1 Fix xcb library name. by AWoloszyn · 5 years ago
  76. 27a3d31 Fix issues presenting MetalSurfaces by Jonah Ryan-Davis · 5 years ago
  77. 215bc79 Add VK_EXT_metal_surface extension support by Jonah Ryan-Davis · 5 years ago
  78. 6623ca1 Fix vulkan builds in ANGLE on MacOS by Jonah Ryan-Davis · 5 years ago
  79. 992bf9d Fix unary minus warnings by Antonio Maiorano · 5 years ago
  80. 26c6c4a Fix Win32SurfaceKHR resize issues by Antonio Maiorano · 5 years ago
  81. 10cf665 Fix WSI present on MacOS by Nicolas Capens · 6 years ago
  82. cebb963 GN: Expose XCB surface extension on Linux. by Jamie Madill · 6 years ago
  83. e693b62 Migrate from yarn to marl. by Ben Clayton · 6 years ago
  84. b6c572d Revert "Migrate from yarn to marl." by Ben Clayton · 6 years ago
  85. 1359b66 Migrate from yarn to marl. by Ben Clayton · 6 years ago
  86. 8147791 Revert "Migrate from yarn to marl." by Ben Clayton · 6 years ago
  87. df6cc08 Migrate from yarn to marl. by Ben Clayton · 6 years ago
  88. 92577e5 Add BindImageMemory2 support for swapchain images by Chris Forbes · 6 years ago
  89. fe23c66 Fix GN Header checks. by Jamie Madill · 6 years ago
  90. bbd8c42 Support Windows builds and ANGLE integration. by Jamie Madill · 6 years ago
  91. 680d376 Add VK_IMAGE_USAGE_SAMPLED_BIT to SurfaceKHR by Alexis Hetu · 6 years ago
  92. a9af883 WSI: Very basic XCB surface implementation. by Ben Clayton · 6 years ago
  93. b52384b Add missing vkGetPhysicalDevicePresentRectanglesKHR function by Chris Forbes · 6 years ago
  94. 92eb041 Refactor GLES routine cache keys to use Memset<T> by Nicolas Capens · 6 years ago
  95. 2bcadf4 vk::SurfaceKHR: Expose support for VK_IMAGE_USAGE_TRANSFER_SRC_BIT by Ben Clayton · 6 years ago
  96. d354537 Implement VK_KHR_win32_surface by Nicolas Capens · 6 years ago
  97. 0662a4a MacOS WSI by Alexis Hetu · 6 years ago
  98. f3dce11 Fix for rendering being too dark by Alexis Hetu · 6 years ago
  99. 2d77aea Make VkNonDispatchableHandle POD by Alexis Hetu · 6 years ago
  100. bd4cf81 Reduce the complexity of VkNonDispatchableHandle by Alexis Hetu · 6 years ago