aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkMatrixConvolutionImageFilter.h
Commit message (Expand)AuthorAge
* SkImageFilter::onMakeColorSpace() - more overridesGravatar Matt Sarett2017-04-10
* remove 4 legacy flags (clients already updated)Gravatar Mike Reed2016-10-20
* Image filters: remove SkBitmap-based cache.Gravatar senorblanco2016-04-21
* Switch SkMatrixConvolutionImageFilter over to new onFilterImage interfaceGravatar robertphillips2016-04-13
* Update MatrixConvolutionImageFilter to sk_spGravatar robertphillips2016-04-08
* Image filters: optimize crop rect application.Gravatar senorblanco2016-04-01
* 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
* Reland of change all factories to return their base-class (patchset #1 id:1 o...Gravatar reed2015-12-21
* Revert of change all factories to return their base-class (patchset #1 id:1 o...Gravatar reed2015-12-20
* change all factories to return their base-classGravatar reed2015-12-20
* 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
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* rename GrShaderDataManager -> GrProcessorDataManagerGravatar joshualitt2015-07-09
* Thread GrShaderDataManager through Image filtersGravatar joshualitt2015-07-08
* 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
* Sanitize SkMatrixConvolutionImageFilter creation params.Gravatar senorblanco2014-09-29
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* 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
* Initial change to move 2D kernel to its own file.Gravatar joshualitt2014-07-22
* Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.Gravatar bsalomon2014-07-08
* Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*...Gravatar reed2014-07-07
* Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.Gravatar bsalomon2014-07-07
* Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag.Gravatar commit-bot@chromium.org2014-05-15
* Implement bounds traversals for tile and matrix convolution filters.Gravatar senorblanco@chromium.org2014-04-29
* 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
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* Implement crop rect support for SkMatrixConvolutionImageFilter.Gravatar senorblanco@chromium.org2013-10-18
* In image filters, apply the CTM and offset to the crop rect. This is necessar...Gravatar senorblanco@chromium.org2013-08-27
* Implement crop rect for lighting image filters. Changes for the CPU path were...Gravatar senorblanco@chromium.org2013-07-26
* Allow single-pass filters (which use asNewEffect()) to participate in the ima...Gravatar senorblanco@chromium.org2013-04-08
* Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into ...Gravatar senorblanco@chromium.org2013-02-04
* Wrap GrEffects in GrEffectPtr.Gravatar bsalomon@google.com2013-01-16
* GrCustomStage Renaming Part 5Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 4Gravatar bsalomon@google.com2012-10-24
* CustomStage Renaming Part 1Gravatar bsalomon@google.com2012-10-24
* Export effects classes with SK_API.Gravatar tfarina@chromium.org2012-10-12
* Implement GPU path for matrix convolution. Note that when not convolving alpha,Gravatar senorblanco@chromium.org2012-10-04