| Commit message (Expand) | Author | Age |
* | Use SkPathRef gen id for SkPath::getGenerationID | commit-bot@chromium.org | 2013-10-30 |
* | Reverting r12010 (Use SkPathRef gen id for SkPath::getGenerationID https://co... | robertphillips@google.com | 2013-10-29 |
* | Use SkPathRef gen id for SkPath::getGenerationID | commit-bot@chromium.org | 2013-10-29 |
* | Move bound and isFinite into pathref | robertphillips@google.com | 2013-09-26 |
* | Update how SkPath handles fGenerationID and fSourcePath, and add tests to cover. | mtklein@google.com | 2013-08-15 |
* | Restore SkPath(const SkPath&) to copy the generation ID on Android. | mtklein@google.com | 2013-08-07 |
* | Remove SK_DEBUG_PATH_REF | commit-bot@chromium.org | 2013-06-27 |
* | Fix PathRefDebugRef (SK_DEBUG_PATH_REF) case for SkPath copy constructor. | bungeman@google.com | 2013-06-26 |
* | Revert r9724 (add rect-output parameter to isRect) to allow the DEPS roll | robertphillips@google.com | 2013-06-25 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-06-22 |
* | add rect-output parameter to isRect, allowing us to return the correct bounds... | reed@google.com | 2013-06-21 |
* | Fix macro for r9718. | bungeman@google.com | 2013-06-21 |
* | SkPath::rewind needs to have same reset as SkPath::reset. | bungeman@google.com | 2013-06-21 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-06-01 |
* | bump picture version since SkPath has changed (conics) | reed@google.com | 2013-05-31 |
* | Revert "add asserts to point<-->verb helpers" | reed@google.com | 2013-05-30 |
* | add asserts to point<-->verb helpers | reed@google.com | 2013-05-30 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-05-20 |
* | Add special handling of rectori case for gpu | robertphillips@google.com | 2013-05-17 |
* | Add RRect GM | robertphillips@google.com | 2012-12-17 |
* | Follow up on the previous patch : | sugoi@google.com | 2012-12-17 |
* | revert 6766, thereby re-landing 6762-6763 now that the bots are ready | reed@google.com | 2012-12-12 |
* | revert 6762-6763, since those require new skps to be generated, and we can't | reed@google.com | 2012-12-12 |
* | make RRect and Oval first-class drawing primitives in SkCanvas. | reed@google.com | 2012-12-12 |
* | As part of preliminary groundwork for a chromium fix, this changelist is depr... | sugoi@google.com | 2012-12-06 |
* | check for bad enum use when adding contours | reed@google.com | 2012-11-26 |
* | Add isRect variant that returns path closure and direction. | caryclark@google.com | 2012-11-21 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-20 |
* | add two nested rect detector to path | caryclark@google.com | 2012-11-19 |
* | Add a conservativelyContainsRect function to SkPath. | bsalomon@google.com | 2012-11-13 |
* | Make SkPath cache the result of cheapComputeDirection. | bsalomon@google.com | 2012-11-13 |
* | Disable SK_DEBUG_PATH_REF in debug builds. | bsalomon@google.com | 2012-10-04 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-04 |
* | Adds extra debugging to SkPathRef that can optionally be turned on in a relea... | bsalomon@google.com | 2012-10-03 |
* | Revert r5557 (which itself was a revert of r5433). Relands SkPathRef. Will fo... | bsalomon@google.com | 2012-10-03 |
* | Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 b... | bsalomon@google.com | 2012-09-14 |
* | SkPathRef: one allocation for pts+verbs, path GenID, copy-on-write | bsalomon@google.com | 2012-09-07 |
* | Add SK_API to path == decl. | bsalomon@google.com | 2012-09-07 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Set LF property on a bunch of files. | bsalomon@google.com | 2012-08-20 |
* | Added Serialization of SkPath's bound | robertphillips@google.com | 2012-08-17 |
* | Add inst counting to bench and count SkPaths | bsalomon@google.com | 2012-08-14 |
* | Adds a bunch of benchmarks around creating, transforming, testing path equality, | bsalomon@google.com | 2012-08-13 |
* | Windows compiler complaint cleanup | robertphillips@google.com | 2012-07-26 |
* | explicitly track if a path is finite or not | reed@google.com | 2012-07-26 |
* | add SkPath::contains(x, y) | mike@reedtribe.org | 2012-07-11 |
* | Rename the existing flatten(void*) methods. | djsollen@google.com | 2012-06-08 |
* | Add SkPath::getVerbs/countVerbs | bsalomon@google.com | 2012-06-07 |
* | Make SkPath::RawIter require a non-NULL pts pointer. | bsalomon@google.com | 2012-06-07 |
* | addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing) | reed@google.com | 2012-05-29 |