index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkTileImageFilter.cpp
Commit message (
Expand
)
Author
Age
*
Update TileImageFilter to sk_sp
robertphillips
2016-04-15
*
Switch SkTileImageFilter over to new onFilterImage interface
robertphillips
2016-04-11
*
change flattenable factory to return sk_sp
reed
2016-04-03
*
Fix padding bug in SkTileImageFilter.
senorblanco
2016-04-01
*
Update SkOffsetImageFilter to sk_sp
robertphillips
2016-03-31
*
Update SkMergeImageFilter to sk_sp
robertphillips
2016-03-30
*
Change signatures of filter bounds methods to return a rect.
senorblanco
2016-03-21
*
use Make instead of Create to return a shared shader
reed
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 SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS (now unused).
senorblanco
2016-01-21
*
Remove #ifdef SK_DISABLE_TILE_IMAGE_FILTER_OPTIMIZATION.
senorblanco
2016-01-12
*
Optimize SkTileImageFilter in an offset filter when possible.
senorblanco
2016-01-12
*
Fix SkTileImageFilter when srcRect is a superset of bitmap bounds.
senorblanco
2016-01-11
*
Optimize SkTileImageFilter destination bitmap size.
senorblanco
2016-01-06
*
Fix filter primitive bounds computations.
senorblanco
2015-12-09
*
Image Filters: refactor all CPU input processing into a filterInput helper fu...
senorblanco
2015-10-15
*
Revert "Revert of factories should return baseclass, allowing the impl to spe...
reed
2015-10-06
*
Revert of factories should return baseclass, allowing the impl to specialize ...
schenney
2015-10-06
*
factories should return baseclass, allowing the impl to specialize
reed
2015-10-06
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Revert of Revert of Revert of Fix SkTileImageFilter clipping/cropRect interac...
robertphillips
2015-07-06
*
Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue...
jvanverth
2015-07-03
*
Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset...
bsalomon
2015-07-01
*
Fix SkTileImageFilter clipping/cropRect interaction issue
robertphillips
2015-06-26
*
Fix dst bound reported by SkTileImageFilter
robertphillips
2015-06-16
*
Add bigtileimagefilter GM & improvements to toString
robertphillips
2015-06-08
*
Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 o...
robertphillips
2015-06-04
*
Fix dst bound reported by SkTileImageFilter
robertphillips
2015-06-04
*
Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 o...
robertphillips
2015-06-02
*
Fix dst bound reported by SkTileImageFilter
robertphillips
2015-06-02
*
Remove uniqueID from all filter serialization.
senorblanco
2015-03-18
*
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
*
add roundOut that returns its result
reed
2014-11-19
*
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
*
Implement bounds traversals for tile and matrix convolution filters.
senorblanco@chromium.org
2014-04-29
*
Move SkShader::fLocalMatrix into SkShader constructor.
commit-bot@chromium.org
2014-04-28
*
Implement intra-frame cacheing in image filters.
commit-bot@chromium.org
2014-04-11
*
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
*
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
*
Implement srcRect and dstRect functionality in SkBitmapSource. This is requir...
senorblanco@chromium.org
2013-12-09
*
Fixed a few places where uninitialized memory could have been read
commit-bot@chromium.org
2013-12-06
*
Fixed bad bitmap size crashes
commit-bot@chromium.org
2013-12-04
[next]