1. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago
  2. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  3. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  4. 7c3e718 Remove pipeline info dump from GrDrawBatch by Brian Salomon · 8 years ago
  5. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  6. d656200 require semi at the end of SkASSERT and friends by caryclark · 8 years ago
  7. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  8. 28ef396 Hide NonAAStrokeRectBatch Geometry class and cleanup class. by bsalomon · 8 years ago
  9. 8b7a9e1 Hide geometry class in AAStrokeRectBatch and remove unused Append function. by bsalomon · 8 years ago
  10. a7d85ba Add gm that tests shaded stroked rectangles. by bsalomon · 8 years ago
  11. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  12. 40ef485 When filling nested rect path check for empty inner and empty outer rects by bsalomon · 8 years ago
  13. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 8 years ago
  14. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  15. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  16. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  17. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  18. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 8 years ago
  19. 2279325 added support for PLS path rendering by ethannicholas · 8 years ago
  20. 144c3c8 Make onPrepareDraws const by joshualitt · 9 years ago
  21. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  22. 10cae83 Move determiniation of strokerect rects internal by joshualitt · 9 years ago
  23. 11edad9 Fix for degenerate stroke rect by joshualitt · 9 years ago
  24. a204ced Revert of Fix for degenerate stroke rect (patchset #7 id:110001 of https://codereview.chromium.org/1359453002/ ) by joshualitt · 9 years ago
  25. 511684f Fix for degenerate stroke rect by joshualitt · 9 years ago
  26. aa37a96 Create append methods in batch namespaces by joshualitt · 9 years ago
  27. 3566d44 Move StrokeRectBatches into .cpp files by joshualitt · 9 years ago
  28. e46f9fe Privatize GrBatch subclass overrides by bsalomon · 9 years ago
  29. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago
  30. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  31. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  32. 91d844d Rename GrPipelineInfo to GrPipelineOptimizations by bsalomon · 9 years ago
  33. 9ff6425 move Stroke Rect and AAFill Rect to their own file by joshualitt · 9 years ago