1. cf0e3c6 remove dead code around old SkPath enums by Mike Reed · 4 years, 8 months ago
  2. bb59dfa perform perspective clip by default by Mike Reed · 4 years, 8 months ago
  3. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 4 years, 8 months ago
  4. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 4 years, 8 months ago
  5. 3a50981 switch to new filltype for SkPath by Mike Reed · 4 years, 8 months ago
  6. 30bc527 Revert "Reland "Revert "Use flat version of path-direction enum""" by Mike Reed · 4 years, 8 months ago
  7. 8ee77d8 remove LEGACY_CONVEXITY code -- no more clients by Mike Reed · 4 years, 8 months ago
  8. 7cda6f3 Reland "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 8 months ago
  9. 1792b19 Revert "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 8 months ago
  10. 0dacc6b Revert "Use flat version of path-direction enum" by Mike Reed · 4 years, 8 months ago
  11. e0fbe94 Use flat version of path-direction enum by Mike Reed · 4 years, 8 months ago
  12. 4241f5e Revert "add guard to switch to SkPathTypes" by Mike Reed · 4 years, 11 months ago
  13. e1af444 add guard to switch to SkPathTypes by Mike Reed · 4 years, 11 months ago
  14. 430470d make rectcontour and nestedrects private by Mike Reed · 4 years, 11 months ago
  15. 8fda88e reverse/restore order of verbs in path to be forward (normal) by Mike Reed · 4 years, 11 months ago
  16. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  17. 4be31e2 Conservatively consider any path with tiny edges to be concave by Brian Osman · 5 years ago
  18. 5f152f0 add path-edger; lightweight Iter for edges by Mike Reed · 5 years ago
  19. ba7e9a6 never check for degenerates in path::iter by Mike Reed · 5 years ago
  20. 2e9f772 Move bigconic gm to be a test. by Ben Wagner · 5 years ago
  21. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  22. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  23. cf4ec50 Convexity checker: Wait for significant x-product when walking edges by Brian Osman · 5 years ago
  24. 309de79 Remove SK_TREAT_COLINEAR_DIAGONAL_POINTS_AS_CONCAVE by Brian Osman · 5 years ago
  25. 14ac42b Remove the axis-aligned vector special case to convexity checker by Brian Osman · 5 years ago
  26. dbfcd92 Fix two SkPathRef bugs by Brian Osman · 5 years ago
  27. 13486cb more extra semis by Kevin Lubick · 6 years ago
  28. df3d225 use SkFont for measuring and paths by Mike Reed · 6 years ago
  29. fb5f43b add regression test for stale fLastMoveToIndex by Mike Reed · 6 years ago
  30. 21a7be0 fix roll by Cary Clark · 6 years ago
  31. 3d6b438 remove legacy pathref validation by Cary Clark · 6 years ago
  32. c9b7c72 two pass convexity by Cary Clark · 6 years ago
  33. aa3b291 bracket SkPath pathRefIsValid with define by Cary Clark · 6 years ago
  34. 497b368 remove guard for complexity change by Mike Reed · 6 years ago
  35. 07105bb don't trust convexity after a transform by Mike Reed · 6 years ago
  36. d437c79 Revert "don't trust convexity with affine transforms" by Mike Reed · 6 years ago
  37. 26d8d77 don't trust convexity with affine transforms by Mike Reed · 6 years ago
  38. 6a38800 be consistent about int for incReserve by Mike Reed · 6 years ago
  39. 98acec5 remove some dead flags by Mike Reed · 6 years ago
  40. ce96e1e removed dead flag check by Mike Reed · 6 years ago
  41. 9de7216 add test that setLastPt() invalidates path bounds by Mike Klein · 6 years ago
  42. c3d8a48 allow path.add(path) safely by Mike Reed · 6 years ago
  43. 0e0f1a7 SkPath::shrinkToFit docs by Florin Malita · 6 years ago
  44. 3d413c5 Reland: add SkPath::shrinkToFit by Florin Malita · 6 years ago
  45. a21a16b Revert "add SkPath::shrinkToFit" by Mike Reed · 6 years ago
  46. 3d69be5 add SkPath::shrinkToFit by Mike Reed · 6 years ago
  47. f6c8540 use legal FirstDirection as kDontCheck sentinel by Mike Klein · 6 years ago
  48. de5d6eb avoid illegal enum values in PathTest by Mike Klein · 6 years ago
  49. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  50. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  51. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  52. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  53. afa1158 Make the SkPathRef GenIDChangeListener ref counted by Chris Dalton · 6 years ago
  54. 5059541 need conservative bounds for triangles due to SkFixed drift in SkEdge by Mike Reed · 6 years ago
  55. ee43091 fix 0.499999f rounding case for triangles by Mike Reed · 6 years ago
  56. 8afa554 Revert "remove fragile hack in addOval to avoid computing bounds" by Mike Klein · 6 years ago
  57. bc721ba remove fragile hack in addOval to avoid computing bounds by Mike Reed · 6 years ago
  58. 737b9a9 Remove legacy guard flags by Yuqian Li · 6 years ago
  59. dbc59ba path is rect track corners by Cary Clark · 6 years ago
  60. b120e92 fix path is rect flaw exposed by gold by Cary Clark · 6 years ago
  61. 4eb6f7a path is rect diag test is required by Cary Clark · 6 years ago
  62. 1cd6098 path is rect bug number twelve by Cary Clark · 6 years ago
  63. a765156 yet another path is rect exploit by Cary Clark · 6 years ago
  64. 48c464a a more involved path is rect bug by Cary Clark · 6 years ago
  65. d422847 path is rect bug number nine by Cary Clark · 6 years ago
  66. 88ba971 son of path is rect bug by Cary Clark · 6 years ago
  67. 31608c0 another rect is path fix by Cary Clark · 6 years ago
  68. 8540e11 more path is rect bugs by Cary Clark · 6 years ago
  69. 58627cb one more path is rect bug by Cary Clark · 6 years ago
  70. 5c71518 fix path to rect when missing close verb by Cary Clark · 6 years ago
  71. 267eccc change path serialization version to 4 by Mike Reed · 6 years ago
  72. 0c3137c hide complex versions of isOval and isRRect by Mike Reed · 6 years ago
  73. 1c6e783 handle paths with degenerate verbs by Mike Reed · 6 years ago
  74. 1c80e99 Allow printf style var args for messages in REPORTER_ASSERT. by Brian Salomon · 6 years ago
  75. 1fe0bcc check for huge paths by Mike Reed · 7 years ago
  76. 0a241ce Don't canonicalize empty SkRRects. They stroke differently. by Brian Salomon · 7 years ago
  77. 1acd3c7 keep SVG arcs axis aligned with suppression by Cary Clark · 7 years ago
  78. 5104137 Revert "keep SVG arcs axis aligned" by Cary Clark · 7 years ago
  79. c382384 keep SVG arcs axis aligned by Cary Clark · 7 years ago
  80. 7072e22 Ignore deserialized path convexity and first direction. by Brian Salomon · 7 years ago
  81. c5e4e74 skipRect should only work for lines (not quads or cubics) by Yuqian Li · 7 years ago
  82. 205a126 Revert "Revert "Don't ignore degenerates when deciding if a path is convex"" by Brian Osman · 7 years ago
  83. f953523 Revert "Don't ignore degenerates when deciding if a path is convex" by Brian Osman · 7 years ago
  84. 53cd6c4 Don't ignore degenerates when deciding if a path is convex by Brian Osman · 7 years ago
  85. f13beef Add a utility function to save path test code size by Yuqian Li · 7 years ago
  86. 1170a55 Don't allow iteration through non-finite points. by Mike Klein · 7 years ago
  87. a81b626 Fix SkASSERT for convex paths with DAA by Yuqian Li · 7 years ago
  88. 3154a53 Convert Windows CRLF newlines back to unix ones by Yuqian Li · 7 years ago
  89. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  90. c8323aa tiny concave path point fix by Cary Clark · 7 years ago
  91. 6ad3ffe Guard AA change to wait for rebaselines by Yuqian Li · 7 years ago
  92. 4a31c46 Don't store clipped x which could break edge order by Yuqian Li · 7 years ago
  93. e9bf6dc Don't compare against uninit edge in SkPath::conservativelyContainsRect by Brian Salomon · 7 years ago
  94. 41a930f Revert "Revert "Fix SkPathRef deserialization malloc crash"" by Mike Reed · 7 years ago
  95. a4ce4b1 Revert "Fix SkPathRef deserialization malloc crash" by Mike Reed · 7 years ago
  96. df6660f Fix SkPathRef deserialization malloc crash by Adrienne Walker · 7 years ago
  97. e0b7287 fix drawDRRect for fuzzer by Cary Clark · 7 years ago
  98. fafe135 SkSize can be aggregate-initialized by Hal Canary · 7 years ago
  99. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  100. 3661bc9 hide trivial helpers on canvas by Mike Reed · 7 years ago