| Commit message (Expand) | Author | Age |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-12-18 |
* | Add RRect GM | robertphillips@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 |
* | detect wrapped rect in path | caryclark@google.com | 2012-11-21 |
* | add two nested rect detector to path | caryclark@google.com | 2012-11-19 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-14 |
* | Add a conservativelyContainsRect function to SkPath. | bsalomon@google.com | 2012-11-13 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-13 |
* | Make SkPath cache the result of cheapComputeDirection. | bsalomon@google.com | 2012-11-13 |
* | If a path is known to be nonfinite, don't forget that in our autobounds | reed@google.com | 2012-10-24 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-24 |
* | Removed degenerate quads from zero radius Chrome-style round rects | robertphillips@google.com | 2012-10-23 |
* | Fix slow gm debug builds that are doing large path validation runs. | djsollen@google.com | 2012-10-22 |
* | 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 |
* | Export SkPath equality operator. | wjmaclean@chromium.org | 2012-09-06 |
* | Implement multi-threaded picture playback via cloning. | djsollen@google.com | 2012-08-29 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Add fast path in arcTo and addArc for 0==sweep && 0|360==sweepAngle | robertphillips@google.com | 2012-08-20 |
* | Added Serialization of SkPath's bound | robertphillips@google.com | 2012-08-17 |
* | Addressed Windows compiler complaints | robertphillips@google.com | 2012-08-15 |
* | Add inst counting to bench and count SkPaths | bsalomon@google.com | 2012-08-14 |
* | Fix handling of infinite bounds during "fast transforms". | tomhudson@google.com | 2012-08-10 |
* | Adding storage of SkPath::fIsOval | robertphillips@google.com | 2012-08-07 |
* | explicitly track if a path is finite or not | reed@google.com | 2012-07-26 |
* | add default: to switch statement, to avoid warning/error for unhandled cases. | reed@google.com | 2012-07-11 |
* | add SkPath::contains(x, y) | mike@reedtribe.org | 2012-07-11 |
* | Handle convex paths with degeneracies in cheap direction computation | bsalomon@google.com | 2012-07-10 |
* | Fix the problem of rendering closePath not properly after a moveTo call in | schenney@chromium.org | 2012-06-13 |
* | remove SK_CAN_USE_FLOAT (deprecated) | reed@google.com | 2012-06-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 |
* | fix warnings on Mac in src/core | caryclark@google.com | 2012-06-06 |
* | addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing) | reed@google.com | 2012-05-29 |
* | Iter::next takes a bool (defaults to true for now) if we want to consume dege... | reed@google.com | 2012-05-16 |
* | remove null-check in SKPath::Iter::next() -- not needed, and slows us down a ... | reed@google.com | 2012-05-15 |
* | add SkPath::isLine(), similar to isRect() | reed@google.com | 2012-05-10 |
* | Track oval in SkPath | bsalomon@google.com | 2012-04-18 |
* | Revert r3705 for fixed pt failures. | bsalomon@google.com | 2012-04-17 |
* | track oval in SkPath | bsalomon@google.com | 2012-04-17 |
* | Upstream changes from Android repository. | djsollen@google.com | 2012-03-21 |