1. ab32f65 Add SkSurface::asyncReadPixels() by Brian Salomon · 5 years ago
  2. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  3. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  4. 64cc9aa Add drawDrawable support to GrRenderTargetContext. by Greg Daniel · 6 years ago
  5. 5b5d84c Cache the command buffer objects by Robert Phillips · 6 years ago
  6. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  7. ff168d9 Put GrPrimitiveProcessor/GrGeometryProcessor before GrPipeline in param lists. by Brian Salomon · 6 years ago
  8. 6a40abc Revert "Implement window rectangles in vulkan" by Jim Van Verth · 7 years ago
  9. 94c0468 Implement window rectangles in vulkan by Chris Dalton · 7 years ago
  10. 943ed79 Remove deferred upload types from GrDrawOp.h. by Brian Salomon · 7 years ago
  11. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  12. 6b47c7d Store discard request on the opList and remove GrDiscardOp (take 3) by Robert Phillips · 7 years ago
  13. 445b557 Revert "Store discard request on the opList and remove GrDiscardOp (take 2)" by Robert Phillips · 7 years ago
  14. 9b0b32f Store discard request on the opList and remove GrDiscardOp (take 2) by Robert Phillips · 7 years ago
  15. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  16. 54190c4 Revert "Store discard request on the opList and remove GrDiscardOp" by Robert Phillips · 7 years ago
  17. b681a0f Store discard request on the opList and remove GrDiscardOp by Robert Phillips · 7 years ago
  18. 19e51dc Store GrRenderTarget in GrGpuCommandBuffer by Robert Phillips · 7 years ago
  19. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 7 years ago
  20. 65a88fa Add GrDebugMarkerOp by Robert Phillips · 7 years ago
  21. 4f101a7 Make GrGpuCommandBuffer's methods take a GrRenderTargetProxy (rather than a GrRenderTarget) by Robert Phillips · 7 years ago
  22. 46983b7 Introduce dynamic pipeline state by Chris Dalton · 7 years ago
  23. bca46e2 Convert GrMesh back to a class by Chris Dalton · 7 years ago
  24. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  25. dbd11ec Init Command buffer on inlineUploads in Vulkan by Greg Daniel · 7 years ago
  26. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  27. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  28. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  29. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  30. c293a29 Make GrGpuCommandBuffer infer its render target from first draw by Brian Salomon · 8 years ago
  31. 77b53f6 Support inline uploads in Vulkan by Greg Daniel · 8 years ago
  32. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. by Greg Daniel · 8 years ago
  33. 65a0927 Don't pass in RT to individual Gpu CommandBuffer calls by Greg Daniel · 8 years ago
  34. 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
  35. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  36. 066df7c Add GpuCommandBuffer support. by egdaniel · 8 years ago