aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pathops
Commit message (Expand)AuthorAge
* Fix warnings that were exposed when running with SK_DEBUG enable on an optimi...Gravatar djsollen2016-04-29
* pathops: Split loop type cubics only when there is a self-intersection.Gravatar deanm2016-04-26
* pathops: Cosmetic only change, update comments around ComplexBreak().Gravatar deanm2016-04-26
* pathops: Add missing header guards in two files.Gravatar deanm2016-04-26
* Appease valgrind wrt testing code initializationGravatar robertphillips2016-04-07
* give up if huge paths have unresolvable coincidenceGravatar caryclark2016-04-05
* detach -> releaseGravatar mtklein2016-03-16
* fix path ops fuzz bugGravatar caryclark2016-02-24
* add helper to create fancy underlinesGravatar caryclark2016-02-09
* Consolidate SK_CRASH and sk_throw into SK_ABORTGravatar djsollen2016-01-29
* Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:800...Gravatar djsollen2016-01-22
* Consolidate SK_CRASH and sk_throw into SK_ABORTGravatar djsollen2016-01-22
* only call scalar finite when necessaryGravatar caryclark2015-12-16
* path ops: check for deleted endsGravatar caryclark2015-12-14
* ubsan shift fixesGravatar caryclark2015-12-09
* fix coincident fuzzerGravatar caryclark2015-12-07
* fix pathops coincidence fuzz bugGravatar caryclark2015-11-20
* path ops: fix fuzz-found divide by zeroGravatar caryclark2015-11-02
* path ops; remove obsolete reduceGravatar caryclark2015-10-30
* More conic-specific tests revealed a few conic-specific bugs. Because javascr...Gravatar caryclark2015-10-30
* Reland of path ops: fix conic weight and partial coincidence (patchset #1 id:...Gravatar caryclark2015-10-22
* Revert of path ops: fix conic weight and partial coincidence (patchset #5 id:...Gravatar caryclark2015-10-21
* The remaining 1m skp bugs are asserts that can be harmlesslyGravatar caryclark2015-10-20
* Enabling clip stack flattening exercises path ops.Gravatar caryclark2015-10-16
* 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