1. ad6d7f8 VK_KHR_synchronization2 support by Alexis Hetu · 3 years, 5 months ago
  2. ace415c Refactor Queue::Submit to use internal structure by Alexis Hetu · 3 years, 5 months ago
  3. f2ab65b Vulkan: Fix use-after-destruction of VkFence event by Ben Clayton · 4 years, 4 months ago
  4. 74f6c65 Add basic support for VK_EXT_debug_utils by Alexis Hetu · 4 years, 8 months ago
  5. 2490b1a Undefine Bool after the headers that define them by Nicolas Capens · 4 years, 9 months ago
  6. 2ed93ab clang-format the src/Vulkan directory by Ben Clayton · 5 years ago
  7. 157ba26 Do not indent C++ namespace contents by Nicolas Capens · 5 years ago
  8. 26c6c4a Fix Win32SurfaceKHR resize issues by Antonio Maiorano · 5 years ago
  9. e693b62 Migrate from yarn to marl. by Ben Clayton · 6 years ago
  10. b6c572d Revert "Migrate from yarn to marl." by Ben Clayton · 6 years ago
  11. 1359b66 Migrate from yarn to marl. by Ben Clayton · 6 years ago
  12. 8147791 Revert "Migrate from yarn to marl." by Ben Clayton · 6 years ago
  13. df6cc08 Migrate from yarn to marl. by Ben Clayton · 6 years ago
  14. d6c6136 Vulkan: Build a yarn::Scheduler and pass it down to the vk::Queue. by Ben Clayton · 6 years ago
  15. 1943a29 vk::Queue: Lazily construct Renderers by Ben Clayton · 6 years ago
  16. 3575550 Faster image sampler fetch from key by Alexis Hetu · 6 years ago
  17. 7d96f51 Moved many Cast functions to libVulkan.cpp by Alexis Hetu · 6 years ago
  18. 1573745 VkQueue: Embed the sw::Renderer into the vk::Queue. by Ben Clayton · 6 years ago
  19. 7e0a036 VkQueue: Destruct the object. by Ben Clayton · 6 years ago
  20. bd0ab1b Pass around sw::TaskEvents* instead of vk::Fence*. by Ben Clayton · 6 years ago
  21. ed01f2c Move Chan out of VkQueue.hpp and into System/Synchronization.hpp by Ben Clayton · 6 years ago
  22. 2e4f6e8 Start untangling sw::Context from the rendering code by Alexis Hetu · 6 years ago
  23. e1f51b9 Threaded Queue submit with events and fences by Alexis Hetu · 6 years ago
  24. 1d667d6 Disable surface and swapchain support for Android by Chris Forbes · 6 years ago
  25. 6b12a50 vkAcquireNextImageKHR and vkQueuePresentKHR by Hernan Liatis · 6 years ago
  26. cda0cf9 vkQueueWaitIdle and vkDeviceWaitIdle as noops by Alexis Hetu · 6 years ago
  27. af3c102 Properly dispose of the sw::Renderer object by Alexis Hetu · 6 years ago
  28. c65473d vkCmdDraw implementation by Alexis Hetu · 6 years ago
  29. 072dc0d Basic commands required to draw a simple triangle test by Alexis Hetu · 6 years ago
  30. e70c351 Linux build fix by Alexis Hetu · 6 years ago
  31. 767b41b Vulkan dispatchable objects by Alexis Hetu · 7 years ago