index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkScan_DAAPath.cpp
Commit message (
Expand
)
Author
Age
*
Compute more accurate containedInClip
Yuqian Li
2017-11-09
*
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
*
Do not TryBlitFatAntiRect if isInverse
Yuqian Li
2017-10-30
*
Simplify scan converter's args
Yuqian Li
2017-09-28
*
Reland blitFatAntiRect with guard to avoid overhead in MaskAdditiveBlitter
Yuqian Li
2017-09-25
*
skipRect should only work for lines (not quads or cubics)
Yuqian Li
2017-09-18
*
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
*
Use SkSTArenaAlloc to manage SkCoverageDeltaMask's stack memory
Yuqian Li
2017-09-01
*
Use SkSTArenaAlloc to handle the stack memory of the delta list
Yuqian Li
2017-09-01
*
No chop at y extrema for cubics
Yuqian Li
2017-08-09
*
Reduce SORT_THRESHOLD to 256
Yuqian Li
2017-08-02
*
Fix flutter and g3 build
Yuqian Li
2017-07-26
*
New analytic AA scan converter using delta (I call it DAA for now)
Yuqian Li
2017-07-25