index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkScan_Path.cpp
Commit message (
Expand
)
Author
Age
*
Stop using SkTSwap.
Ben Wagner
2018-06-19
*
SkTypes: more into SkMacros
Hal Canary
2018-06-12
*
need conservative bounds for triangles due to SkFixed drift in SkEdge
Mike Reed
2018-06-04
*
fix 0.499999f rounding case for triangles
Mike Reed
2018-05-23
*
reduce clip-limit for scan converter to avoid quad-edge overflow
Mike Reed
2018-05-23
*
tweak tolerance again for cubics
Mike Reed
2018-05-23
*
tweak conservative bounds value to save aberrant cubic
Mike Reed
2018-05-18
*
use conservative bounds to disable clipping
Mike Reed
2018-02-15
*
use safe increment for edge walker
Mike Reed
2018-02-15
*
handle clipping large triangles
Mike Reed
2018-01-30
*
handle large rects, rename helper
Mike Reed
2018-01-17
*
move largest apis into private
Mike Reed
2018-01-08
*
Fix left shift ASAN problem
Yuqian Li
2017-10-17
*
clone saturating cast code for doubles
Mike Reed
2017-10-10
*
Revert "Revert "Fix a couple float-cast-overflow in SkScan*.""
Ben Wagner
2017-10-09
*
Revert "Fix a couple float-cast-overflow in SkScan*."
Ben Wagner
2017-10-09
*
Fix a couple float-cast-overflow in SkScan*.
Ben Wagner
2017-10-07
*
Make update_edge as a member function of SkAnalyticEdge
Yuqian Li
2017-07-21
*
Explicitly check edge count >= 2 in non-debug build
Yuqian Li
2017-05-26
*
fix round_asymmetric_to_int to also bias bottom and right
Lee Salzman
2017-03-22
*
Combine some duplicate code in AA using template
Yuqian Li
2017-03-21
*
ensure path bounds after rounding contain path edges when using SK_RASTERIZE_...
Lee Salzman
2017-01-18
*
simplify round_down_to_int by using ceil instead of floor
Lee Salzman
2017-01-13
*
Add missing virtual functions for SkRectClipCheckBlitter
Yuqian Li
2016-11-21
*
Disable RectClipCheckBlitter for cc_unittests
Yuqian Li
2016-11-20
*
Simplify the signature of sk/aaa_fill_path
Yuqian Li
2016-11-16
*
add debugging wrapper blitter to ensure unclipped scan-conversion is safe
Mike Reed
2016-11-09
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Remove version checks for _MSC_VER < 1800 (msvs2013).
bungeman
2016-03-10
*
remove legacy flags
caryclark
2016-02-18
*
batch merge new edges
caryclark
2016-02-01
*
Revert of batch merge new edges (patchset #1 id:1 of https://codereview.chrom...
msarett
2016-01-30
*
batch merge new edges
caryclark
2016-01-30
*
handle halfway case in scan converter
caryclark
2016-01-04
*
ubsan shift fixes
caryclark
2015-12-09
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi
reed
2015-06-09
*
Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (pat...
reed
2015-06-08
*
change SkDraw and all Blitters to use pixmap instead of bitmap
reed
2015-06-08
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Remove SK_USE_LEGACY_AA_COVERAGE guarded code.
bungeman
2015-02-25
*
cull edges that are to the right of the clip
reed
2015-02-09
*
Remove unnecessary assignment
qiankun.miao
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
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Add SK_OVERRIDE to a few places that are missing it.
mtklein
2014-12-15
[next]