index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkComposeImageFilter.cpp
Commit message (
Expand
)
Author
Age
*
only create new instance if needed for colorspacexformer
Mike Reed
2017-07-06
*
SkImageFilter::onMakeColorSpace() - more overrides
Matt Sarett
2017-04-10
*
Add output format properties to SkImageFilter::Context
brianosman
2016-09-22
*
Outline SkImageFilter Make methods
robertphillips
2016-04-17
*
change flattenable factory to return sk_sp
reed
2016-04-03
*
Update SkMergeImageFilter to sk_sp
robertphillips
2016-03-30
*
Update SkComposeImageFilter to sk_sp
robertphillips
2016-03-30
*
Switch new SkImageFilter internal methods over to sk_sp
robertphillips
2016-03-24
*
Change signatures of filter bounds methods to return a rect.
senorblanco
2016-03-21
*
Make SkComposeImageFilter::onFilterImage filter the bounds given to the inner...
jbroman
2016-03-21
*
Switch SkComposeImageFilter over to new onFilterImage interface
robertphillips
2016-03-08
*
Mark existing image filter entry points that will be going away with Deprecated
robertphillips
2016-02-17
*
Image filters: Make a recursive, forward-mapping bounds
senorblanco
2016-01-28
*
remove imagefilter::sizeconstraint
reed
2016-01-11
*
Fix filter primitive bounds computations.
senorblanco
2015-12-09
*
tunnel down texture-size-constraint to imagefilters
reed
2015-10-22
*
Image Filters: refactor all CPU input processing into a filterInput helper fu...
senorblanco
2015-10-15
*
Fix SkComposeImageFilter's bounds computation and offset handling
ajuma
2015-02-13
*
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
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Implement support for a Context parameter in image filters
senorblanco@chromium.org
2014-03-14
*
Make SkImageFilter methods const.
commit-bot@chromium.org
2014-02-05
*
Implement correct clipping for image filters.
senorblanco@chromium.org
2014-02-05
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
Make SkImageFilter crop rects relative to the primitive origin, instead of re...
senorblanco@chromium.org
2014-01-03
*
Adding more validation
commit-bot@chromium.org
2013-11-25
*
Move SkComposeImageFilter into its own {.h, .cpp} files
commit-bot@chromium.org
2013-08-07