1. fc527d2 Even more batch->op and sk_sp'ification. by Brian Salomon · 8 years ago[Renamed (66%) from src/gpu/batches/GrDrawAtlasBatch.h]
  2. 60c05f9 Mark the leaf classes of GrOp final. by Herb Derby · 8 years ago
  3. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago
  4. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  5. 7c3e718 Remove pipeline info dump from GrDrawBatch by Brian Salomon · 8 years ago
  6. 0432dd6 Even more hiding of Geometry structs in GrBatch subclasses. by bsalomon · 8 years ago
  7. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  8. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  9. 144c3c8 Make onPrepareDraws const by joshualitt · 9 years ago
  10. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  11. 1b55a96 Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ ) by reed · 9 years ago
  12. 48e3a45 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by reed · 9 years ago
  13. eb44d53 add a ClassID function to GrBatch by joshualitt · 9 years ago
  14. a7008403 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by joshualitt · 9 years ago
  15. 4078d52 add a ClassID function to GrBatch by joshualitt · 9 years ago
  16. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  17. e46f9fe Privatize GrBatch subclass overrides by bsalomon · 9 years ago
  18. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago
  19. 16b9913 Split GrDrawBatch and GrVertexBatch into their own files by bsalomon · 9 years ago
  20. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  21. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  22. 5a4d235 Revise DrawAtlasBatch to get rid of one copy when generating the batch. by jvanverth · 9 years ago
  23. 91d844d Rename GrPipelineInfo to GrPipelineOptimizations by bsalomon · 9 years ago
  24. 14b8803 Move GrDrawAtlasBatch to separate file by jvanverth · 9 years ago