1. ecea86a Cleanup ops that are storing GrPipelineOptimizations. by Brian Salomon · 8 years ago
  2. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  3. bde4285 Rename GrOp::draw to GrOp::execute by Brian Salomon · 8 years ago
  4. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  5. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrDrawPathOp.h]
  6. 82c263f Rename NVPR batch->op and sk_sp'ify by Brian Salomon · 8 years ago[Renamed (66%) from src/gpu/batches/GrDrawPathBatch.h]
  7. fc527d2 Even more batch->op and sk_sp'ification. by Brian Salomon · 8 years ago
  8. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  9. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  10. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  11. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  12. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago
  13. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. by Greg Daniel · 8 years ago
  14. a224bb7 Avoid unnecessary GrShape->SkPath conversion in GrStencilAndCoverPathRenderer by bsalomon · 8 years ago
  15. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  16. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  17. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  18. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  19. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  20. 1dc1721 Revert of Batch multiple single NVPR draw paths to instanced draws (patchset #5 id:80001 of https://codereview.chromium.org/1908433002/ ) by stephana · 8 years ago
  21. 3c33c38 Batch multiple single NVPR draw paths to instanced draws by kkinnunen · 8 years ago
  22. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  23. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  24. cdd4682 Improve nvpr glyph batching by cdalton · 9 years ago
  25. 8ff8d24 Remove drawPathsFromRange from GrDrawContext by cdalton · 9 years ago
  26. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  27. bf07455 Make stencil and cover path rendering have more reasonable bounds. by bsalomon · 9 years ago
  28. f045d60 Make block size a template parameter of SkTLList by bsalomon · 9 years ago
  29. 8585dd2 Updates nvpr text blobs to not store a direct reference to the by cdalton · 9 years ago
  30. d120105 Make path range loading explicit by cdalton · 9 years ago
  31. 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
  32. 1b55a96 Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ ) by reed · 9 years ago
  33. 48e3a45 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by reed · 9 years ago
  34. eb44d53 add a ClassID function to GrBatch by joshualitt · 9 years ago
  35. a7008403 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by joshualitt · 9 years ago
  36. 4078d52 add a ClassID function to GrBatch by joshualitt · 9 years ago
  37. 465283c Remove batchtracker by joshualitt · 9 years ago
  38. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  39. a82bf95 Fix leak of path ranges by bsalomon · 9 years ago
  40. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  41. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  42. 3a30cc1 Thou shalt use override consistently. by mtklein · 9 years ago
  43. add79ef Put drawPath in GrBatch. by bsalomon · 9 years ago