aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkImageFilter.h
Commit message (Expand)AuthorAge
* 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
* remove subclassing from ImageFilter::ProxyGravatar reed2015-06-09
* remove Proxy entrypoints for canHandleFilterGravatar reed2015-06-09
* purge imagefilter cache so we can better track leaksGravatar reed2015-05-20
* Revert of antialias matrix-image-filter to get smooth diagonals (patchset #6 ...Gravatar reed2015-05-15
* antialias matrix-image-filter to get smooth diagonalsGravatar reed2015-05-15
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Move SkMatrixImageFilter into core, and add a factory fn for it.Gravatar senorblanco2015-03-20
* Remove uniqueID from all filter serialization.Gravatar senorblanco2015-03-18
* Use ComposColorFilter to collaps hierarchy (when possible).Gravatar reed2015-03-08
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Add toString methods to SkImageFilter-derived classesGravatar robertphillips2014-12-19
* Disable LCD text explicitly in SkPictureImageFilter::onFilterImage()Gravatar fmalita2014-11-20
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* Remove SkImageFilter::Set/GetExternalCache.Gravatar senorblanco2014-08-26
* 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
* Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache.Gravatar senorblanco2014-08-08
* Implement a persistent uniqueID-based cache for SkImageFilter.Gravatar senorblanco2014-07-30
* Use if instead of ifdef SK_SUPPORT_GPUGravatar kkinnunen2014-07-29
* factor out flattening/unflattening of common fields from SkImageFilterGravatar reed2014-07-17
* Remove ability for Release code to call getRefCnt() or getWeakRefCnt().Gravatar mtklein2014-07-09
* Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()."Gravatar Mike Klein2014-07-09
* Clean up SkImageFilter constructors.Gravatar senorblanco2014-07-08