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. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  5. 47c315e Remove destination pointer from GrCopySurfaceOp by Robert Phillips · 7 years ago
  6. f1748f5 Change visitProxies signature by Robert Phillips · 7 years ago
  7. 9d6c64f Make GrCopySurfaceOp participate in the GrOplist DAG by Robert Phillips · 7 years ago
  8. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  9. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  10. eee4d6e Make instantiate return a Boolean by Robert Phillips · 7 years ago
  11. a16f6cb Update copyOp to split-opList world by Robert Phillips · 7 years ago
  12. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 7 years ago
  13. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 7 years ago
  14. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 7 years ago
  15. 178ce3e Make all GrRenderTargetOpList ops store a GrRenderTarget pointer by Robert Phillips · 7 years ago
  16. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 7 years ago
  17. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 7 years ago
  18. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 7 years ago
  19. 9e50f7b Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList. by Brian Salomon · 7 years ago
  20. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  21. 69868af Remove render target unique ID virtual from GrOp. by Brian Salomon · 8 years ago
  22. bde4285 Rename GrOp::draw to GrOp::execute by Brian Salomon · 8 years ago
  23. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrCopySurfaceOp.h]
  24. 7dae46a Some more batch->op renaming by Brian Salomon · 8 years ago[Renamed (74%) from src/gpu/batches/GrCopySurfaceBatch.h]
  25. 2790c52 Make *OpList::recordOp functions take sk_sp<GrOp> not GrOp* by Brian Salomon · 8 years ago
  26. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  27. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  28. 3a7492f Remove GrBatch::renderTarget() and use GrBatch::renderTargetUniqueID() instead. by Brian Salomon · 8 years ago
  29. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  30. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. 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. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  33. 44fbc79 Dump batch bounds and scissor rect by robertphillips · 8 years ago
  34. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  35. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 8 years ago
  36. 0eed945 Revert of Make copySurface work for texture dsts, return a bool, & add unit test. (patchset #6 id:100001 of https://codereview.chromium.org/1684313002/ ) by kjlubick · 9 years ago
  37. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  38. 6dea83f Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  39. e2725f5 Revert of Add option to draw wireframe batch bounds (patchset #6 id:100001 of https://codereview.chromium.org/1494473005/ ) by scroggo · 9 years ago
  40. 26489ef Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  41. 1b55a96 Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ ) by reed · 9 years ago
  42. 48e3a45 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by reed · 9 years ago
  43. eb44d53 add a ClassID function to GrBatch by joshualitt · 9 years ago
  44. a7008403 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by joshualitt · 9 years ago
  45. 4078d52 add a ClassID function to GrBatch by joshualitt · 9 years ago
  46. 872062c GrCopySurfaceBatch by bsalomon · 9 years ago