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
*
Remove legacy containedInClip code
Yuqian Li
2018-01-09
*
Compute more accurate containedInClip
Yuqian Li
2017-11-09
*
Correct edges_too_close
Yuqian Li
2017-11-07
*
This is a reland of 67340. This CL fixes the broken layout tests by
Yuqian Li
2017-11-07
*
Revert "Simplify fill path call by removing do_fill_path"
Yuqian Li
2017-11-06
*
Simplify fill path call by removing do_fill_path
Yuqian Li
2017-11-06
*
Simplify scan converter's args
Yuqian Li
2017-09-28
*
Reland blitFatAntiRect with guard to avoid overhead in MaskAdditiveBlitter
Yuqian Li
2017-09-25
*
Revert "Call blitFatAntiRect to avoid overhead in MaskAdditiveBlitter"
Mike Klein
2017-09-18
*
Call blitFatAntiRect to avoid overhead in MaskAdditiveBlitter
Yuqian Li
2017-09-18
*
Replace SkFAIL with SK_ABORT.
Ben Wagner
2017-08-16
*
Guard AA change to wait for rebaselines
Yuqian Li
2017-08-11
*
Don't store clipped x which could break edge order
Yuqian Li
2017-08-11
*
New analytic AA scan converter using delta (I call it DAA for now)
Yuqian Li
2017-07-25
*
Make update_edge as a member function of SkAnalyticEdge
Yuqian Li
2017-07-21
*
Combine duplicate code in preparing clipRgn for fill_path
Yuqian Li
2017-06-12
*
Explicitly check edge count >= 2 in non-debug build
Yuqian Li
2017-05-26
*
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
[next]