aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkTileImageFilter.cpp
Commit message (Expand)AuthorAge
* Update TileImageFilter to sk_spGravatar robertphillips2016-04-15
* Switch SkTileImageFilter over to new onFilterImage interfaceGravatar robertphillips2016-04-11
* change flattenable factory to return sk_spGravatar reed2016-04-03
* Fix padding bug in SkTileImageFilter.Gravatar senorblanco2016-04-01
* Update SkOffsetImageFilter to sk_spGravatar robertphillips2016-03-31
* Update SkMergeImageFilter to sk_spGravatar robertphillips2016-03-30
* Change signatures of filter bounds methods to return a rect.Gravatar senorblanco2016-03-21
* use Make instead of Create to return a shared shaderGravatar reed2016-03-08
* Mark existing image filter entry points that will be going away with DeprecatedGravatar robertphillips2016-02-17
* Image filters: Make a recursive, forward-mapping boundsGravatar senorblanco2016-01-28
* Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS (now unused).Gravatar senorblanco2016-01-21
* Remove #ifdef SK_DISABLE_TILE_IMAGE_FILTER_OPTIMIZATION.Gravatar senorblanco2016-01-12
* Optimize SkTileImageFilter in an offset filter when possible.Gravatar senorblanco2016-01-12
* Fix SkTileImageFilter when srcRect is a superset of bitmap bounds.Gravatar senorblanco2016-01-11
* Optimize SkTileImageFilter destination bitmap size.Gravatar senorblanco2016-01-06
* Fix filter primitive bounds computations.Gravatar senorblanco2015-12-09
* Image Filters: refactor all CPU input processing into a filterInput helper fu...Gravatar senorblanco2015-10-15
* Revert "Revert of factories should return baseclass, allowing the impl to spe...Gravatar reed2015-10-06
* Revert of factories should return baseclass, allowing the impl to specialize ...Gravatar schenney2015-10-06
* factories should return baseclass, allowing the impl to specializeGravatar reed2015-10-06
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Revert of Revert of Revert of Fix SkTileImageFilter clipping/cropRect interac...Gravatar robertphillips2015-07-06
* Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue...Gravatar jvanverth2015-07-03
* Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset...Gravatar bsalomon2015-07-01
* Fix SkTileImageFilter clipping/cropRect interaction issueGravatar robertphillips2015-06-26
* Fix dst bound reported by SkTileImageFilterGravatar robertphillips2015-06-16
* Add bigtileimagefilter GM & improvements to toStringGravatar robertphillips2015-06-08
* Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 o...Gravatar robertphillips2015-06-04
* Fix dst bound reported by SkTileImageFilterGravatar robertphillips2015-06-04
* Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 o...Gravatar robertphillips2015-06-02
* Fix dst bound reported by SkTileImageFilterGravatar robertphillips2015-06-02
* Remove uniqueID from all filter serialization.Gravatar senorblanco2015-03-18
* Add toString methods to SkImageFilter-derived classesGravatar robertphillips2014-12-19
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...Gravatar mtklein2014-12-01
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* add roundOut that returns its resultGravatar reed2014-11-19
* Reimplement deserialization of SkImageFilter's uniqueID.Gravatar senorblanco2014-08-26
* Simplify flattening to just write enough to call the factory/public-construct...Gravatar reed2014-08-21
* Implement bounds traversals for tile and matrix convolution filters.Gravatar senorblanco@chromium.org2014-04-29
* Move SkShader::fLocalMatrix into SkShader constructor.Gravatar commit-bot@chromium.org2014-04-28
* Implement intra-frame cacheing in image filters.Gravatar commit-bot@chromium.org2014-04-11
* Implement support for a Context parameter in image filtersGravatar senorblanco@chromium.org2014-03-14
* Make SkImageFilter methods const.Gravatar commit-bot@chromium.org2014-02-05
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* Make SkImageFilter crop rects relative to the primitive origin, instead of re...Gravatar senorblanco@chromium.org2014-01-03
* Implement srcRect and dstRect functionality in SkBitmapSource. This is requir...Gravatar senorblanco@chromium.org2013-12-09
* Fixed a few places where uninitialized memory could have been readGravatar commit-bot@chromium.org2013-12-06
* Fixed bad bitmap size crashesGravatar commit-bot@chromium.org2013-12-04