1. a8e4ecd Fix chromium build. by Ben Clayton · 5 years ago
  2. 25e06e0 Debugging: Merge VkDebug into System/Debug by Ben Clayton · 5 years ago
  3. 368d39c C++14: Use std::make_unique where possible. by Ben Clayton · 5 years ago
  4. 750660e Kokoro: Add style presubmit checks by Ben Clayton · 5 years ago
  5. 45c697a clang-format the src/WSI directory by Ben Clayton · 5 years ago
  6. 81bc9d9 Remove spaces after control statements keywords by Nicolas Capens · 5 years ago
  7. 157ba26 Do not indent C++ namespace contents by Nicolas Capens · 5 years ago
  8. f466eb5 Advertise VK_PRESENT_MODE_MAILBOX_KHR by Chris Forbes · 5 years ago
  9. f2637d0 Present should return OUT_OF_DATE if the window size outdated by Jonah Ryan-Davis · 5 years ago
  10. f2c9ce1 Fix xcb library name. by AWoloszyn · 5 years ago
  11. 27a3d31 Fix issues presenting MetalSurfaces by Jonah Ryan-Davis · 5 years ago
  12. 215bc79 Add VK_EXT_metal_surface extension support by Jonah Ryan-Davis · 5 years ago
  13. 6623ca1 Fix vulkan builds in ANGLE on MacOS by Jonah Ryan-Davis · 5 years ago
  14. 992bf9d Fix unary minus warnings by Antonio Maiorano · 5 years ago
  15. 26c6c4a Fix Win32SurfaceKHR resize issues by Antonio Maiorano · 5 years ago
  16. 10cf665 Fix WSI present on MacOS by Nicolas Capens · 6 years ago
  17. cebb963 GN: Expose XCB surface extension on Linux. by Jamie Madill · 6 years ago
  18. e693b62 Migrate from yarn to marl. by Ben Clayton · 6 years ago
  19. b6c572d Revert "Migrate from yarn to marl." by Ben Clayton · 6 years ago
  20. 1359b66 Migrate from yarn to marl. by Ben Clayton · 6 years ago
  21. 8147791 Revert "Migrate from yarn to marl." by Ben Clayton · 6 years ago
  22. df6cc08 Migrate from yarn to marl. by Ben Clayton · 6 years ago
  23. 92577e5 Add BindImageMemory2 support for swapchain images by Chris Forbes · 6 years ago
  24. fe23c66 Fix GN Header checks. by Jamie Madill · 6 years ago
  25. bbd8c42 Support Windows builds and ANGLE integration. by Jamie Madill · 6 years ago
  26. 680d376 Add VK_IMAGE_USAGE_SAMPLED_BIT to SurfaceKHR by Alexis Hetu · 6 years ago
  27. a9af883 WSI: Very basic XCB surface implementation. by Ben Clayton · 6 years ago
  28. b52384b Add missing vkGetPhysicalDevicePresentRectanglesKHR function by Chris Forbes · 6 years ago
  29. 92eb041 Refactor GLES routine cache keys to use Memset<T> by Nicolas Capens · 6 years ago
  30. 2bcadf4 vk::SurfaceKHR: Expose support for VK_IMAGE_USAGE_TRANSFER_SRC_BIT by Ben Clayton · 6 years ago
  31. d354537 Implement VK_KHR_win32_surface by Nicolas Capens · 6 years ago
  32. 0662a4a MacOS WSI by Alexis Hetu · 6 years ago
  33. f3dce11 Fix for rendering being too dark by Alexis Hetu · 6 years ago
  34. 2d77aea Make VkNonDispatchableHandle POD by Alexis Hetu · 6 years ago
  35. bd4cf81 Reduce the complexity of VkNonDispatchableHandle by Alexis Hetu · 6 years ago
  36. 7d96f51 Moved many Cast functions to libVulkan.cpp by Alexis Hetu · 6 years ago
  37. 63ae924 CommandBuffer and NonDispatchable objects code cleanup by Alexis Hetu · 6 years ago
  38. f9e9cf6 Better 32 bit Windows Fix by Alexis Hetu · 6 years ago
  39. ba87330 Take the plane/aspect into account when copying/blitting by Nicolas Capens · 6 years ago
  40. caf6031 Vulkan: Always call the object's destructor before deallocation. by Ben Clayton · 6 years ago
  41. 6d33e8c System/Synchronization.hpp: Add the sw::TaskEvents interface by Ben Clayton · 6 years ago
  42. 6779e5e Reimplement VkFence using sw::WaitGroup and sw::Event. by Ben Clayton · 6 years ago
  43. f4d2a44 Add gn files for Vulkan Swiftshader by Saman Sami · 6 years ago
  44. 1e32223 Fix mismatched alloc/free in Swapchain by Hernan Liatis · 6 years ago
  45. ab1e2b4 Unbreak some synchronization edge cases by Chris Forbes · 6 years ago
  46. 67cf8a9 32 bit safe code by Alexis Hetu · 6 years ago
  47. 5078d48 Fixed all warnings in the Vulkan build on Windows by Alexis Hetu · 6 years ago
  48. c296806 Vulkan: Plumb bound descriptor sets down to SpirvRoutine. by Chris Forbes · 6 years ago
  49. 9705dec Remove old Framebuffer code from Vulkan by Alexis Hetu · 6 years ago
  50. 43be716 Handle oldSwapchains by Hernan Liatis · 6 years ago
  51. f945a5e Fix resizing issues by Hernan Liatis · 6 years ago
  52. 6b12a50 vkAcquireNextImageKHR and vkQueuePresentKHR by Hernan Liatis · 6 years ago
  53. d00375a Implement vkGetSwapchainImagesKHR by Hernan Liatis · 6 years ago
  54. c7943e9 VkCreateSwapchainKHR and VkDestroySwapchainKHR by Hernan Liatis · 6 years ago
  55. a2f5fd8 Windows build fix by Alexis Hetu · 6 years ago
  56. 37c024a Remove src/Vulkan directory from CMake include path by Nicolas Capens · 6 years ago
  57. c6eb41b Add basic VkSurfaceKHR (Xlib only for now) by Hernan Liatis · 6 years ago
  58. 878d4b0 Change routine names to be strings of char by Chris Forbes · 6 years ago
  59. dd152e1 Replaced sw::Format with VkFormat by Alexis Hetu · 6 years ago
  60. 635c9b3 Fixed warnings in the Vulkan project by Alexis Hetu · 6 years ago
  61. 8aa74a4 Vulkan image formats by Alexis Hetu · 6 years ago
  62. 1d8c8db Fix include paths. by Nicolas Capens · 6 years ago
  63. 4846150 Rename Reactor namespace to rr. by Nicolas Capens · 7 years ago
  64. 68a8238 Duplicate source files for Vulkan. by Nicolas Capens · 6 years ago