1. 6a38800 be consistent about int for incReserve by Mike Reed · 6 years ago
  2. 16c9216 remove LEGACY_SVG code, as no one defines that flag anymore. by Mike Reed · 6 years ago
  3. f026d89 Preserve fLastMoveToIndex in SkPath::transform by Robert Phillips · 6 years ago
  4. 8051d38 Fix SkPath::reverseAddPath and fuzzing of SkPath enums by Robert Phillips · 6 years ago
  5. d661474 Improved SkPath packing by Florin Malita · 6 years ago
  6. c3d8a48 allow path.add(path) safely by Mike Reed · 6 years ago
  7. 54ff302 avoid degenerate point in addPath extend mode by Cary Clark · 6 years ago
  8. b631742 return this from maker calls, so we can chain the calls by Mike Reed · 6 years ago
  9. 5edcd31 migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  10. f9ecb4e Revert "migrating SkTDArray towards std::vector api" by Mike Reed · 6 years ago
  11. 79884be migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  12. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  13. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  14. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  15. cee46e5 Remove SkBool8. by Ben Wagner · 6 years ago
  16. 22be4c4 SkMacros split from SkTypes.h by Hal Canary · 6 years ago
  17. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  18. 8afa554 Revert "remove fragile hack in addOval to avoid computing bounds" by Mike Klein · 6 years ago
  19. bc721ba remove fragile hack in addOval to avoid computing bounds by Mike Reed · 6 years ago
  20. 91840ab Remove unused SK_DISABLE_ARC_TO_LINE_TO_CHECK build flag by Brian Salomon · 6 years ago
  21. e494940 Revert "Reland "Revert "Add arcs as a specialized geometry to GrShape.""" by Brian Salomon · 6 years ago
  22. 580aee2 Reland "Revert "Add arcs as a specialized geometry to GrShape."" by Brian Salomon · 6 years ago
  23. 46b0812 Remove SkASSERT(fConvexity == kUnknown_Convexity) due to racing by Yuqian Li · 6 years ago
  24. 8a98bc9 Revert "Revert "Add arcs as a specialized geometry to GrShape."" by Brian Salomon · 6 years ago
  25. af88ec3 Revert "Add arcs as a specialized geometry to GrShape." by Mike Klein · 6 years ago
  26. 255bcf5 Add arcs as a specialized geometry to GrShape. by Brian Salomon · 6 years ago
  27. 1eece78 guard against NaN in path is rect by Cary Clark · 6 years ago
  28. dbc59ba path is rect track corners by Cary Clark · 6 years ago
  29. b120e92 fix path is rect flaw exposed by gold by Cary Clark · 6 years ago
  30. 4eb6f7a path is rect diag test is required by Cary Clark · 6 years ago
  31. 1cd6098 path is rect bug number twelve by Cary Clark · 6 years ago
  32. a765156 yet another path is rect exploit by Cary Clark · 6 years ago
  33. 48c464a a more involved path is rect bug by Cary Clark · 6 years ago
  34. d422847 path is rect bug number nine by Cary Clark · 6 years ago
  35. 88ba971 son of path is rect bug by Cary Clark · 6 years ago
  36. 9438790 Reland "Add private fIsBadForDAA bit to SkPath" by Yuqian Li · 6 years ago
  37. 31608c0 another rect is path fix by Cary Clark · 6 years ago
  38. 8540e11 more path is rect bugs by Cary Clark · 6 years ago
  39. ed5e069 Revert "Add private fIsBadForDAA bit to SkPath" by Yuqian Li · 6 years ago
  40. 54aefc7 Add private fIsBadForDAA bit to SkPath by Yuqian Li · 6 years ago
  41. 58627cb one more path is rect bug by Cary Clark · 6 years ago
  42. 5c71518 fix path to rect when missing close verb by Cary Clark · 6 years ago
  43. 7487ec8 use points instead of verbs for interpolate by Cary Clark · 6 years ago
  44. 267eccc change path serialization version to 4 by Mike Reed · 6 years ago
  45. 0c3137c hide complex versions of isOval and isRRect by Mike Reed · 6 years ago
  46. 926e193 check that rect is finite before jamming our bounds by Mike Reed · 6 years ago
  47. 405b9d2 detect bad conic weights by Mike Reed · 7 years ago
  48. 0a241ce Don't canonicalize empty SkRRects. They stroke differently. by Brian Salomon · 7 years ago
  49. 1acd3c7 keep SVG arcs axis aligned with suppression by Cary Clark · 7 years ago
  50. 5104137 Revert "keep SVG arcs axis aligned" by Cary Clark · 7 years ago
  51. c382384 keep SVG arcs axis aligned by Cary Clark · 7 years ago
  52. 7072e22 Ignore deserialized path convexity and first direction. by Brian Salomon · 7 years ago
  53. df429f3 move parts of SkPoint to SkPointPriv by Cary Clark · 7 years ago
  54. 9480d82 make skmatrix getmapproc private by Cary Clark · 7 years ago
  55. b9b5de5 make SkPath::fConvexity atomic by Mike Klein · 7 years ago
  56. ffbdd02 Make SkPath::readFromMemory failure silent by Adrienne Walker · 7 years ago
  57. 1e3b79e Serialize rrect/oval paths as rrects rather than points and verbs. by Brian Salomon · 7 years ago
  58. 205a126 Revert "Revert "Don't ignore degenerates when deciding if a path is convex"" by Brian Osman · 7 years ago
  59. f953523 Revert "Don't ignore degenerates when deciding if a path is convex" by Brian Osman · 7 years ago
  60. 53cd6c4 Don't ignore degenerates when deciding if a path is convex by Brian Osman · 7 years ago
  61. b201544 make kPathRefGenIDBitCnt private by Cary Clark · 7 years ago
  62. 0461e9f simplify path validate by Cary Clark · 7 years ago
  63. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  64. c8323aa tiny concave path point fix by Cary Clark · 7 years ago
  65. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  66. ad8da8e Expose SkPath validation as boolean by Adrienne Walker · 7 years ago
  67. e9bf6dc Don't compare against uninit edge in SkPath::conservativelyContainsRect by Brian Salomon · 7 years ago
  68. 41a930f Revert "Revert "Fix SkPathRef deserialization malloc crash"" by Mike Reed · 7 years ago
  69. a231857 Correctly stroke zero length segments in multi-contour paths by Brian Osman · 7 years ago
  70. 4d1955c Fix SkFILEStream. by Ben Wagner · 7 years ago
  71. a99b6ce start removing uses of SkScalarMul by Mike Reed · 7 years ago
  72. 8d3196b expose new tight-bounds method on SkPath by Mike Reed · 7 years ago
  73. 0d7dac8 experimental tight-bounds by Mike Reed · 7 years ago
  74. a19f024 make SkPath::conservativelyContainsRect consume degenerate segments by Lee Salzman · 8 years ago
  75. 1026ccf make SkRBuffer always validate by Mike Reed · 8 years ago
  76. 9f67f04 dump path fill type with data by Cary Clark · 8 years ago
  77. 83b5b21 Revert "Annotate benign race on SkPath::fConvexity." by Mike Klein · 8 years ago
  78. df8b269 Revert "Annotate SkPath::fCovexity benign race in the other constructor too." by Mike Klein · 8 years ago
  79. f978f12 Annotate SkPath::fCovexity benign race in the other constructor too. by Mike Klein · 8 years ago
  80. c51a3a4 Annotate benign race on SkPath::fConvexity. by Mike Klein · 8 years ago
  81. 51c5678 use reversePathTo in place of addPathReverse by caryclark · 8 years ago
  82. 2fd58a2 Revert of use reversePathTo in place of addPathReverse (patchset #1 id:1 of https://codereview.chromium.org/2481463002/ ) by caryclark · 8 years ago
  83. d8db392 use reversePathTo in place of addPathReverse by caryclark · 8 years ago
  84. bdabcc4 Fix quad convexity with only one backward dir by liyuqian · 8 years ago
  85. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  86. 95e34a3 Correct a small mistake in SkPath::build_arc_conics by xidachen · 8 years ago
  87. e54c75f remove SkError by Mike Klein · 8 years ago
  88. 6069dda Fix SkPath::arcTo when sweepAngle is tiny and radius is big by xidachen · 8 years ago
  89. 6942442 disallow -4 pointer by caryclark · 8 years ago
  90. 21af9ca Respecify SkCanvas::drawArc, consolidate conversion to SkPath, add GM for oddball drawArcs by bsalomon · 8 years ago
  91. 057ae8a Fix misdetection of rectangles in SkPath::IsSimpleClosedRect. by bsalomon · 8 years ago
  92. 7070a3c Fix mask applied to SkPath::fFillType in readFromMemory to fix fuzzer bug by robertphillips · 8 years ago
  93. 99600d0 Add a test to ensure that a case where SkCubicClipper::ChopMonoAtY returns false is handled properly. by mbarbella · 8 years ago
  94. 066d682 Fix uninit warning on valgrind bot in SkPathPriv:IsSimpleClosedRect by Brian Salomon · 8 years ago
  95. edc743a Add SkPathPriv::IsSimpleClosedRect by bsalomon · 8 years ago
  96. 276e633 Check results from calls to SkCubicClipper::ChopMonoAtY. by mbarbella · 8 years ago
  97. 1978ce2 Fix bug where SkPath will convert an arc to an oval and change the starting point. by bsalomon · 8 years ago
  98. 78d58d1 Make SkPath::isOval() and SkPath::isRRect return the orientation and starting index. by bsalomon · 8 years ago
  99. 2f12463 Fix warnings that were exposed when running with SK_DEBUG enable on an optimized release build. by djsollen · 8 years ago
  100. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago