1. 588cec7 Reenable GrOp chaining. by Brian Salomon · 6 years ago
  2. 1986f88 Remove unused GrOpList::numOps() by Brian Salomon · 6 years ago
  3. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
  4. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 6 years ago
  5. c8cee44 Move op memory storage to GrContext by Robert Phillips · 6 years ago
  6. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  7. 2748391 Add ability to dump opList info at flush-time by Robert Phillips · 6 years ago
  8. aa3dfbe Remove Ops whose lazy proxies fail to instantiate on flush by Greg Daniel · 7 years ago
  9. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  10. a84cacf Rename GrOpList::reset to endFlush by Chris Dalton · 7 years ago
  11. d375dbf Land scaffolding for explicit MDB resource allocation by Robert Phillips · 7 years ago
  12. 407b342 Add GrPrepareCallback, always run at the start of flush by Brian Osman · 7 years ago
  13. 2de8cfa Move copy operation from GrRenderTargetContext/GrTextureContext to GrSurfaceContext by Robert Phillips · 7 years ago
  14. a16f6cb Update copyOp to split-opList world by Robert Phillips · 7 years ago
  15. 48567ac update GrOp printouts by Robert Phillips · 7 years ago
  16. 5efd5ea Update clearOp for split-OpList world (take 3) by Robert Phillips · 7 years ago
  17. 318c419 Remove RenderTarget pointer from GrRenderTargetOpList::RecordedOp by Robert Phillips · 7 years ago
  18. 18e9484 Rename finishOpList to finishFlush and call it less frequently by Robert Phillips · 7 years ago
  19. b6deea8 Setup for another attempt to split up opLists by Robert Phillips · 7 years ago
  20. c84c030 Add debug-only helper methods to get #ops & #clips per opList by Robert Phillips · 7 years ago
  21. c589b0b Remove lastOpList capability from GrSurface by Robert Phillips · 7 years ago
  22. dc83b89 sk_sp-ify opList creation & storage by Robert Phillips · 7 years ago
  23. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 7 years ago
  24. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 7 years ago
  25. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 7 years ago
  26. f7a7261 Add tracking of unique proxyID beside unique renderTargetID in auditTrail and clearOp by Robert Phillips · 7 years ago
  27. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  28. 69868af Remove render target unique ID virtual from GrOp. by Brian Salomon · 8 years ago
  29. 2790c52 Make *OpList::recordOp functions take sk_sp<GrOp> not GrOp* by Brian Salomon · 8 years ago
  30. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  31. 1e41f4a Rename batch->op in GrOpList and subclasses by Brian Salomon · 8 years ago
  32. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  33. 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago
  34. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  35. 62e7b5f Create GrTextureOpList to support deferred copy batches for textures by Brian Osman · 8 years ago