1. 776a411 Pin miter sin half angle to 0 in GrAAConvexTessellator. by Brian Salomon · 6 years ago
  2. efa6bcb Make GrAAConvexTessellator bail on paths that map to inf/nan in device space. by Brian Salomon · 6 years ago
  3. 8e449eb Fix GrAAConvexTessellator to handle cases slightly concave bistectors. by Brian Salomon · 6 years ago
  4. 20ea47a Fix missing triangle when miter point omitted in GrAAConvexTessellator. by Brian Salomon · 6 years ago
  5. 0235c64 Fix GrAAConvexTessellator colinear point removal. by Brian Salomon · 6 years ago
  6. 5edcd31 migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  7. f9ecb4e Revert "migrating SkTDArray towards std::vector api" by Mike Reed · 6 years ago
  8. 79884be migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  9. 890a8cc Fix GrAAConvexTessellator trying to fan a 0 point ring by Adrienne Walker · 6 years ago
  10. cc9856c clean up setReserve() rule-bending by Mike Klein · 6 years ago
  11. ba31640 Allow for divide by zero in miter calculation in GrAAConvexTessellator by Greg Daniel · 6 years ago
  12. 22c1f37 Revert "implement SkTDArray with std::vector" by Mike Klein · 6 years ago
  13. 80e1d56 implement SkTDArray with std::vector by Mike Klein · 6 years ago
  14. df429f3 move parts of SkPoint to SkPointPriv by Cary Clark · 7 years ago
  15. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  16. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  17. 97042bf When traversing convex paths only consume zero length segments. by Brian Salomon · 7 years ago
  18. 8be952a SkScalarMul is deprecated by Mike Reed · 7 years ago
  19. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrAAConvexTessellator.cpp]
  20. 1d08998 Minor clean up of GrAAConvexTessellator by Robert Phillips · 8 years ago
  21. 8c17097 Make AALinearizingConvexPathRenderer able to handle stroke and fill by robertphillips · 8 years ago
  22. 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
  23. 522bcd9 Make AALinearizingConvexPathRenderer able to handle stroke and fill by robertphillips · 8 years ago
  24. fc6cb73 changed kCurveConnectionThreshold in GrAAConvexTessellator by ethannicholas · 8 years ago
  25. fab4a9b fixed 'corners' of paths in GrAAConvexTessellator by ethannicholas · 8 years ago
  26. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  27. 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
  28. 44c3128 Clean up some lint complaints by robertphillips · 9 years ago
  29. 6335a72 Move PathRenderers to batches folder by joshualitt · 9 years ago[Renamed from src/gpu/GrAAConvexTessellator.cpp]
  30. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  31. fea7763 Fix transformed stroke width in GrAALinearizingConvexPathRenderer. by ethannicholas · 9 years ago
  32. 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
  33. 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
  34. 9730f4a Revert of added stroking support to GrAALinearizingConvexPathRenderer (patchset #6 id:100001 of https://codereview.chromium.org/1180903006/) by reed · 9 years ago
  35. 2436f19 added stroking support to GrAALinearizingConvexPathRenderer by ethannicholas · 9 years ago
  36. 1a1b3ac Added GrAAFlatteningConvexPathRenderer. by ethannicholas · 9 years ago
  37. 364ad00 Fix for bisector computation bug in GrAAConvexTessellator by robertphillips · 9 years ago
  38. 84b0088 Add GrAAConvexTessellator class by robertphillips · 9 years ago