1. 2ed93ab clang-format the src/Vulkan directory by Ben Clayton · 5 years ago
  2. 81bc9d9 Remove spaces after control statements keywords by Nicolas Capens · 5 years ago
  3. 157ba26 Do not indent C++ namespace contents by Nicolas Capens · 5 years ago
  4. 503d196 Allow depth/stencil attachment to be VK_ATTACHMENT_UNUSED in clear by Chris Forbes · 5 years ago
  5. d9ed1c2 Prevent rasterizing fragments outside the framebuffer by Alexis Hetu · 5 years ago
  6. c72c8d7 Fix vkClearAttachments VK_ATTACHMENT_UNUSED handling by Chris Forbes · 6 years ago
  7. 605f863 Refactor framebuffer clear to be less redundant by Chris Forbes · 6 years ago
  8. 2e5042a Refactor multiview support to remove some redundancy by Chris Forbes · 6 years ago
  9. d6dc4b7 Store subpass index in ExecutionState, not in RenderPass by Chris Forbes · 6 years ago
  10. 02d4c0d Add support for multiview rendering by Chris Forbes · 6 years ago
  11. bd4cf81 Reduce the complexity of VkNonDispatchableHandle by Alexis Hetu · 6 years ago
  12. 65b1e97 Only perform attachment load/store ops for used attachments by Chris Forbes · 6 years ago
  13. 54ec759 Renderpass multisampling resolve by Alexis Hetu · 6 years ago
  14. 25ec7b0 Removed references to sw::Surface by Alexis Hetu · 6 years ago
  15. 7c33e88 Set render targets correctly when drawing by Chris Forbes · 6 years ago
  16. bfdb95a Framebuffer clear assert fix by Alexis Hetu · 6 years ago
  17. 1cd31ea Support for clearing Framebuffer attachments by Alexis Hetu · 6 years ago
  18. 9fbaf69 VkImageView initial implementation by Alexis Hetu · 6 years ago
  19. 8f631c8 Initial implementation of Framebuffer by Alexis Hetu · 6 years ago