aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pathops/SkOpContour.h
Commit message (Expand)AuthorAge
* Remove SkOpTAllocatorGravatar Herb Derby2017-04-19
* fix fuzzGravatar Cary Clark2017-03-21
* Move from SkChunkAlloc to SkArenaAlloc for PathOpsGravatar Herb Derby2017-03-07
* Revert "Move from SkChunkAlloc to SkArenaAlloc for PathOps"Gravatar Derek Sollenberger2017-03-07
* Move from SkChunkAlloc to SkArenaAlloc for PathOpsGravatar Herb Derby2017-03-06
* handle empty contours in a couple more placesGravatar Cary Clark2016-12-19
* rework xor to be more like windingGravatar Cary Clark2016-12-16
* more simplify bugsGravatar Cary Clark2016-12-14
* break ambiguous angle sorting loopGravatar caryclark2016-10-18
* remove dead codeGravatar Cary Clark2016-10-05
* coin debugging runs all tests in extendedGravatar Cary Clark2016-10-04
* split tight quads and conicsGravatar caryclark2016-09-23
* Rewriting path writerGravatar caryclark2016-09-14
* pathops coincident workGravatar caryclark2016-08-31
* fix pathops fuzzGravatar caryclark2016-08-23
* pathops coincidence and security rewriteGravatar caryclark2016-07-18
* fix path ops fuzz bugGravatar caryclark2016-02-24
* More conic-specific tests revealed a few conic-specific bugs. Because javascr...Gravatar caryclark2015-10-30
* Enabling clip stack flattening exercises path ops.Gravatar caryclark2015-10-16
* remove unused fields from SkOpSegmentGravatar caryclark2015-09-04
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* fix path ops fuzz busterGravatar caryclark2015-07-23
* When three or more edges are coincident, the logic needsGravatar caryclark2015-07-06
* The path ops builder code needs to determine the winding of each contour adde...Gravatar caryclark2015-05-18
* Path ops formerly found the topmost unprocessed edge and determined its angle...Gravatar caryclark2015-05-11
* minor fixes to cubics code and overall alignment of how bounds and tops are c...Gravatar caryclark2015-04-29
* fix multiple intersection logicGravatar caryclark2015-04-24
* working on initial winding for cubicsGravatar caryclark2015-04-23
* Now, path ops natively intersect conics, quads, and cubics in any combination...Gravatar caryclark2015-04-20
* 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
* 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
* fail early if coincidence can't be resolvedGravatar caryclark2014-09-19
* Enabling the canvas bit to turn the clip stack into a flat replace exposed ar...Gravatar caryclark2014-06-17
* pathops debug globals use atomic incrementGravatar commit-bot@chromium.org2014-04-25
* Mike R: please sanity check SkPostConfig.hGravatar commit-bot@chromium.org2014-04-14
* optimize pathops coverageGravatar commit-bot@chromium.org2013-11-21
* pathops work in progressGravatar caryclark@google.com2013-11-01
* path ops work in progressGravatar caryclark@google.com2013-10-02
* path ops work in progressGravatar caryclark@google.com2013-09-16
* path ops near exactGravatar caryclark@google.com2013-07-15
* convert pathops to use SkSTArray where possible.Gravatar caryclark@google.com2013-06-17
* bump picture version since SkPath has changed (conics)Gravatar reed@google.com2013-05-31
* Revert "add asserts to point<-->verb helpers"Gravatar reed@google.com2013-05-30
* add asserts to point<-->verb helpersGravatar reed@google.com2013-05-30