aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/GrCircleBlurFragmentProcessor.cpp
Commit message (Expand)AuthorAge
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...Gravatar bsalomon2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Ensure the Gaussian tail of circle blurs goes to zero.Gravatar benjaminwagner2016-02-24
* Add more specialized fragment buildersGravatar cdalton2016-02-18
* Add GrShaderFlags enumGravatar cdalton2016-02-11
* Clean up GrGLSLFragmentProcessor-derived classesGravatar robertphillips2016-02-03
* Address precision issue in circle blur effectGravatar robertphillips2015-12-10
* 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
* Create GLSL base class for ProgramDataManagerGravatar egdaniel2015-10-28
* Fix vs2015 buildGravatar bsalomon2015-09-15
* Add special case circle blur for GaneshGravatar robertphillips2015-09-15