index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
effects
/
SkXfermodeImageFilter.h
Commit message (
Expand
)
Author
Age
*
Switch SkXfermodeImagerFilter over to new onFilterImage interface
robertphillips
2016-04-15
*
Update SkXfermodeImageFilter to sk_sp
robertphillips
2016-04-05
*
Revert of Update SkXfermodeImageFilter to sk_sp (patchset #4 id:60001 of http...
robertphillips
2016-04-04
*
Update SkXfermodeImageFilter to sk_sp
robertphillips
2016-04-04
*
switch xfermodes over to sk_sp
reed
2016-03-29
*
Mark existing image filter entry points that will be going away with Deprecated
robertphillips
2016-02-17
*
Alter SkXfermode's asFragmentProcessor & asXPFactory contracts
robertphillips
2016-02-09
*
Reland of change all factories to return their base-class (patchset #1 id:1 o...
reed
2015-12-21
*
Revert of change all factories to return their base-class (patchset #1 id:1 o...
reed
2015-12-20
*
change all factories to return their base-class
reed
2015-12-20
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
style nit cleanups. e.g. remove 'virtual' on override declarations
robertphillips
2015-07-07
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Remove uniqueID from all filter serialization.
senorblanco
2015-03-18
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Add toString methods to SkImageFilter-derived classes
robertphillips
2014-12-19
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...
mtklein
2014-12-01
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
Reimplement deserialization of SkImageFilter's uniqueID.
senorblanco
2014-08-26
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Clean up SkImageFilter constructors.
senorblanco
2014-07-08
*
Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag.
commit-bot@chromium.org
2014-05-15
*
Fix SkXfermodeImageFilter when an input is cropped out.
senorblanco@chromium.org
2014-04-01
*
Implement support for a Context parameter in image filters
senorblanco@chromium.org
2014-03-14
*
Factory methods for heap-allocated SkImageFilter objects.
commit-bot@chromium.org
2014-03-10
*
Make SkImageFilter methods const.
commit-bot@chromium.org
2014-02-05
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing...
senorblanco@chromium.org
2013-10-10
*
Moving 4 SkImageFilter derived classes from blink to skia
commit-bot@chromium.org
2013-09-26
*
Added ctm matrix to GPU path
commit-bot@chromium.org
2013-08-05
*
Implement offset for GPU filter path. Although we can't yet use this in Blink...
commit-bot@chromium.org
2013-07-10
*
Implement SkXfermode image filter. This required changing the signature of Sk...
senorblanco@chromium.org
2013-05-31