1. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  2. 0088f94 Make GrDrawAtlasOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  3. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  4. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  5. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  6. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago
  7. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  8. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 7 years ago
  9. c6b7146 Remove component flags from GrPipelineInput. by Brian Salomon · 7 years ago
  10. bfd5183 Removes tracking of whether color is ignored by XP. by Brian Salomon · 8 years ago
  11. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  12. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  13. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  14. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrDrawAtlasOp.h]
  15. fc527d2 Even more batch->op and sk_sp'ification. by Brian Salomon · 8 years ago[Renamed (66%) from src/gpu/batches/GrDrawAtlasBatch.h]
  16. 60c05f9 Mark the leaf classes of GrOp final. by Herb Derby · 8 years ago
  17. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago
  18. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  19. 7c3e718 Remove pipeline info dump from GrDrawBatch by Brian Salomon · 8 years ago
  20. 0432dd6 Even more hiding of Geometry structs in GrBatch subclasses. by bsalomon · 8 years ago
  21. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  22. 2279325 added support for PLS path rendering by ethannicholas · 8 years ago
  23. 144c3c8 Make onPrepareDraws const by joshualitt · 9 years ago
  24. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  25. 1b55a96 Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ ) by reed · 9 years ago
  26. 48e3a45 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by reed · 9 years ago
  27. eb44d53 add a ClassID function to GrBatch by joshualitt · 9 years ago
  28. a7008403 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by joshualitt · 9 years ago
  29. 4078d52 add a ClassID function to GrBatch by joshualitt · 9 years ago
  30. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  31. e46f9fe Privatize GrBatch subclass overrides by bsalomon · 9 years ago
  32. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago
  33. 16b9913 Split GrDrawBatch and GrVertexBatch into their own files by bsalomon · 9 years ago
  34. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  35. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  36. 5a4d235 Revise DrawAtlasBatch to get rid of one copy when generating the batch. by jvanverth · 9 years ago
  37. 91d844d Rename GrPipelineInfo to GrPipelineOptimizations by bsalomon · 9 years ago
  38. 14b8803 Move GrDrawAtlasBatch to separate file by jvanverth · 9 years ago