1. db37909 Add offsets to GrVkBuffer. by jvanverth · 8 years ago
  2. 0d28e57 Fix caching of sample locations by csmartdalton · 8 years ago
  3. 7ec9241 Add resource tracking output and command buffer recycling by jvanverth · 8 years ago
  4. 42e6798 Revert of Fix caching of sample locations (patchset #3 id:40001 of https://codereview.chromium.org/2111423002/ ) by rmistry · 8 years ago
  5. 09d49a3 Fix caching of sample locations by csmartdalton · 8 years ago
  6. b3058bd initial checkin of SkSL compiler by ethannicholas · 8 years ago
  7. a584de9 Add static buffer support by jvanverth · 8 years ago
  8. 0a3a7f7 Have gpu createTestingOlyBackendTexture know if it is a render target or not by egdaniel · 8 years ago
  9. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  10. 6b6ffc4 Create free list heap for suballocation by jvanverth · 8 years ago
  11. 066df7c Add GpuCommandBuffer support. by egdaniel · 8 years ago
  12. 9a6cf80 Subclass GrVkCommandBuffer into Primary and Secondary CommandBuffers. by egdaniel · 8 years ago
  13. a00980e Make sure that Vulkan debug callback ptr is non-null. by jvanverth · 8 years ago
  14. 900bd4a Add mipmap loading to Vulkan. by jvanverth · 8 years ago
  15. b138fdc Fix Vulkan Build in Android by liyuqian · 8 years ago
  16. dd97b85 Fix vulkan build on linux and android by egdaniel · 8 years ago
  17. 6234006 Add automatic generation of mipmaps to Vulkan by jvanverth · 8 years ago
  18. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 9 years ago
  19. c3d706f Revert of Use transfer buffer for BatchAtlas texture copies (patchset #9 id:160001 of https://codereview.chromium.org/1888473002/ ) by jvanverth · 9 years ago
  20. b0ec983 Use transfer buffer for BatchAtlas texture copies. by jvanverth · 9 years ago
  21. 1bf3e71 Add optional data parameter to createBuffer by cdalton · 9 years ago
  22. 37798fb Implement initCopySurfaceDstDesc for Vulkan by egdaniel · 9 years ago
  23. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 9 years ago
  24. 044d3c1 Revert of Track GL buffer state based on unique resource ID (patchset #6 id:100001 of https://codereview.chromium.org/1854283004/ ) by mtklein · 9 years ago
  25. deacc97 Track GL buffer state based on unique resource ID by cdalton · 9 years ago
  26. 17b8925 Implement blit image for copySurface in Vulkan by egdaniel · 9 years ago
  27. 49c4c22 Remove ownership parameter from GrResourceProvider::wrapBackendTextureAsRenderTarget by kkinnunen · 9 years ago
  28. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  29. af13277 Change VkPipelineStateCahce to use Hash and LRU LList. by egdaniel · 9 years ago
  30. e50f3e7 Add WSI functions to GrVkInterface by jvanverth · 9 years ago
  31. 397536c Consolidate GPU buffer implementations by cdalton · 9 years ago
  32. fd7bd45 Revise layer, extension and feature setup for Vulkan by jvanverth · 9 years ago
  33. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 9 years ago
  34. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 9 years ago
  35. e267893 Remove debug prints in GrVkGpu by egdaniel · 9 years ago
  36. 22281c1 Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines) by egdaniel · 9 years ago
  37. 633b356 GrVkGpu initialization cleanup. by jvanverth · 9 years ago
  38. cfcd181 Fully implement onResetContext for Vulkan by egdaniel · 9 years ago
  39. d2497f3 Enable extension support and debug layer. by jvanverth · 9 years ago
  40. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 9 years ago
  41. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 9 years ago
  42. a1e6b3b Get Vk compiling post-MIP map changes by bsalomon · 9 years ago
  43. 3d5d9ac Implement various vulkan stencil clears and fix various stenciling bugs. by egdaniel · 9 years ago
  44. f7e865a Add stub for new method to GrVkGpu by jvanverth · 9 years ago
  45. 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
  46. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 9 years ago
  47. 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