1. b68319a Send correct clear count to vulkan beginRenderPass by Greg Daniel · 7 years ago
  2. 48661b8 Make use of VkSemaphores thread safe assuming use of the same VkQueue. by Greg Daniel · 7 years ago
  3. 6a40abc Revert "Implement window rectangles in vulkan" by Jim Van Verth · 7 years ago
  4. 2b17f64 Revert "Fix signed/unsigned comparison in assert" by Chris Dalton · 7 years ago
  5. ed6d6da Fix signed/unsigned comparison in assert by Chris Dalton · 7 years ago
  6. 94c0468 Implement window rectangles in vulkan by Chris Dalton · 7 years ago
  7. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  8. 6888c0d Add support for vkCmdCopyBuffer by Greg Daniel · 7 years ago
  9. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  10. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 7 years ago
  11. 6ecc911 Revert "Revert "Remove Gr*Gpu includes from header files."" by Greg Daniel · 7 years ago
  12. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  13. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  14. 56af45b Revert "Remove Gr*Gpu includes from header files." by Greg Daniel · 7 years ago
  15. 2bd381b Remove Gr*Gpu includes from header files. by Greg Daniel · 7 years ago
  16. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  17. 1d61635 Add support for instanced draws by Chris Dalton · 7 years ago
  18. cef213c Move ReleaseProc info to GrTexture and for implementations to define it. by Greg Daniel · 7 years ago
  19. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 8 years ago
  20. 77a86f8 Track clear counts in vulkan render passes by Greg Daniel · 8 years ago
  21. 77b53f6 Support inline uploads in Vulkan by Greg Daniel · 8 years ago
  22. bc9b296 Add GrVkCopyPipeline to handle vulkan copies as draws by egdaniel · 8 years ago
  23. 594739c Use STDArray to for tracked resources in vulkan command buffer by egdaniel · 8 years ago
  24. ec44099 Lots of little cleanup improvements to Vulkan by egdaniel · 8 years ago
  25. 52ad251 Implement Vulkan Resolve. by egdaniel · 8 years ago
  26. a95220d Setup system in Vulkan to reuse VkDescriptorSet allocations. by egdaniel · 8 years ago
  27. c1be9bc Add GrVkRecycledResource subclass by egdaniel · 8 years ago
  28. 7ec9241 Add resource tracking output and command buffer recycling by jvanverth · 8 years ago
  29. a584de9 Add static buffer support by jvanverth · 8 years ago
  30. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  31. 066df7c Add GpuCommandBuffer support. by egdaniel · 8 years ago
  32. 9a6cf80 Subclass GrVkCommandBuffer into Primary and Secondary CommandBuffers. by egdaniel · 8 years ago
  33. b2df0c2 Refactor Vulkan image, texture, RTs so that create and getter handles match. by egdaniel · 8 years ago
  34. 6234006 Add automatic generation of mipmaps to Vulkan by jvanverth · 8 years ago
  35. 58a8d92 Update min Vulkan version to 1.0.8.0, and fix various bugs by egdaniel · 8 years ago
  36. 17b8925 Implement blit image for copySurface in Vulkan by egdaniel · 8 years ago
  37. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  38. 22281c1 Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines) by egdaniel · 8 years ago
  39. 470d77a Use dynamic state from vulkan pipelines by egdaniel · 9 years ago
  40. 3d5d9ac Implement various vulkan stencil clears and fix various stenciling bugs. by egdaniel · 9 years ago
  41. 164a9f0 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago
  42. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 9 years ago
  43. 48cf268 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago