Added the path ops features
[platform/upstream/libSkiaSharp.git] / src / pathops /
2016-09-02 Matthew LeibowitzMerge pull request #21 from mono/merge-m54
2016-09-02 Matthew LeibowitzMerge pull request #20 from mono/gpu-support
2016-08-30 Matthew LeibowitzMerge branch 'chrome/m54' into merge-m54
2016-08-24 caryclarkremove point aliases
2016-08-23 caryclarkfix pathops fuzz
2016-08-19 caryclarkfix fuzzes
2016-08-17 caryclarkfix fuzz
2016-08-16 caryclarkfix fuzz bug
2016-08-11 caryclarkstart working on tiger again
2016-08-10 csmartdaltonFix SkDEBUGCODE to accept commas
2016-08-08 caryclarktemplate intersection fuzz fixes
2016-07-27 caryclarkrequire semi at the end of SkASSERT and friends
2016-07-27 caryclarkfuzz wednesday
2016-07-26 caryclarkfix fuzz bugs
2016-07-25 caryclarkfix fuzz
2016-07-23 Matthew LeibowitzMerge pull request #15 from mono/update-skia-m52
2016-07-22 caryclarklimit number of searched roots
2016-07-22 caryclarkconic fuzz fix
2016-07-21 caryclarklet line/cubic intersect at four spots
2016-07-21 caryclarkallow curves on side of lines to be very small
2016-07-21 caryclarkfix builder fuzz
2016-07-21 caryclarkfix fuzzer bug
2016-07-19 caryclarkfix fuzzer
2016-07-18 Matthew LeibowitzMerge branch 'chrome/m53' into update-skia-m52
2016-07-18 Matthew LeibowitzMerge branch 'feature-patheffect' into update-skia-m52
2016-07-18 caryclarkpathops coincidence and security rewrite
2016-07-13 Matthew LeibowitzMerge branch 'feature-patheffect' into update-skia-m52
2016-06-29 caryclarkfix asan bug triggered by pathops fuzz tests
2016-06-29 caryclarkfix another pathops fuzz bug
2016-06-29 caryclarkfix fuzz test that exceeds numeric limit
2016-06-28 caryclarkfix fuzz bugs
2016-06-24 Matthew LeibowitzMerge branch 'chrome/m52' into update-skia-m52
2016-06-18 fmalita[M52] add fail condition to addexpanded
2016-06-17 Matthew LeibowitzMerge branch 'chrome/m52' into update-skia-m52
2016-06-10 caryclarkadd fail condition to addexpanded
2016-06-08 caryclarkfix pathops fuzz bugs
2016-06-08 lsalzmanA Mozilla developer ran the µmix static analyzer on...
2016-05-27 caryclarkpin before calling acos
2016-05-26 caryclarkfix security bug
2016-05-05 reedRevert of SK_DECLARE_STATIC_MUTEX -> static SkMutex...
2016-05-04 mtkleinSK_DECLARE_STATIC_MUTEX -> static SkMutex
2016-04-29 djsollenFix warnings that were exposed when running with SK_DEB...
2016-04-26 deanmpathops: Split loop type cubics only when there is...
2016-04-26 deanmpathops: Cosmetic only change, update comments around...
2016-04-26 deanmpathops: Add missing header guards in two files.
2016-04-07 robertphillipsAppease valgrind wrt testing code initialization
2016-04-05 caryclarkgive up if huge paths have unresolvable coincidence
2016-03-16 mtkleindetach -> release
2016-02-24 caryclarkfix path ops fuzz bug
2016-02-09 caryclarkadd helper to create fancy underlines
2016-02-03 Matthew LeibowitzMerge branch 'chrome/m49' into xamarin-mobile-bindings
2016-01-29 djsollenConsolidate SK_CRASH and sk_throw into SK_ABORT
2016-01-22 djsollenRevert of Consolidate SK_CRASH and sk_throw into SK_ABO...
2016-01-22 djsollenConsolidate SK_CRASH and sk_throw into SK_ABORT
2015-12-16 caryclarkonly call scalar finite when necessary
2015-12-14 caryclarkpath ops: check for deleted ends
2015-12-09 caryclarkubsan shift fixes
2015-12-07 caryclarkfix coincident fuzzer
2015-11-20 caryclarkfix pathops coincidence fuzz bug
2015-11-02 caryclarkpath ops: fix fuzz-found divide by zero
2015-10-30 caryclarkpath ops; remove obsolete reduce
2015-10-30 caryclarkMore conic-specific tests revealed a few conic-specific...
2015-10-22 caryclarkReland of path ops: fix conic weight and partial coinci...
2015-10-21 caryclarkRevert of path ops: fix conic weight and partial coinci...
2015-10-20 caryclarkThe remaining 1m skp bugs are asserts that can be harml...
2015-10-16 caryclarkEnabling clip stack flattening exercises path ops.
2015-09-04 caryclarkremove unused fields from SkOpSegment
2015-08-31 caryclarkremove duplicate linked list adjustment
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-26 bungemanRemove include of stdlib.h from SkTypes.h.
2015-08-18 caryclarkfix pathops fuzz failures
2015-08-18 mtkleinRemove a couple zombie pathops files.
2015-08-17 caryclarkremove unused code
2015-07-28 caryclarkcompute split conic endpoints exactly
2015-07-23 caryclarkfix path ops fuzz buster
2015-07-08 caryclarkfix pathops battle test
2015-07-07 mtkleinRemove SkThread.h, include SkMutex.h or SkAtomics.h...
2015-07-06 caryclarkWhen three or more edges are coincident, the logic...
2015-07-02 jvanverthRevert of Remove SkThread.h, include SkMutex.h or SkAto...
2015-07-01 mtkleinRemove SkThread.h, include SkMutex.h or SkAtomics.h...
2015-06-29 caryclarkdon't fix winding for empty paths
2015-06-17 caryclarkinitialize firstDir
2015-06-10 reedSkPath::Direction serves two masters:
2015-05-18 caryclarkfix builder winding again
2015-05-18 caryclarkThe path ops builder code needs to determine the windin...
2015-05-14 caryclarkfix path op builder
2015-05-14 caryclarklook for deleted pts when detecting line/curve coincide...
2015-05-13 caryclarkdeal more consistently with unsortable edges
2015-05-11 caryclarkPath ops formerly found the topmost unprocessed edge...
2015-04-30 reeduse pathops utils to improve precision of cubic choppin...
2015-04-29 caryclarkminor fixes to cubics code and overall alignment of...
2015-04-27 caryclarkfix valgrind
2015-04-24 caryclarkfix multiple intersection logic
2015-04-23 caryclarkworking on initial winding for cubics
2015-04-21 caryclarkfix valgrind uninitialized var error
2015-04-20 caryclarkNow, path ops natively intersect conics, quads, and...
2015-04-13 caryclarkfix valgrind uninitialized issue
2015-04-06 caryclarkfix valgrind bug
2015-03-26 caryclarkadd legacy pathop enums; fix uninitialized warning
next