1. 59dc148 Track GrVkResources in command buffer associated with pipeline barriers. by Greg Daniel · 5 years ago
  2. 070cbaf Add support to gpu command buffers to wrap an external command buffer. by Greg Daniel · 6 years ago
  3. 487132b Don't include system vulkan header when building skia files. by Greg Daniel · 6 years ago
  4. 614c1a8 Add idle texture callback mechanism. by Brian Salomon · 6 years ago
  5. 8e265a7 Re-land "Perform Vulkan resets in a background thread" by Ethan Nicholas · 6 years ago
  6. bff4e07 Revert "Perform Vulkan resets in a background thread" by Ethan Nicholas · 6 years ago
  7. 30e6343 Perform Vulkan resets in a background thread by Ethan Nicholas · 6 years ago
  8. 54bfb18 Privately include our version of vulkan header file in all our src files. by Greg Daniel · 6 years ago
  9. 64cc9aa Add drawDrawable support to GrRenderTargetContext. by Greg Daniel · 6 years ago
  10. 7d918fd Don't destroy VkPipelineLayouts until after command buffer recording. by Greg Daniel · 6 years ago
  11. 48661b8 Make use of VkSemaphores thread safe assuming use of the same VkQueue. by Greg Daniel · 7 years ago
  12. 6a40abc Revert "Implement window rectangles in vulkan" by Jim Van Verth · 7 years ago
  13. 94c0468 Implement window rectangles in vulkan by Chris Dalton · 7 years ago
  14. 6888c0d Add support for vkCmdCopyBuffer by Greg Daniel · 7 years ago
  15. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 7 years ago
  16. 6ecc911 Revert "Revert "Remove Gr*Gpu includes from header files."" by Greg Daniel · 7 years ago
  17. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  18. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  19. 56af45b Revert "Remove Gr*Gpu includes from header files." by Greg Daniel · 7 years ago
  20. 2bd381b Remove Gr*Gpu includes from header files. by Greg Daniel · 7 years ago
  21. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  22. 1d61635 Add support for instanced draws by Chris Dalton · 7 years ago
  23. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  24. cef213c Move ReleaseProc info to GrTexture and for implementations to define it. by Greg Daniel · 7 years ago
  25. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 7 years ago
  26. 77a86f8 Track clear counts in vulkan render passes by Greg Daniel · 8 years ago
  27. fd016d7 Add command buffer submits before copy calls in vulkan. by egdaniel · 8 years ago
  28. b353863 Revert of Add command buffer submits before copy calls in vulkan. (patchset #5 id:80001 of https://codereview.chromium.org/2363773006/ ) by egdaniel · 8 years ago
  29. 25661ba Add command buffer submits before copy calls in vulkan. by egdaniel · 8 years ago
  30. bc9b296 Add GrVkCopyPipeline to handle vulkan copies as draws by egdaniel · 8 years ago
  31. 594739c Use STDArray to for tracked resources in vulkan command buffer by egdaniel · 8 years ago
  32. 52ad251 Implement Vulkan Resolve. by egdaniel · 8 years ago
  33. c1be9bc Add GrVkRecycledResource subclass by egdaniel · 8 years ago
  34. db37909 Add offsets to GrVkBuffer. by jvanverth · 8 years ago
  35. 7ec9241 Add resource tracking output and command buffer recycling by jvanverth · 8 years ago
  36. a584de9 Add static buffer support by jvanverth · 8 years ago
  37. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  38. 9a6cf80 Subclass GrVkCommandBuffer into Primary and Secondary CommandBuffers. by egdaniel · 8 years ago
  39. b2df0c2 Refactor Vulkan image, texture, RTs so that create and getter handles match. by egdaniel · 8 years ago
  40. 6234006 Add automatic generation of mipmaps to Vulkan by jvanverth · 8 years ago
  41. 58a8d92 Update min Vulkan version to 1.0.8.0, and fix various bugs by egdaniel · 8 years ago
  42. 17b8925 Implement blit image for copySurface in Vulkan by egdaniel · 8 years ago
  43. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  44. e50f3e7 Add WSI functions to GrVkInterface by jvanverth · 8 years ago
  45. 22281c1 Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines) by egdaniel · 8 years ago
  46. 470d77a Use dynamic state from vulkan pipelines by egdaniel · 8 years ago
  47. 3d5d9ac Implement various vulkan stencil clears and fix various stenciling bugs. by egdaniel · 8 years ago
  48. 164a9f0 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 8 years ago
  49. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 8 years ago
  50. 48cf268 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 8 years ago