1. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  2. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  3. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  4. d818ebf Revert "Some scissor state cleanup." by Brian Salomon · 6 years ago
  5. a219419 Some scissor state cleanup. by Brian Salomon · 6 years ago
  6. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  7. 6a40abc Revert "Implement window rectangles in vulkan" by Jim Van Verth · 7 years ago
  8. 94c0468 Implement window rectangles in vulkan by Chris Dalton · 7 years ago
  9. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  10. 19e51dc Store GrRenderTarget in GrGpuCommandBuffer by Robert Phillips · 7 years ago
  11. 4f101a7 Make GrGpuCommandBuffer's methods take a GrRenderTargetProxy (rather than a GrRenderTarget) by Robert Phillips · 7 years ago
  12. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 7 years ago
  13. 466c7d6 header cleanup by Hal Canary · 7 years ago
  14. 2f4ddf6 Update more GrOps to split-opList world by Robert Phillips · 7 years ago
  15. ce78bad header cleanup by Hal Canary · 7 years ago
  16. b9a02a1 Update stencil ops to have a parallel proxyID by Robert Phillips · 7 years ago
  17. 9e50f7b Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList. by Brian Salomon · 7 years ago
  18. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  19. 69868af Remove render target unique ID virtual from GrOp. by Brian Salomon · 8 years ago
  20. bde4285 Rename GrOp::draw to GrOp::execute by Brian Salomon · 8 years ago
  21. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrClearStencilClipOp.h]
  22. 7dae46a Some more batch->op renaming by Brian Salomon · 8 years ago[Renamed (69%) from src/gpu/batches/GrClearStencilClipBatch.h]
  23. 2790c52 Make *OpList::recordOp functions take sk_sp<GrOp> not GrOp* by Brian Salomon · 8 years ago
  24. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  25. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  26. 3a7492f Remove GrBatch::renderTarget() and use GrBatch::renderTargetUniqueID() instead. by Brian Salomon · 8 years ago
  27. c293a29 Make GrGpuCommandBuffer infer its render target from first draw by Brian Salomon · 8 years ago
  28. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  29. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. by Greg Daniel · 8 years ago
  30. 65a0927 Don't pass in RT to individual Gpu CommandBuffer calls by Greg Daniel · 8 years ago
  31. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  32. 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
  33. 9199a9f Move GrDrawTarget::clear logic into GrDrawContext by robertphillips · 8 years ago