aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkColorMatrixFilter.h
Commit message (Expand)AuthorAge
* remove 4 legacy flags (clients already updated)Gravatar Mike Reed2016-10-20
* Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of htt...Gravatar reed2016-03-22
* Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 ...Gravatar reed2016-03-22
* Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https:/...Gravatar reed2016-03-22
* Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://cod...Gravatar reed2016-03-22
* switch colorfilters to sk_spGravatar reed2016-03-22
* Move SkColorMatrixFilter implementation to core.Gravatar bsalomon2016-02-01
* Revert[2] of float color componentsGravatar reed2016-01-22
* Revert of experiment: float color components (patchset #6 id:100001 of https:...Gravatar reed2016-01-22
* experiment: float color componentsGravatar reed2016-01-21
* move declaration of CreateLightingFilter into SkColorMatrixFilterGravatar reed2016-01-11
* remove dead code from SkColorMatrixFilterGravatar reed2016-01-07
* 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
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Use child processors to implement compose color filter.Gravatar bsalomon2015-09-29
* Create fragment processor for performing input color blend with child processorGravatar bsalomon2015-09-15
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* rename GrShaderDataManager -> GrProcessorDataManagerGravatar joshualitt2015-07-09
* More threading of GrShaderDataManagerGravatar joshualitt2015-07-08
* Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T>Gravatar mtklein2015-03-30
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Revert of Revert of remove colorfilter native-565 support. complicating w/ no...Gravatar reed2015-03-24
* Revert of remove colorfilter native-565 support. complicating w/ no real valu...Gravatar reed2015-03-24
* Revert "Revert of impl colormatrix w/ floats (patchset #7 id:120001 of https:...Gravatar reed2015-03-24
* remove colorfilter native-565 support. complicating w/ no real value.Gravatar reed2015-03-24
* Revert of impl colormatrix w/ floats (patchset #7 id:120001 of https://codere...Gravatar reed2015-03-23
* impl colormatrix w/ floatsGravatar reed2015-03-23
* change colorfilter to return an array of frag processorsGravatar reed2015-03-03
* add virtuals to optimize composing colorfiltersGravatar reed2015-03-02
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* 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
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* Simplify flattening to just write enough to call the factory/public-construct...Gravatar reed2014-08-21
* 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
* Allow toString capability to be toggled independent of developer mode.Gravatar commit-bot@chromium.org2014-03-13
* Factory methods for heap-allocated SkColorFilter objects.Gravatar commit-bot@chromium.org2014-02-21
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* Add printing of SkColorFilter-derived classes to debuggerGravatar robertphillips@google.com2013-05-23
* Wrap GrEffects in GrEffectPtr.Gravatar bsalomon@google.com2013-01-16
* Make all colorfilter methods const, in preparation for declaring themGravatar reed@google.com2012-12-17
* GrCustomStage Renaming Part 4Gravatar bsalomon@google.com2012-10-24
* CustomStage Renaming Part 1Gravatar bsalomon@google.com2012-10-24
* Use GrCustomStage to implement color matrix.Gravatar bsalomon@google.com2012-10-17