aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkImageFilter.cpp
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
* Add SkSpecialImage::makeTextureImage entry pointGravatar robertphillips2016-03-18
* Revert of Add SkSpecialImage::makeTextureImage entry point & update filterInp...Gravatar bungeman2016-03-18
* Add SkSpecialImage::makeTextureImage entry pointGravatar robertphillips2016-03-17
* Switch SkSpecialImage & SkSpecialSurface classes over to smart pointersGravatar robertphillips2016-03-17
* Fix pointer aliasing bug in SkImageFilter::computeFastBounds.Gravatar jbroman2016-03-17
* Fix caching bug in new SkImageFilter::filterImage pathGravatar robertphillips2016-03-08
* 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
* 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
* Image filters: fix srcOffset handling in asFragmentProcessor() path.Gravatar senorblanco2016-01-26
* Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS (now unused).Gravatar senorblanco2016-01-21
* 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
* Add null check for bmp->tex result in SkImageFilter::filterInputGpuGravatar bsalomon2016-01-05
* 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
* try adding flag to allow lcd text even in a layerGravatar reed2015-12-10
* 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
* Don't create a GXPFactory when blend is SrcOverGravatar egdaniel2015-11-23
* Rename non-aa rect methods on GrDrawContext in anticipation of making them su...Gravatar bsalomon2015-11-05
* Make SkImageFilter::applyCropRect() optionally compute srcBounds.Gravatar senorblanco2015-10-28
* Image filters: simplify filterInputGPU().Gravatar senorblanco2015-10-26
* 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
* GrDrawContext now holds GrRenderTarget pointerGravatar robertphillips2015-10-15
* Add a comment to explain clip intersection in crop rects.Gravatar senorblanco2015-10-15
* change back to method for localmatrix imagefilterGravatar reed2015-10-14
* Implement SkLocalMatrixImageFilter.Gravatar senorblanco2015-10-14
* add applyFilter() to SkImageGravatar reed2015-10-12
* Remove image usage type enum. Use GrTextureParams instead.Gravatar bsalomon2015-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
* Port uses of SkLazyPtr to SkOncePtr.Gravatar mtklein2015-09-09
* Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of http...Gravatar mtklein2015-09-09
* Port uses of SkLazyPtr to SkOncePtr.Gravatar mtklein2015-09-09