aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkEdgeBuilder.cpp
Commit message (Expand)AuthorAge
* Revert "Revert "SkTypes: extract SkTo""Gravatar Hal Canary2018-06-14
* Revert "SkTypes: extract SkTo"Gravatar Hal Canary2018-06-13
* SkTypes: extract SkToGravatar Hal Canary2018-06-12
* check for non-finite values output by clipperGravatar Mike Reed2018-04-12
* fix very large clipped path limitGravatar Cary Clark2017-12-15
* Fix SkASSERT for convex paths with DAAGravatar Yuqian Li2017-09-07
* No chop at y extrema for cubicsGravatar Yuqian Li2017-08-09
* New analytic AA scan converter using delta (I call it DAA for now)Gravatar Yuqian Li2017-07-25
* Explicitly check edge count >= 2 in non-debug buildGravatar Yuqian Li2017-05-26
* fix scan converter arena allocGravatar Cary Clark2017-04-14
* Revert "Use inline storage for SkEdgeBuilder."Gravatar Mike Klein2017-03-02
* Use inline storage for SkEdgeBuilder.Gravatar Herb Derby2017-03-02
* Use SkArenaAlloc in SkEdgeBuilder.Gravatar Herb Derby2017-03-01
* extend clipper for lines, for uniformity, and so curves can call itself with ...Gravatar Mike Reed2017-01-26
* Combine analytic edges with toleranceGravatar liyuqian2016-11-07
* Resubmit issue 2221103002 to fix the iOS build by declaring the flag inGravatar liyuqian2016-10-04
* Revert of Analytic AntiAlias for Convex Shapes (patchset #14 id:260001 of htt...Gravatar stephana2016-10-04
* Implement AnalyticAA for convex shapes.Gravatar liyuqian2016-10-04
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* remove legacy flagsGravatar caryclark2016-02-18
* combine vertical overlapping edgesGravatar caryclark2016-01-30
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* remove unused clip parameter to SkEdge::setClipGravatar reed2015-03-19
* cull edges that are to the right of the clipGravatar reed2015-02-09
* Faster edge re-sortGravatar reed2015-02-07
* Revert of Faster edge re-sort, drop trailing edges (patchset #2 id:20001 of h...Gravatar reed2015-02-06
* Faster edge re-sort, drop trailing edgesGravatar reed2015-02-06
* Revert of faster edge re-sort, drop trailing edges (patchset #4 id:60001 of h...Gravatar reed2015-02-06
* faster edge re-sort, drop trailing edgesGravatar reed2015-02-06
* fixes for conicsGravatar reed2015-01-06
* use conicsGravatar reed2014-12-17
* fix (some) 64bit warnings -- size_t -> intGravatar commit-bot@chromium.org2014-01-24
* remove leftover printfGravatar reed@google.com2013-06-12
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-01
* 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
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* create inline version of setLine that assumes no clip. 10% faster for dashing...Gravatar reed@google.com2012-08-02
* special-case edge-building for polygons (paths with only lines)Gravatar reed@google.com2012-08-02
* Iter::next takes a bool (defaults to true for now) if we want to consume dege...Gravatar reed@google.com2012-05-16
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* new scanconversion techniqueGravatar reed@android.com2009-11-18