| Commit message (Expand) | Author | Age |
* | Base SkAutoTUnref on skstd::unique_ptr. | bungeman | 2015-10-01 |
* | Make SkPath fFirstDirection atomic to fix tsan. | herb | 2015-09-28 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Very tiny paths are subsumed by the Convexicator | caryclark | 2015-07-14 |
* | Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. | mtklein | 2015-07-07 |
* | Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.... | jvanverth | 2015-07-02 |
* | Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. | mtklein | 2015-07-01 |
* | fix deserialization after FirstDirection change to paths | reed | 2015-06-11 |
* | SkPath::Direction serves two masters: | reed | 2015-06-10 |
* | simplify RawIter - don't return a pt in kClose | reed | 2015-05-27 |
* | simplify RawIter | reed | 2015-05-13 |
* | Fix build warning: 'this' pointer cannot be null in well-defined C++ code; co... | dongseong.hwang | 2015-04-30 |
* | Fix build warning: reference cannot be bound to dereferenced null pointer in ... | dongseong.hwang | 2015-04-30 |
* | minor fixes to cubics code and overall alignment of how bounds and tops are c... | caryclark | 2015-04-29 |
* | Now, path ops natively intersect conics, quads, and cubics in any combination... | caryclark | 2015-04-20 |
* | change isNestedRect to isNestedFillRect | caryclark | 2015-04-08 |
* | remove SK_SUPPORT_LEGACY_ARCTO_QUADS code | reed | 2015-03-20 |
* | Remove SK_SUPPORT_LEGACY_ADDOVAL | fmalita | 2015-03-09 |
* | add double precision convex test | caryclark | 2015-03-02 |
* | treat backwards quads as not convex | caryclark | 2015-03-02 |
* | fuzzer fixes | caryclark | 2015-02-25 |
* | Reset conicWeights in SkPath::consumeDegenerateSegments when rewinding to las... | robertphillips | 2015-02-23 |
* | add gm for path-arcs, and catch degenerate arc in conic-case | reed | 2015-02-17 |
* | Remove SK_SUPPORT_LEGACY_ADDRRECT | fmalita | 2015-02-17 |
* | Remove android specific srcPath from SkPath | djsollen | 2015-02-17 |
* | use conics for arcTo | reed | 2015-02-09 |
* | share code between arcTo and addArc, update dox | reed | 2015-01-29 |
* | reorg some path routines, preparing to switch arcs to conics | reed | 2015-01-29 |
* | use conics for ovals and roundrects | reed | 2015-01-06 |
* | Revert of use conics for ovals and roundrects (patchset #1 id:1 of https://co... | reed | 2015-01-06 |
* | use conics for ovals and roundrects | reed | 2015-01-05 |
* | Remove SkPath::asRect | robertphillips | 2015-01-05 |
* | Cleanup isRect variants | robertphillips | 2015-01-05 |
* | Update stroke path to use rect returned from isRect (to fix trailing moveTo bug) | robertphillips | 2014-12-29 |
* | Fix bound returned by SkPath::isRect when the path contains a trailing moveTo | robertphillips | 2014-12-29 |
* | use conics for addRRect | reed | 2014-12-17 |
* | use conics | reed | 2014-12-17 |
* | Fix rrects that are large enough that we lose/gain a bit when we add the radi... | reed | 2014-12-15 |
* | add dumpHex option to rect and rrect, to match path | reed | 2014-12-15 |
* | change SkPoint::setLength to set itself to (0,0) if it starting length is deg... | reed | 2014-12-09 |
* | add convexity logic and tests for scalar max, Inf, and NaN | caryclark | 2014-12-08 |
* | Fix yet another convexicator issue | robertphillips | 2014-11-17 |
* | Set temporary paths volatile so we don't cache them. | jvanverth | 2014-10-24 |
* | add float equivalent in dumpHex output as comment | caryclark | 2014-10-23 |
* | Fix convexicator bug | robertphillips | 2014-09-16 |
* | add dumpHex() option to SkPath | caryclark | 2014-09-15 |
* | "NULL !=" = NULL | bsalomon | 2014-09-05 |
* | Add dirty_after_edit to SkPath::moveTo. Add commented out test case that trig... | bsalomon | 2014-08-28 |
* | Remove SK_IGNORE_QUAD_RR_CORNERS_OPT-related code. | Florin Malita | 2014-08-01 |
* | add path dump test | caryclark | 2014-06-24 |