1. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  2. 11e0555 Code cleanup following recapture of skps by robertphillips@google.com · 11 years ago
  3. 466310d Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  4. ca316f5 Revert of r12450 (Move fIsOval from SkPath to SkPathRef) by robertphillips@google.com · 11 years ago
  5. 31f0ffc Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  6. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  7. a1a097e increase coverage of SkPath.cpp, remove unused code by commit-bot@chromium.org · 11 years ago
  8. 8f457e3 Adding error checks to SkRBuffer by commit-bot@chromium.org · 11 years ago
  9. 2e1b99e optimize floating pt, save a few instructions by caryclark@google.com · 11 years ago
  10. 42feaaf use quads for mixed radius rrects by commit-bot@chromium.org · 11 years ago
  11. 4faa869 Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by commit-bot@chromium.org · 11 years ago
  12. 12a2386 Revert "Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream." by reed@google.com · 11 years ago
  13. b48a59a Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  14. 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
  15. 305f78e Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  16. f91aaec Construct round rects with perpendicular tangents. by commit-bot@chromium.org · 11 years ago
  17. 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
  18. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  19. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  20. 1ab9f73 Use SkPathRef gen id for SkPath::getGenerationID by commit-bot@chromium.org · 11 years ago
  21. 4db592c remove contains(x,y) for rects and rrects ... not well defined, and unused by reed@google.com · 11 years ago
  22. 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
  23. 4cc7518 Use SkPathRef gen id for SkPath::getGenerationID by commit-bot@chromium.org · 11 years ago
  24. 1236719 Fix cubic->quad RR corner regression by robertphillips@google.com · 11 years ago
  25. 627f662 Disable r11835 (Replace cubic round rect corners with quads) due to performance regression by robertphillips@google.com · 11 years ago
  26. 1cc385b Replace cubic round rect corners with quads by robertphillips@google.com · 11 years ago
  27. 50df4d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  28. b0889a5 This CL effectively reverts: by robertphillips@google.com · 11 years ago
  29. ca0c838 Move bound and isFinite into pathref by robertphillips@google.com · 11 years ago
  30. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  31. cb8b0ee Update how SkPath handles fGenerationID and fSourcePath, and add tests to cover. by mtklein@google.com · 11 years ago
  32. 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
  33. 9c1a967 remove uneeded SK_API declaration. by djsollen@google.com · 11 years ago
  34. 9c9d4a7 Restore SkPath(const SkPath&) to copy the generation ID on Android. by mtklein@google.com · 11 years ago
  35. a62efcc Avoid counting verbs twice in SkPath::isEmpty() by commit-bot@chromium.org · 11 years ago
  36. 62df526 Make SkPath::conservativelyContainsRect not assert on paths that begin with repeated moveTos by commit-bot@chromium.org · 11 years ago
  37. a524d5e Avoid lineTo() duplication in SkPath::dump(). by commit-bot@chromium.org · 11 years ago
  38. f48e475 Remove SK_DEBUG_PATH_REF by commit-bot@chromium.org · 11 years ago
  39. dd68f45 Fix PathRefDebugRef (SK_DEBUG_PATH_REF) case for SkPath copy constructor. by bungeman@google.com · 11 years ago
  40. 8fd1603 Revert r9724 (add rect-output parameter to isRect) to allow the DEPS roll by robertphillips@google.com · 11 years ago
  41. 020b25b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  42. 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
  43. a5809a3 SkPath::rewind needs to have same reset as SkPath::reset. by bungeman@google.com · 11 years ago
  44. 26da7f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  45. 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 11 years ago
  46. fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 11 years ago
  47. 7950a9e add asserts to point<-->verb helpers by reed@google.com · 11 years ago
  48. 83d1a68 Add special handling of rectori case for gpu by robertphillips@google.com · 11 years ago
  49. 614f9e3 Fix some warnings in SkPath. by scroggo@google.com · 11 years ago
  50. 3284017 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  51. 75e3ca1 Error checking / reporting API by humper@google.com · 11 years ago
  52. 4bd2bdb Upstream changes from Android. by djsollen@google.com · 11 years ago
  53. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  54. 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
  55. 15dd300 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  56. 51bbe75 change SkPath::dump() to output compilable code snippet, to aid in debugging. by reed@google.com · 12 years ago
  57. d9f65e3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  58. b16033a reorder internal files, in preparation for refactoring. no functional change. by mike@reedtribe.org · 12 years ago
  59. 5d688fb remove dead code from SkPath::addOval by mike@reedtribe.org · 12 years ago
  60. 7a03d86 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  61. 4e18c7a Add RRect GM by robertphillips@google.com · 12 years ago
  62. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  63. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  64. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  65. 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
  66. a8a3b3d check for bad enum use when adding contours by reed@google.com · 12 years ago
  67. f68154a Add isRect variant that returns path closure and direction. by caryclark@google.com · 12 years ago
  68. bfe9037 detect wrapped rect in path by caryclark@google.com · 12 years ago
  69. 56f233a add two nested rect detector to path by caryclark@google.com · 12 years ago
  70. cec8de6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  71. 9bee33a Add a conservativelyContainsRect function to SkPath. by bsalomon@google.com · 12 years ago
  72. fbb0ed9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  73. 30c174b Make SkPath cache the result of cheapComputeDirection. by bsalomon@google.com · 12 years ago
  74. a8790de If a path is known to be nonfinite, don't forget that in our autobounds by reed@google.com · 12 years ago
  75. 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  76. 158618e Removed degenerate quads from zero radius Chrome-style round rects by robertphillips@google.com · 12 years ago
  77. 077348c Fix slow gm debug builds that are doing large path validation runs. by djsollen@google.com · 12 years ago
  78. 7cc7f49 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  79. ae09f2d Adds extra debugging to SkPathRef that can optionally be turned on in a release build. by bsalomon@google.com · 12 years ago
  80. 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
  81. 6c5418e Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 branch. by bsalomon@google.com · 12 years ago
  82. 69aca79 SkPathRef: one allocation for pts+verbs, path GenID, copy-on-write by bsalomon@google.com · 12 years ago
  83. 22023be Export SkPath equality operator. by wjmaclean@chromium.org · 12 years ago
  84. c9ab987 Implement multi-threaded picture playback via cloning. by djsollen@google.com · 12 years ago
  85. 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
  86. 17bb458 Add fast path in arcTo and addArc for 0==sweep && 0|360==sweepAngle by robertphillips@google.com · 12 years ago
  87. 01ec2eb Added Serialization of SkPath's bound by robertphillips@google.com · 12 years ago
  88. 5d8d186 Addressed Windows compiler complaints by robertphillips@google.com · 12 years ago
  89. 65a87cc Add inst counting to bench and count SkPaths by bsalomon@google.com · 12 years ago
  90. ed02c4d Fix handling of infinite bounds during "fast transforms". by tomhudson@google.com · 12 years ago
  91. 2972bb5 Adding storage of SkPath::fIsOval by robertphillips@google.com · 12 years ago
  92. 0bb18bb explicitly track if a path is finite or not by reed@google.com · 12 years ago
  93. e9bb623 add default: to switch statement, to avoid warning/error for unhandled cases. by reed@google.com · 12 years ago
  94. bad1b2f add SkPath::contains(x, y) by mike@reedtribe.org · 12 years ago
  95. 4eefe61 Handle convex paths with degeneracies in cheap direction computation by bsalomon@google.com · 12 years ago
  96. 7e96360 Fix the problem of rendering closePath not properly after a moveTo call in by schenney@chromium.org · 12 years ago
  97. 7886ad3 remove SK_CAN_USE_FLOAT (deprecated) by reed@google.com · 12 years ago
  98. 94e75ee Rename the existing flatten(void*) methods. by djsollen@google.com · 12 years ago
  99. df9d656 Add SkPath::getVerbs/countVerbs by bsalomon@google.com · 12 years ago
  100. f6d3c5a Make SkPath::RawIter require a non-NULL pts pointer. by bsalomon@google.com · 12 years ago