aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrXfermodeFragmentProcessor.cpp
Commit message (Expand)AuthorAge
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Add more specialized fragment buildersGravatar cdalton2016-02-18
* Clean up GrGLSLFragmentProcessor-derived classesGravatar robertphillips2016-02-03
* Create GLSLUniformHandler class for gpu backendGravatar egdaniel2015-12-03
* Add more batch information printoutsGravatar robertphillips2015-11-19
* 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
* Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups.Gravatar egdaniel2015-11-02
* Move functions from SkGr to SkGrPriv.hGravatar bsalomon2015-10-09
* Make skpaint->grpaint flow work for composing draws (verts and atlas)Gravatar bsalomon2015-09-28
* Mangle output var in GrGLFragmentProcessor::emitChildGravatar bsalomon2015-09-24
* Create fragment processor for performing input color blend with child processorGravatar bsalomon2015-09-15
* Add helper for creating leaf FPs inside GrFP::TestCreate functionsGravatar bsalomon2015-09-14
* Test that GrFragmentProcessors work without input colors.Gravatar bsalomon2015-09-14
* Revert of Test that GrFragmentProcessors work without input colors. (patchset...Gravatar bsalomon2015-09-14
* Test that GrFragmentProcessors work without input colors.Gravatar bsalomon2015-09-14
* There's a set probability that a linear pipeline of random procs will be crea...Gravatar wangyix2015-09-10
* Brian requested a new namespace for factories that create fragment processors...Gravatar wangyix2015-09-09