1. b17c129 Add dirty_after_edit to SkPath::moveTo. Add commented out test case that triggers assert. by bsalomon · 10 years ago
  2. efea5a7 Remove SK_IGNORE_QUAD_RR_CORNERS_OPT-related code. by Florin Malita · 10 years ago
  3. 66a5d8b add path dump test by caryclark · 10 years ago
  4. b6b0252 Add dump() to SkClipStack to help with debugging. by bsalomon · 10 years ago
  5. 8be07bb In convexity checker don't advance last vector when x-product isn't significant. by commit-bot@chromium.org · 10 years ago
  6. 5e1a7f2 Revert of r13379 (Move fLastMoveToIndex from SkPath to SkPathRef - https://codereview.chromium.org/146913002/) due to image quality regression in Chromium. See crbug.com/343123 (Regression - UI issue observed for any "Notification infobars" in Chrome browser) by commit-bot@chromium.org · 10 years ago
  7. 14747e5 Adding new 'extend' mode to SkPath::addPath by commit-bot@chromium.org · 10 years ago
  8. 7e90e8d fix minor error between kStroke_PathAsRect and kFill_PathAsRect in SkPath::asRect by commit-bot@chromium.org · 10 years ago
  9. f66cf72 Move fLastMoveToIndex from SkPath to SkPathRef by robertphillips@google.com · 10 years ago
  10. c2abd54 add alternative to isRect named asRect by commit-bot@chromium.org · 10 years ago
  11. fed2ab6 No deduping dictionaries for matrices and regions. by commit-bot@chromium.org · 11 years ago
  12. f5e67c1 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  13. 05ec223 change isRect to return true for 3-sided rectangular paths by commit-bot@chromium.org · 11 years ago
  14. 6b8dbb6 Move segment mask from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  15. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  16. 11e0555 Code cleanup following recapture of skps by robertphillips@google.com · 11 years ago
  17. 466310d Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  18. ca316f5 Revert of r12450 (Move fIsOval from SkPath to SkPathRef) by robertphillips@google.com · 11 years ago
  19. 31f0ffc Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  20. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  21. a1a097e increase coverage of SkPath.cpp, remove unused code by commit-bot@chromium.org · 11 years ago
  22. 8f457e3 Adding error checks to SkRBuffer by commit-bot@chromium.org · 11 years ago
  23. 2e1b99e optimize floating pt, save a few instructions by caryclark@google.com · 11 years ago
  24. 42feaaf use quads for mixed radius rrects by commit-bot@chromium.org · 11 years ago
  25. 4faa869 Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by commit-bot@chromium.org · 11 years ago
  26. 12a2386 Revert "Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream." by reed@google.com · 11 years ago
  27. b48a59a Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  28. eb22126 Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('Assertion failures on various buildbots as of r12114') by epoger@google.com · 11 years ago
  29. 305f78e Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  30. f91aaec Construct round rects with perpendicular tangents. by commit-bot@chromium.org · 11 years ago
  31. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  32. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  33. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  34. 1ab9f73 Use SkPathRef gen id for SkPath::getGenerationID by commit-bot@chromium.org · 11 years ago
  35. 4db592c remove contains(x,y) for rects and rrects ... not well defined, and unused by reed@google.com · 11 years ago
  36. 7101abe Reverting r12010 (Use SkPathRef gen id for SkPath::getGenerationID https://codereview.chromium.org/49693002) due to test failures in PathTest on Android by robertphillips@google.com · 11 years ago
  37. 4cc7518 Use SkPathRef gen id for SkPath::getGenerationID by commit-bot@chromium.org · 11 years ago
  38. 1236719 Fix cubic->quad RR corner regression by robertphillips@google.com · 11 years ago
  39. 627f662 Disable r11835 (Replace cubic round rect corners with quads) due to performance regression by robertphillips@google.com · 11 years ago
  40. 1cc385b Replace cubic round rect corners with quads by robertphillips@google.com · 11 years ago
  41. 50df4d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  42. b0889a5 This CL effectively reverts: by robertphillips@google.com · 11 years ago
  43. ca0c838 Move bound and isFinite into pathref by robertphillips@google.com · 11 years ago
  44. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  45. cb8b0ee Update how SkPath handles fGenerationID and fSourcePath, and add tests to cover. by mtklein@google.com · 11 years ago
  46. 9d54aeb All rSomethingTo() immediately following a close() are relative to the point we closed from, not the point we close to. Fix that. by commit-bot@chromium.org · 11 years ago
  47. 9c1a967 remove uneeded SK_API declaration. by djsollen@google.com · 11 years ago
  48. 9c9d4a7 Restore SkPath(const SkPath&) to copy the generation ID on Android. by mtklein@google.com · 11 years ago
  49. a62efcc Avoid counting verbs twice in SkPath::isEmpty() by commit-bot@chromium.org · 11 years ago
  50. 62df526 Make SkPath::conservativelyContainsRect not assert on paths that begin with repeated moveTos by commit-bot@chromium.org · 11 years ago
  51. a524d5e Avoid lineTo() duplication in SkPath::dump(). by commit-bot@chromium.org · 11 years ago
  52. f48e475 Remove SK_DEBUG_PATH_REF by commit-bot@chromium.org · 11 years ago
  53. dd68f45 Fix PathRefDebugRef (SK_DEBUG_PATH_REF) case for SkPath copy constructor. by bungeman@google.com · 11 years ago
  54. 8fd1603 Revert r9724 (add rect-output parameter to isRect) to allow the DEPS roll by robertphillips@google.com · 11 years ago
  55. 020b25b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  56. da2b21f add rect-output parameter to isRect, allowing us to return the correct bounds even if a rectagular path has a trailing moveTo by reed@google.com · 11 years ago
  57. a5809a3 SkPath::rewind needs to have same reset as SkPath::reset. by bungeman@google.com · 11 years ago
  58. 26da7f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  59. 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 11 years ago
  60. fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 11 years ago
  61. 7950a9e add asserts to point<-->verb helpers by reed@google.com · 11 years ago
  62. 83d1a68 Add special handling of rectori case for gpu by robertphillips@google.com · 11 years ago
  63. 614f9e3 Fix some warnings in SkPath. by scroggo@google.com · 11 years ago
  64. 3284017 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  65. 75e3ca1 Error checking / reporting API by humper@google.com · 11 years ago
  66. 4bd2bdb Upstream changes from Android. by djsollen@google.com · 11 years ago
  67. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  68. f919b72 in SkPath::dump(), add \n after close() printf, so we don't run into the next verb (e.g. moveTo) by reed@google.com · 12 years ago
  69. 15dd300 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  70. 51bbe75 change SkPath::dump() to output compilable code snippet, to aid in debugging. by reed@google.com · 12 years ago
  71. d9f65e3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  72. b16033a reorder internal files, in preparation for refactoring. no functional change. by mike@reedtribe.org · 12 years ago
  73. 5d688fb remove dead code from SkPath::addOval by mike@reedtribe.org · 12 years ago
  74. 7a03d86 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  75. 4e18c7a Add RRect GM by robertphillips@google.com · 12 years ago
  76. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  77. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  78. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  79. 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 12 years ago
  80. a8a3b3d check for bad enum use when adding contours by reed@google.com · 12 years ago
  81. f68154a Add isRect variant that returns path closure and direction. by caryclark@google.com · 12 years ago
  82. bfe9037 detect wrapped rect in path by caryclark@google.com · 12 years ago
  83. 56f233a add two nested rect detector to path by caryclark@google.com · 12 years ago
  84. cec8de6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  85. 9bee33a Add a conservativelyContainsRect function to SkPath. by bsalomon@google.com · 12 years ago
  86. fbb0ed9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  87. 30c174b Make SkPath cache the result of cheapComputeDirection. by bsalomon@google.com · 12 years ago
  88. a8790de If a path is known to be nonfinite, don't forget that in our autobounds by reed@google.com · 12 years ago
  89. 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  90. 158618e Removed degenerate quads from zero radius Chrome-style round rects by robertphillips@google.com · 12 years ago
  91. 077348c Fix slow gm debug builds that are doing large path validation runs. by djsollen@google.com · 12 years ago
  92. 7cc7f49 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  93. ae09f2d Adds extra debugging to SkPathRef that can optionally be turned on in a release build. by bsalomon@google.com · 12 years ago
  94. 1dfe88e Revert r5557 (which itself was a revert of r5433). Relands SkPathRef. Will follow with change for extra debug checks to attempt to ferret out http://www.crbug.com/148637. by bsalomon@google.com · 12 years ago
  95. 6c5418e Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 branch. by bsalomon@google.com · 12 years ago
  96. 69aca79 SkPathRef: one allocation for pts+verbs, path GenID, copy-on-write by bsalomon@google.com · 12 years ago
  97. 22023be Export SkPath equality operator. by wjmaclean@chromium.org · 12 years ago
  98. c9ab987 Implement multi-threaded picture playback via cloning. by djsollen@google.com · 12 years ago
  99. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  100. 17bb458 Add fast path in arcTo and addArc for 0==sweep && 0|360==sweepAngle by robertphillips@google.com · 12 years ago