1. e5bdf93 Unplug the shader debugging support by Nicolas Capens · 2 years, 6 months ago
  2. 310874c Fix dynamic rendering implicit clears with multiview by Alexis Hetu · 3 years, 1 month ago
  3. 3d75b1d VK_KHR_dynamic_rendering support by sugoi1 · 3 years, 2 months ago
  4. 043a808 Support render area instead of extent in Renderer::draw() by sugoi1 · 3 years, 1 month ago
  5. 0863290 Add partial support of VK_EXT_extended_dynamic_state2 by sugoi1 · 3 years, 2 months ago
  6. 2aa8753 VK_EXT_extended_dynamic_state support by Alexis Hetu · 3 years, 4 months ago
  7. ad6d7f8 VK_KHR_synchronization2 support by Alexis Hetu · 3 years, 5 months ago
  8. 518c578 Vulkan 1.3 API by sugoi1 · 3 years, 2 months ago
  9. e878186 VK_KHR_copy_commands2 support by Alexis Hetu · 3 years, 5 months ago
  10. 5180569 Refactor command execution by Nicolas Capens · 3 years, 7 months ago
  11. 6dfb3ae Eliminate custom Vulkan constants by Nicolas Capens · 3 years, 7 months ago
  12. dac99e8 Update Kokoro's clang-format to version 11.0.1 by Nicolas Capens · 4 years, 4 months ago
  13. a0aeb64 Fix multiview renderpass queries by Nicolas Capens · 4 years, 1 month ago
  14. 35f0770 Context refactor: from OpenGL-like state to Vulkan-like state by Alexis Hetu · 4 years, 6 months ago
  15. f2ab65b Vulkan: Fix use-after-destruction of VkFence event by Ben Clayton · 4 years, 4 months ago
  16. fa0140b Fix CommandPool memory management by Alexis Hetu · 4 years, 7 months ago
  17. c12c90b Add VK_KHR_imageless_framebuffer by Sean Risser · 4 years, 7 months ago
  18. 74f6c65 Add basic support for VK_EXT_debug_utils by Alexis Hetu · 4 years, 8 months ago
  19. 4f438a5 Image dirtiness by Alexis Hetu · 4 years, 10 months ago
  20. 941293d Eliminate use of Vulkan header BEGIN_RANGE/END_RANGE/RANGE_SIZE enums by Antonio Maiorano · 5 years ago
  21. 42fd159 Rename Vulkan-source .h to .hpp by Antonio Maiorano · 5 years ago
  22. c155e3b VkCommandBuffer: Remove static Cast() method by Ben Clayton · 5 years ago
  23. 68d9ad8 Remove the sw::Color<> class by Nicolas Capens · 5 years ago
  24. a4e06ca Vulkan: Add debugging of the command buffer. by Ben Clayton · 5 years ago
  25. 2ed93ab clang-format the src/Vulkan directory by Ben Clayton · 5 years ago
  26. 157ba26 Do not indent C++ namespace contents by Nicolas Capens · 5 years ago
  27. 90df527 Negative baseVertex support by Alexis Hetu · 5 years ago
  28. d6dc4b7 Store subpass index in ExecutionState, not in RenderPass by Chris Forbes · 6 years ago
  29. bd4cf81 Reduce the complexity of VkNonDispatchableHandle by Alexis Hetu · 6 years ago
  30. 7d96f51 Moved many Cast functions to libVulkan.cpp by Alexis Hetu · 6 years ago
  31. 63ae924 CommandBuffer and NonDispatchable objects code cleanup by Alexis Hetu · 6 years ago
  32. f60a2d5 Removed some dependencies on old threading class by Alexis Hetu · 6 years ago
  33. bd0ab1b Pass around sw::TaskEvents* instead of vk::Fence*. by Ben Clayton · 6 years ago
  34. 2e4f6e8 Start untangling sw::Context from the rendering code by Alexis Hetu · 6 years ago
  35. e1f51b9 Threaded Queue submit with events and fences by Alexis Hetu · 6 years ago
  36. 7383243 Dynamic state implementation by Alexis Hetu · 6 years ago
  37. 225a130 Implement dynamic buffer offsets. by Ben Clayton · 6 years ago
  38. e1cf863 Support for per-instance attributes by Chris Forbes · 6 years ago
  39. e7b2a05 vkCmdExecuteCommands implementation by Alexis Hetu · 6 years ago
  40. 00ba176 Factor out vertex attribute binding from Draw*::play by Chris Forbes · 6 years ago
  41. a30de54 Add support for push constants by Chris Forbes · 6 years ago
  42. 2995dc2 Wire up depth and stencil attachments to pipeline by Chris Forbes · 6 years ago
  43. baf7ad3 Implement indexed draws by Chris Forbes · 6 years ago
  44. 5edafb5 Descriptor sets binding by Alexis Hetu · 6 years ago
  45. 1cd31ea Support for clearing Framebuffer attachments by Alexis Hetu · 6 years ago
  46. f251a6f Replaced std::make_unique with std::unique_ptr by Alexis Hetu · 6 years ago
  47. c65473d vkCmdDraw implementation by Alexis Hetu · 6 years ago
  48. 9bc7a81 RenderPass begin and end by Alexis Hetu · 6 years ago
  49. d2791c2 Fixed command buffer reset and added implicit reset by Alexis Hetu · 6 years ago
  50. 072dc0d Basic commands required to draw a simple triangle test by Alexis Hetu · 6 years ago
  51. ee841c5 Base the driver version on Version.h. by Nicolas Capens · 6 years ago
  52. a9999ce CommandBuffer skeleton by Alexis Hetu · 6 years ago
  53. 767b41b Vulkan dispatchable objects by Alexis Hetu · 7 years ago