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