aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkLumaColorFilter.h
Commit message (Expand)AuthorAge
* 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
* rename GrShaderDataManager -> GrProcessorDataManagerGravatar joshualitt2015-07-09
* More threading of GrShaderDataManagerGravatar joshualitt2015-07-08
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* change colorfilter to return an array of frag processorsGravatar reed2015-03-03
* 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
* Allow toString capability to be toggled independent of developer mode.Gravatar commit-bot@chromium.org2014-03-13
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* Align SkLumaColorFilter with the spec.Gravatar commit-bot@chromium.org2013-10-10
* Luminance-to-alpha color filter (SkLumaColorFilter).Gravatar commit-bot@chromium.org2013-10-07