aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkLumaColorFilter.cpp
Commit message (Expand)AuthorAge
* renamed SkSL types in preparation for killing precision modifiersGravatar Ethan Nicholas2017-07-28
* Implement clone() for 4 additional GrFragmentProcessor subclassesGravatar Brian Salomon2017-07-27
* remove filterSpan from SkColorFilterGravatar Mike Reed2017-06-29
* slant colorfilter away from filterSpan4fGravatar Mike Reed2017-05-31
* void SkColorFilter::onAppendStages(...)Gravatar Mike Klein2017-05-09
* force all colorfilters to implement 4fGravatar Mike Reed2017-05-04
* Remove GrFragmentProcessor::computeInvariantOutputGravatar Brian Salomon2017-02-13
* Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations.""Gravatar Brian Salomon2017-01-27
* Revert "Start of rewrite of GrFragmentProcessor optimizations."Gravatar Ethan Nicholas2017-01-27
* Start of rewrite of GrFragmentProcessor optimizations.Gravatar Brian Salomon2017-01-27
* Stop tracking whether GrFragmentProcessors read their inputGravatar Brian Salomon2017-01-23
* Remove SkFallbackAlloc and SkFixedAlloc.Gravatar Herb Derby2017-01-16
* Merge GrGLSLCaps into GrShaderCapsGravatar Brian Salomon2016-11-29
* Fix SkModeColorFilter in 565Gravatar Mike Klein2016-11-12
* Add Matrix colorfilter pipeline stages.Gravatar Mike Klein2016-11-03
* SkRasterPipeline: implement SkLumaColorFilterGravatar Mike Klein2016-11-01
* GrConstColorProcessor uses 4f colors in the destination spaceGravatar Brian Osman2016-10-26
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* change flattenable factory to return sk_spGravatar reed2016-04-03
* 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
* Add more specialized fragment buildersGravatar cdalton2016-02-18
* Next round of GrGLSLFragmentProcessor-derived class cleanupGravatar robertphillips2016-02-04
* Clean up GrGLSLFragmentProcessor-derived classesGravatar robertphillips2016-02-03
* Create GLSLUniformHandler class for gpu backendGravatar egdaniel2015-12-03
* Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder.Gravatar egdaniel2015-11-18
* Rename some processor functions from GL to GLSLGravatar egdaniel2015-11-13
* Make all GrFragmentProcessors GL independent.Gravatar egdaniel2015-11-13
* Move all ShaderBuilder files to GLSLGravatar egdaniel2015-11-11
* Stop creating static GrProcessor instancesGravatar bsalomon2015-10-21
* 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
* Remove overly complicated GR_CREATE_STATIC_PROCESSOR macroGravatar mdempsky2015-08-27
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...Gravatar wangyix2015-08-18
* Added registerChild; transforms, textures, glKey automatically handled.Gravatar wangyix2015-08-04
* Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode()Gravatar wangyix2015-07-22
* Moved GrGLFragmentProcessor definition to its own fileGravatar wangyix2015-07-22
* rename GrShaderDataManager -> GrProcessorDataManagerGravatar joshualitt2015-07-09
* More threading of GrShaderDataManagerGravatar joshualitt2015-07-08
* Don't leak fragment processor in SkColorFilter::asFragmentProcessors implemen...Gravatar bsalomon2015-06-12
* Make XPFragmentBuilder only Builder with access to DstCopy.Gravatar egdaniel2015-04-29
* Use GLSLCaps for creating processor keys and GLSL-specific programsGravatar jvanverth2015-04-28
* 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