index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkScan_AAAPath.cpp
Commit message (
Expand
)
Author
Age
*
Mark overridden destructors with 'override' and remove 'virtual'
Brian Salomon
2017-03-22
*
Combine some duplicate code in AA using template
Yuqian Li
2017-03-21
*
Remove SK_SUPPORT_LEGACY_AAA flag as chromium now turns it off
Yuqian Li
2017-03-08
*
Fix performance issue and compute intersections more often.
Yuqian Li
2017-01-23
*
Turn on concave analytic AA
Yuqian Li
2017-01-18
*
Reland https://skia-review.googlesource.com/c/6091/
Yuqian Li
2017-01-13
*
Revert "Reland https://skia-review.googlesource.com/c/6091/"
Yuqian Li
2017-01-13
*
Reland https://skia-review.googlesource.com/c/6091/
Yuqian Li
2017-01-12
*
Revert "Implement Analytic AA for General Paths (with Guard against Chrome)"
Yuqian Li
2017-01-12
*
Implement Analytic AA for General Paths (with Guard against Chrome)
Yuqian Li
2017-01-12
*
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
Hal Canary
2017-01-11
*
Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"
Kevin Lubick
2017-01-11
*
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
Hal Canary
2017-01-11
*
Remove SK_ANALYTIC_AA_GUARD flag
Yuqian Li
2016-12-02
*
Use AdditiveBlitter for partial rows
Yuqian Li
2016-11-29
*
Use SkFixedMul instead of SkFixedMul_lowprec
Yuqian Li
2016-11-17
*
Turn off all SkDebugfs in SkScan_AAAPath.cpp
Yuqian Li
2016-11-16
*
No SkDebugf for approximate intersection
Yuqian Li
2016-11-16
*
Fix mask overflow caused by edge drift
Yuqian Li
2016-11-16
*
Drop forceRLE to simplify aaa_walk_convex_edges
Yuqian Li
2016-11-16
*
Simplify the signature of sk/aaa_fill_path
Yuqian Li
2016-11-16
*
Catch width overflow in ASAN using int64
Yuqian Li
2016-11-14
*
Set analytic AA as default.
liyuqian
2016-11-14
*
Revert of Set analytic AA as default. (patchset #8 id:140001 of https://coder...
liyuqian
2016-11-11
*
Set analytic AA as default.
liyuqian
2016-11-11
*
Tighten SkAAClip Bounds by Path Bounds
liyuqian
2016-11-11
*
Catch width overflow
Yuqian Li
2016-11-11
*
Do not call blitV with 0 height
liyuqian
2016-11-09
*
Fix the meaning of stop_y
liyuqian
2016-11-09
*
Do not call blitAntiRect for empty rect
liyuqian
2016-11-08
*
Fix the sum of alpha = 254 instead of 255 by rounding
liyuqian
2016-11-05
*
Disable some SkDebugfs for dbg bots debugging
liyuqian
2016-10-31
*
Prevent overflow by falling back to non-AA
liyuqian
2016-10-28
*
Do not skip fractional y for SkAAClip
liyuqian
2016-10-27
*
Fall back from analytic to sampling earlier
liyuqian
2016-10-21
*
Another forgotten forceRLE
liyuqian
2016-10-21
*
Quickly fix the forgotten forceRLE
liyuqian
2016-10-20
*
Use Analytic AA in SkAAClip.
liyuqian
2016-10-20
*
Add AA Analytic Compile Flag (and small fixes)
liyuqian
2016-10-11
*
Make global use-analytic-AA bit threadsafe.
Mike Klein
2016-10-04
*
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