index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkEdgeBuilder.cpp
Commit message (
Expand
)
Author
Age
*
fix very large clipped path limit
Cary Clark
2017-12-15
*
Fix SkASSERT for convex paths with DAA
Yuqian Li
2017-09-07
*
No chop at y extrema for cubics
Yuqian Li
2017-08-09
*
New analytic AA scan converter using delta (I call it DAA for now)
Yuqian Li
2017-07-25
*
Explicitly check edge count >= 2 in non-debug build
Yuqian Li
2017-05-26
*
fix scan converter arena alloc
Cary Clark
2017-04-14
*
Revert "Use inline storage for SkEdgeBuilder."
Mike Klein
2017-03-02
*
Use inline storage for SkEdgeBuilder.
Herb Derby
2017-03-02
*
Use SkArenaAlloc in SkEdgeBuilder.
Herb Derby
2017-03-01
*
extend clipper for lines, for uniformity, and so curves can call itself with ...
Mike Reed
2017-01-26
*
Combine analytic edges with tolerance
liyuqian
2016-11-07
*
Resubmit issue 2221103002 to fix the iOS build by declaring the flag in
liyuqian
2016-10-04
*
Revert of Analytic AntiAlias for Convex Shapes (patchset #14 id:260001 of htt...
stephana
2016-10-04
*
Implement AnalyticAA for convex shapes.
liyuqian
2016-10-04
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
remove legacy flags
caryclark
2016-02-18
*
combine vertical overlapping edges
caryclark
2016-01-30
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
remove unused clip parameter to SkEdge::setClip
reed
2015-03-19
*
cull edges that are to the right of the clip
reed
2015-02-09
*
Faster edge re-sort
reed
2015-02-07
*
Revert of Faster edge re-sort, drop trailing edges (patchset #2 id:20001 of h...
reed
2015-02-06
*
Faster edge re-sort, drop trailing edges
reed
2015-02-06
*
Revert of faster edge re-sort, drop trailing edges (patchset #4 id:60001 of h...
reed
2015-02-06
*
faster edge re-sort, drop trailing edges
reed
2015-02-06
*
fixes for conics
reed
2015-01-06
*
use conics
reed
2014-12-17
*
fix (some) 64bit warnings -- size_t -> int
commit-bot@chromium.org
2014-01-24
*
remove leftover printf
reed@google.com
2013-06-12
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-06-01
*
bump picture version since SkPath has changed (conics)
reed@google.com
2013-05-31
*
Revert "add asserts to point<-->verb helpers"
reed@google.com
2013-05-30
*
add asserts to point<-->verb helpers
reed@google.com
2013-05-30
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
create inline version of setLine that assumes no clip. 10% faster for dashing...
reed@google.com
2012-08-02
*
special-case edge-building for polygons (paths with only lines)
reed@google.com
2012-08-02
*
Iter::next takes a bool (defaults to true for now) if we want to consume dege...
reed@google.com
2012-05-16
*
Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");
tomhudson@google.com
2011-12-28
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
new scanconversion technique
reed@android.com
2009-11-18