index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkLayerDrawLooper.cpp
Commit message (
Expand
)
Author
Age
*
Remove SK_SUPPORT_LEGACY_BLURMASKFILTER
Brian Osman
2018-04-06
*
remove SK_IGNORE_TO_STRING
Cary Clark
2018-04-05
*
hide SkBlurMaskFilter and SkBlurQuality
Mike Reed
2018-03-14
*
move blur impl into core
Mike Reed
2018-03-12
*
move the guts of SkMaskFilter.h into SkMaskFilterBase.h
Mike Reed
2018-01-23
*
Revert "Revert "use pipeline for non-opt xfermodes""
Mike Reed
2017-06-14
*
Revert "use pipeline for non-opt xfermodes"
Mike Klein
2017-06-13
*
use pipeline for non-opt xfermodes
Mike Reed
2017-06-13
*
SkXfermode no longer needs to e a flattenable
Mike Reed
2017-06-10
*
Make xformer class for SkCSXCanvas, use for draw loopers
Matt Sarett
2017-03-30
*
Implement SkBlurDrawLooper with SkLayerDrawLooper
Matt Sarett
2017-03-28
*
Remove use of SkSmallAllocator from all Loopers.
Herb Derby
2017-02-08
*
refFoo variant for getters that naturally have a sk_sp
Mike Reed
2017-01-12
*
remove use of xfermode* in procs
Mike Reed
2016-11-09
*
remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM
Mike Reed
2016-11-03
*
remove xfermode from public api
Mike Reed
2016-10-28
*
Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"
reed
2016-10-05
*
Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
*
Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
*
Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
*
Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
*
Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paint...
Mike Reed
2016-10-03
*
Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""
Mike Reed
2016-10-03
*
Revert "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-03
*
replace SkXfermode obj with SkBlendMode enum in paints
Mike Reed
2016-10-03
*
switch maskfilters to sk_sp
reed
2016-04-04
*
change flattenable factory to return sk_sp
reed
2016-04-03
*
switch xfermodes over to sk_sp
reed
2016-03-29
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR
reed
2016-03-25
*
Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of htt...
reed
2016-03-22
*
Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 ...
reed
2016-03-22
*
Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https:/...
reed
2016-03-22
*
Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://cod...
reed
2016-03-22
*
switch colorfilters to sk_sp
reed
2016-03-22
*
guard rasterizer and drawlooper setters
reed
2016-03-21
*
Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://...
reed
2016-03-18
*
Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://c...
reed
2016-03-18
*
switch patheffects over to sk_sp
reed
2016-03-18
*
Eliminate some clutter in SkFlattenable
mdempsky
2015-09-24
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
add asAShadowBlur for android to drawlooper
reed@google.com
2014-04-29
*
Reduce internal explicit SaveFlags usage.
commit-bot@chromium.org
2014-04-18
*
Make sure SkDrawLooper objects can only be allocated on the heap.
commit-bot@chromium.org
2014-04-15
*
Allow toString capability to be toggled independent of developer mode.
commit-bot@chromium.org
2014-03-13
*
[WIP] Add Context to SkDrawLooper.
commit-bot@chromium.org
2014-03-12
*
remove SK_SUPPORT_LEGACY_LAYERDRAWLOOPER_PAINTFLAGS -- not needed
reed@google.com
2014-02-28
[next]