1. 696926d sw::Surface references removed from sampling code by Alexis Hetu · 6 years ago
  2. a30de54 Add support for push constants by Chris Forbes · 6 years ago
  3. bbf5cf1 Wire up sample mask correctly by Chris Forbes · 6 years ago
  4. 1bd9e2f Tidy stencil state handling by Chris Forbes · 6 years ago
  5. 00424c1 Reintroduce "VkDebug: Update macros to address issues in b/127433389" by Ben Clayton · 6 years ago
  6. 62758f5 Compute: WorkgroupSize decorations take precedence over LocalSize by Ben Clayton · 6 years ago
  7. 01c03fd Revert "VkDebug: Update macros to address issues in b/127433389" by Ben Clayton · 6 years ago
  8. d850470 Remove asserts on depth bounds values by Chris Forbes · 6 years ago
  9. d1ab73d Remove asserts blocking specialization constant use by Chris Forbes · 6 years ago
  10. 085f57e Run spirv-opt pass to eliminate dead functions after inlining by Chris Forbes · 6 years ago
  11. 3641121 VkDebug: Update macros to address issues in b/127433389 by Ben Clayton · 6 years ago
  12. 4ef71eb Change scissor type from sw::Rect to VkRect2D by Alexis Hetu · 6 years ago
  13. 1407297 src/Pipeline/ComputeProgram: Remove unused parameter numDescriptorSets by Ben Clayton · 6 years ago
  14. f2be26a Vulkan: Very rough first implementation of compute shaders by Ben Clayton · 6 years ago
  15. 45faa08 VKPipeline: Log any errors produced by the SPIR-V optimizer by Ben Clayton · 6 years ago
  16. 76e9bc0 Plumb PipelineLayouts down to SpirvRoutine by Ben Clayton · 6 years ago
  17. d318dd3 Remove some GL/D3D legacy format quirks from vulkan vertex buffers by Chris Forbes · 6 years ago
  18. 989b208 Remove partial logic op support by Chris Forbes · 6 years ago
  19. 1054758 Use sample count from multisample state, not from attachment 0 by Chris Forbes · 6 years ago
  20. fe3d497 Fix various issues in vertex fetch setup by Chris Forbes · 6 years ago
  21. d245255 Wire up cull mode handling to Vulkan pipeline by Chris Forbes · 6 years ago
  22. a0a80b1 Prevent Pipeline crashing on missing non mandatory structures by Alexis Hetu · 6 years ago
  23. 73c3124 Fix Visual Studio build. by Nicolas Capens · 6 years ago
  24. eea21ba Use spirv-tools optimizer in GraphicsPipeline by Chris Forbes · 6 years ago
  25. 1845d5e Replace Shader,VertexShader,PixelShader with SpirvShader by Chris Forbes · 6 years ago
  26. af4ed53 Initial stub implementation of SpirvShader by Chris Forbes · 6 years ago
  27. c65473d vkCmdDraw implementation by Alexis Hetu · 6 years ago
  28. e6e76c6 Add missing checks in the GraphicsPipeline constructor by Alexis Hetu · 6 years ago
  29. c0f92f2 VkPipeline simple implementation by Alexis Hetu · 6 years ago
  30. 000df8b Initial implementation of Pipeline, PipelineLayout by Alexis Hetu · 6 years ago