1. df429f3 move parts of SkPoint to SkPointPriv by Cary Clark · 7 years ago
  2. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  3. 2a475ea add drawString helper to canvas by Cary Clark · 8 years ago
  4. 97042bf When traversing convex paths only consume zero length segments. by Brian Salomon · 8 years ago
  5. 8be952a SkScalarMul is deprecated by Mike Reed · 8 years ago
  6. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrAAConvexTessellator.cpp]
  7. 1d08998 Minor clean up of GrAAConvexTessellator by Robert Phillips · 8 years ago
  8. 8c17097 Make AALinearizingConvexPathRenderer able to handle stroke and fill by robertphillips · 8 years ago
  9. 7a00e8b Revert of Make AALinearizingConvexPathRenderer able to handle stroke and fill (patchset #7 id:120001 of https://codereview.chromium.org/2301353004/ ) by robertphillips · 8 years ago
  10. 522bcd9 Make AALinearizingConvexPathRenderer able to handle stroke and fill by robertphillips · 8 years ago
  11. fc6cb73 changed kCurveConnectionThreshold in GrAAConvexTessellator by ethannicholas · 8 years ago
  12. fab4a9b fixed 'corners' of paths in GrAAConvexTessellator by ethannicholas · 8 years ago
  13. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  14. 1bcbc8f Fixed an assertion error in GrAAConvexTessellator. While adding a new point, it would check that the new point was not a duplicate of the previous point. It would then drop the previous point if it was in the middle of a straight line, and proceed to add the new point. by ethannicholas · 9 years ago
  15. 44c3128 Clean up some lint complaints by robertphillips · 9 years ago
  16. 6335a72 Move PathRenderers to batches folder by joshualitt · 9 years ago[Renamed from src/gpu/GrAAConvexTessellator.cpp]
  17. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  18. fea7763 Fix transformed stroke width in GrAALinearizingConvexPathRenderer. by ethannicholas · 9 years ago
  19. 0dacc67 When GrAAConvesTesselator was merging the first and last point of the array, it was deleting the last point without checking to see if any of the previous points shared the same index. This led to continuing to use the index of a deleted point and thus referencing memory past the end of the vertex array. by ethannicholas · 9 years ago
  20. bd5d7e7 Revert of Revert of added stroking support to GrAALinearizingConvexPathRenderer (patchset #1 id:1 of https://codereview.chromium.org/1212833002/) by fmalita · 9 years ago
  21. 9730f4a Revert of added stroking support to GrAALinearizingConvexPathRenderer (patchset #6 id:100001 of https://codereview.chromium.org/1180903006/) by reed · 9 years ago
  22. 2436f19 added stroking support to GrAALinearizingConvexPathRenderer by ethannicholas · 9 years ago
  23. 1a1b3ac Added GrAAFlatteningConvexPathRenderer. by ethannicholas · 9 years ago
  24. 364ad00 Fix for bisector computation bug in GrAAConvexTessellator by robertphillips · 9 years ago
  25. 84b0088 Add GrAAConvexTessellator class by robertphillips · 10 years ago