aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pathops
Commit message (Expand)AuthorAge
* remove unused fields from SkOpSegmentGravatar caryclark2015-09-04
* remove duplicate linked list adjustmentGravatar caryclark2015-08-31
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Remove include of stdlib.h from SkTypes.h.Gravatar bungeman2015-08-26
* fix pathops fuzz failuresGravatar caryclark2015-08-18
* Remove a couple zombie pathops files.Gravatar mtklein2015-08-18
* remove unused codeGravatar caryclark2015-08-17
* compute split conic endpoints exactlyGravatar caryclark2015-07-28
* fix path ops fuzz busterGravatar caryclark2015-07-23
* fix pathops battle testGravatar caryclark2015-07-07
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-07
* When three or more edges are coincident, the logic needsGravatar caryclark2015-07-06
* Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....Gravatar jvanverth2015-07-02
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-01
* don't fix winding for empty pathsGravatar caryclark2015-06-29
* initialize firstDirGravatar caryclark2015-06-17
* SkPath::Direction serves two masters:Gravatar reed2015-06-10
* fix builder winding againGravatar caryclark2015-05-18
* The path ops builder code needs to determine the winding of each contour adde...Gravatar caryclark2015-05-18
* fix path op builderGravatar caryclark2015-05-14
* look for deleted pts when detecting line/curve coincident edgesGravatar caryclark2015-05-14
* deal more consistently with unsortable edgesGravatar caryclark2015-05-13
* Path ops formerly found the topmost unprocessed edge and determined its angle...Gravatar caryclark2015-05-11
* use pathops utils to improve precision of cubic chopping in scan converterGravatar reed2015-04-30
* minor fixes to cubics code and overall alignment of how bounds and tops are c...Gravatar caryclark2015-04-29
* fix valgrindGravatar caryclark2015-04-27
* fix multiple intersection logicGravatar caryclark2015-04-24
* working on initial winding for cubicsGravatar caryclark2015-04-23
* fix valgrind uninitialized var errorGravatar caryclark2015-04-21
* Now, path ops natively intersect conics, quads, and cubics in any combination...Gravatar caryclark2015-04-20
* fix valgrind uninitialized issueGravatar caryclark2015-04-13
* fix valgrind bugGravatar caryclark2015-04-06
* add legacy pathop enums; fix uninitialized warningGravatar caryclark2015-03-26
* cumulative pathops patchGravatar caryclark2015-03-26
* Revert of pathops version two (patchset #16 id:150001 of https://codereview.c...Gravatar reed2015-03-24
* Revert of fix destructor order to fix build (patchset #1 id:1 of https://code...Gravatar caryclark2015-03-24
* fix destructor order to fix buildGravatar caryclark2015-03-24
* pathops version twoGravatar caryclark2015-03-24
* new files for pathops geometric intersectionGravatar caryclark2015-01-16
* fixes for conicsGravatar reed2015-01-06
* Revert of use conics for ovals and roundrects (patchset #1 id:1 of https://co...Gravatar reed2015-01-06
* use conics for ovals and roundrectsGravatar reed2015-01-05
* These tests stress pathops by describing the union of circle-like paths that ...Gravatar caryclark2014-11-13
* Revert of harden pathops for pathological test (patchset #19 id:410001 of htt...Gravatar hcm2014-10-28
* These tests stress pathops by describing the union of circle-like paths that ...Gravatar caryclark2014-10-28
* abort op early if path isn't parseableGravatar caryclark2014-10-03
* fail on extremely large coincident curvesGravatar caryclark2014-09-29
* fail early if coincidence can't be resolvedGravatar caryclark2014-09-19
* fix battlefield website by disallowing very small coordinatesGravatar caryclark2014-09-18