aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkMorphologyImageFilter.h
Commit message (Expand)AuthorAge
* rebaseGravatar Cary Clark2018-06-08
* Revert "Reland "remove toString""Gravatar Cary Clark2018-05-31
* Reland "remove toString"Gravatar Cary Clark2018-05-31
* remove defines and add commasGravatar Cary Clark2018-05-21
* Revert "remove toString"Gravatar Cary Clark2018-05-20
* remove toStringGravatar Cary Clark2018-05-20
* Fix srcBounds computation in SkMatrixConvolutionImageFilterGravatar Robert Phillips2018-05-17
* remove SK_IGNORE_TO_STRINGGravatar Cary Clark2018-04-05
* SkImageFilter::onMakeColorSpace() - more overridesGravatar Matt Sarett2017-04-10
* remove 4 legacy flags (clients already updated)Gravatar Mike Reed2016-10-20
* Outline SkImageFilter Make methodsGravatar robertphillips2016-04-17
* Update SkMorphology ImageFilters to sk_spGravatar robertphillips2016-04-05
* Update Morphology image filter to store its typeGravatar robertphillips2016-03-30
* Switch SkMorphologyImageFilter over to new onFilterImage interfaceGravatar robertphillips2016-03-25
* Change signatures of filter bounds methods to return a rect.Gravatar senorblanco2016-03-21
* Mark existing image filter entry points that will be going away with DeprecatedGravatar robertphillips2016-02-17
* Fix filter primitive bounds computations.Gravatar senorblanco2015-12-09
* 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: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* style nit cleanups. e.g. remove 'virtual' on override declarationsGravatar robertphillips2015-07-07
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Remove uniqueID from all filter serialization.Gravatar senorblanco2015-03-18
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* 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
* 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
* Clean up SkImageFilter constructors.Gravatar senorblanco2014-07-08
* Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag.Gravatar commit-bot@chromium.org2014-05-15
* Implement support for a Context parameter in image filtersGravatar senorblanco@chromium.org2014-03-14
* Factory methods for heap-allocated SkImageFilter objects.Gravatar commit-bot@chromium.org2014-03-10
* Make SkImageFilter methods const.Gravatar commit-bot@chromium.org2014-02-05
* Implement correct clipping for image filters.Gravatar senorblanco@chromium.org2014-02-05
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* Implement a computeFastBounds() traversal for SkImageFilter.Gravatar senorblanco@chromium.org2014-01-27
* [Reland of r13154, since the Housekeeping bot seems to have reverted it in r1...Gravatar senorblanco@chromium.org2014-01-24
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-23
* Refactor SkMorphologyImageFilter, CPU and GPU paths. This required making opt...Gravatar senorblanco@chromium.org2014-01-23
* Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing...Gravatar senorblanco@chromium.org2013-10-10
* Implement crop rect for the dilate and erode (morphology) filters. This provo...Gravatar senorblanco@chromium.org2013-09-17
* Added ctm matrix to GPU pathGravatar commit-bot@chromium.org2013-08-05
* Implement offset for GPU filter path. Although we can't yet use this in Blink...Gravatar commit-bot@chromium.org2013-07-10
* Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into ...Gravatar senorblanco@chromium.org2013-02-04
* This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmap...Gravatar senorblanco@chromium.org2013-01-30
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No ch...Gravatar senorblanco@chromium.org2013-01-10