index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkScan_AntiPath.cpp
Commit message (
Expand
)
Author
Age
*
check for huge paths
Mike Reed
2018-01-22
*
relax path bounds check
Mike Reed
2018-01-16
*
Revert "relax path bounds check so we can draw larger paths"
Mike Reed
2018-01-12
*
relax path bounds check so we can draw larger paths
Mike Reed
2018-01-12
*
Remove legacy containedInClip code
Yuqian Li
2018-01-09
*
Prepare rebaseline for removing legacy containedInClip
Yuqian Li
2018-01-05
*
Add forceDAA parameter to AntiFillPath
Yuqian Li
2017-11-27
*
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
*
Remove SK_SUPPORT_LEGACY_AA_CHOICE
Yuqian Li
2017-11-02
*
Use SK_SUPPORT_LEGACY_AA_CHOICE to stage some changes
Yuqian Li
2017-10-23
*
Simplify scan converter's args
Yuqian Li
2017-09-28
*
Unify DAA and AAA usage decision
Yuqian Li
2017-07-27
*
New analytic AA scan converter using delta (I call it DAA for now)
Yuqian Li
2017-07-25
*
Remove SK_SUPPORT_LEGACY_RECT flag
Yuqian Li
2017-07-14
*
Always enable Analytic AA for rects
Yuqian Li
2017-07-12
*
Revert "Always enable Analytic AA for rects"
Yuqian Li
2017-07-10
*
Always enable Analytic AA for rects
Yuqian Li
2017-07-10
*
Combine duplicate code in preparing clipRgn for fill_path
Yuqian Li
2017-06-12
*
Mark overridden destructors with 'override' and remove 'virtual'
Brian Salomon
2017-03-22
*
Remove SK_SUPPORT_LEGACY_AAA flag as chromium now turns it off
Yuqian Li
2017-03-08
*
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
*
Simplify the signature of sk/aaa_fill_path
Yuqian Li
2016-11-16
*
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
*
Remove some useless declarations
sylvestre.ledru
2016-09-01
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
use left-shift macro to fix/avoid undefined behvarior warnings
reed
2016-02-03
*
Another undefined shift caught by -fsanitize=shift.
mtklein
2015-12-09
*
ubsan shift fixes
caryclark
2015-12-09
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
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
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
It is dangerous to ignore SkRect::intersect's return value
robertphillips
2015-01-07
*
Revert of It is dangerous to ignore SkRect::intersect's return value (patchse...
robertphillips
2015-01-07
*
It is dangerous to ignore SkRect::intersect's return value
robertphillips
2015-01-07
*
update dox for bounds in supersampler
reed
2014-10-15
*
interesct path bounds with clip bounds before initializing supersampler
reed
2014-10-15
*
Let blitters be notified when they're done being used
krajcevski
2014-07-21
*
Buffer four scanlines prior to blitting. We will eventually use this
krajcevski
2014-07-16
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
[next]