aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkImageFilter.h
Commit message (Expand)AuthorAge
* Switch new SkImageFilter internal methods over to sk_spGravatar robertphillips2016-03-24
* Remove SK_SUPPORT_LEGACY_FILTERBOUNDS_RETURN.Gravatar senorblanco2016-03-22
* Change signatures of filter bounds methods to return a rect.Gravatar senorblanco2016-03-21
* Correct comment to refer to SkImageFilter::kReverse_MapDirection.Gravatar jbroman2016-03-21
* Swap over to using SkImageFilter::filterImage instead of filterImageDeprecatedGravatar robertphillips2016-03-07
* Add SkSpecialImage-based methods to SkImageFilterGravatar robertphillips2016-03-07
* Update SkImageFilter's cache to handle SkSpecialImages and add unit testGravatar robertphillips2016-02-19
* Mark existing image filter entry points that will be going away with DeprecatedGravatar robertphillips2016-02-17
* Move SkTArray to include/private.Gravatar bungeman2016-02-17
* Image filters: change applyCropRect() to take a src rect.Gravatar senorblanco2016-02-16
* Replace the id<-->key hashmap in SkImageFilter by a SkTArrayGravatar xidachen2016-02-01
* Image filters: Make a recursive, forward-mapping boundsGravatar senorblanco2016-01-28
* Refactor to use GrWrapTextureInBitmap moreGravatar robertphillips2016-01-14
* Fix SkTileImageFilter when srcRect is a superset of bitmap bounds.Gravatar senorblanco2016-01-11
* remove imagefilter::sizeconstraintGravatar reed2016-01-11
* Remove "unused" parameter from filterInputGPUGravatar robertphillips2016-01-08
* Create a hash table from id<-->key in SkImageFilter::CacheImplGravatar xidachen2015-12-21
* Revert of Create a hash table from id<-->key in SkImageFilter::CacheImpl (pat...Gravatar reed2015-12-18
* Create a hash table from id<-->key in SkImageFilter::CacheImplGravatar xidachen2015-12-17
* Fix filter primitive bounds computations.Gravatar senorblanco2015-12-09
* Matrix convolution bounds fix; affectsTransparentBlack fixes.Gravatar senorblanco2015-12-07
* Revert of Matrix convolution bounds fix; affectsTransparentBlack fixes. (patc...Gravatar senorblanco2015-12-05
* Matrix convolution bounds fix; affectsTransparentBlack fixes.Gravatar senorblanco2015-12-04
* Make SkImageFilter::applyCropRect() optionally compute srcBounds.Gravatar senorblanco2015-10-28
* tunnel down texture-size-constraint to imagefiltersGravatar reed2015-10-22
* Image filters: refactor input GPU processing into filterInputGPU().Gravatar senorblanco2015-10-16
* Image Filters: refactor all CPU input processing into a filterInput helper fu...Gravatar senorblanco2015-10-15
* change back to method for localmatrix imagefilterGravatar reed2015-10-14
* Implement SkLocalMatrixImageFilter.Gravatar senorblanco2015-10-14
* post-commit fixes to applyFilter CLGravatar reed2015-10-12
* add applyFilter() to SkImageGravatar reed2015-10-12
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Revert of Implement SkImageFilter::Cache with SkResourceCache. (patchset #8 i...Gravatar mtklein2015-09-29
* Implement SkImageFilter::Cache with SkResourceCache.Gravatar mtklein2015-09-29
* Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id...Gravatar senorblanco2015-08-20
* Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id...Gravatar herb2015-08-20
* Implement canComputeFastBounds() for image filters.Gravatar senorblanco2015-08-20
* Move SkTemplates.h to private.Gravatar bungeman2015-08-19
* Remove SK_LEGACY_IMAGE_FILTER_CROP_RECT_EDGES code.Gravatar senorblanco2015-07-21
* Now that the SkImageFilter::CropRect crop edges refer toGravatar senorblanco2015-07-16
* refactor code to apply the croprectGravatar reed2015-07-16
* rename GrShaderDataManager -> GrProcessorDataManagerGravatar joshualitt2015-07-09
* Thread GrShaderDataManager through Image filtersGravatar joshualitt2015-07-08
* 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
* remove SkInstCntGravatar mtklein2015-06-26
* Fix SkTileImageFilter clipping/cropRect interaction issueGravatar robertphillips2015-06-26
* more tests for offsetimagefilterGravatar reed2015-06-23
* Clean up usage of SkSurfacePropsGravatar robertphillips2015-06-22