1. a4e06ca Vulkan: Add debugging of the command buffer. by Ben Clayton · 5 years ago
  2. 2ed93ab clang-format the src/Vulkan directory by Ben Clayton · 5 years ago
  3. 157ba26 Do not indent C++ namespace contents by Nicolas Capens · 5 years ago
  4. 90df527 Negative baseVertex support by Alexis Hetu · 5 years ago
  5. d6dc4b7 Store subpass index in ExecutionState, not in RenderPass by Chris Forbes · 6 years ago
  6. bd4cf81 Reduce the complexity of VkNonDispatchableHandle by Alexis Hetu · 6 years ago
  7. 7d96f51 Moved many Cast functions to libVulkan.cpp by Alexis Hetu · 6 years ago
  8. 63ae924 CommandBuffer and NonDispatchable objects code cleanup by Alexis Hetu · 6 years ago
  9. f60a2d5 Removed some dependencies on old threading class by Alexis Hetu · 6 years ago
  10. bd0ab1b Pass around sw::TaskEvents* instead of vk::Fence*. by Ben Clayton · 6 years ago
  11. 2e4f6e8 Start untangling sw::Context from the rendering code by Alexis Hetu · 6 years ago
  12. e1f51b9 Threaded Queue submit with events and fences by Alexis Hetu · 6 years ago
  13. 7383243 Dynamic state implementation by Alexis Hetu · 6 years ago
  14. 225a130 Implement dynamic buffer offsets. by Ben Clayton · 6 years ago
  15. e1cf863 Support for per-instance attributes by Chris Forbes · 6 years ago
  16. e7b2a05 vkCmdExecuteCommands implementation by Alexis Hetu · 6 years ago
  17. 00ba176 Factor out vertex attribute binding from Draw*::play by Chris Forbes · 6 years ago
  18. a30de54 Add support for push constants by Chris Forbes · 6 years ago
  19. 2995dc2 Wire up depth and stencil attachments to pipeline by Chris Forbes · 6 years ago
  20. baf7ad3 Implement indexed draws by Chris Forbes · 6 years ago
  21. 5edafb5 Descriptor sets binding by Alexis Hetu · 6 years ago
  22. 1cd31ea Support for clearing Framebuffer attachments by Alexis Hetu · 6 years ago
  23. f251a6f Replaced std::make_unique with std::unique_ptr by Alexis Hetu · 6 years ago
  24. c65473d vkCmdDraw implementation by Alexis Hetu · 6 years ago
  25. 9bc7a81 RenderPass begin and end by Alexis Hetu · 6 years ago
  26. d2791c2 Fixed command buffer reset and added implicit reset by Alexis Hetu · 6 years ago
  27. 072dc0d Basic commands required to draw a simple triangle test by Alexis Hetu · 6 years ago
  28. ee841c5 Base the driver version on Version.h. by Nicolas Capens · 6 years ago
  29. a9999ce CommandBuffer skeleton by Alexis Hetu · 6 years ago
  30. 767b41b Vulkan dispatchable objects by Alexis Hetu · 7 years ago