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