aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/GrCircleBlurFragmentProcessor.h
Commit message (Expand)AuthorAge
* Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch b...Gravatar Robert Phillips2017-02-24
* Remove GrFragmentProcessor::computeInvariantOutputGravatar Brian Salomon2017-02-13
* Merge GrGLSLCaps into GrShaderCapsGravatar Brian Salomon2016-11-29
* Rename GrTextureAccess to GrProcessor::TextureSampler.Gravatar Brian Salomon2016-11-17
* Remove stray semicolons.Gravatar Mike Klein2016-09-27
* Improvements for circluar blurs in GPU backend.Gravatar bsalomon2016-08-16
* Bin circular blur profile textures by scale and blur to radius ratio.Gravatar bsalomon2016-06-14
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Make GrCircleBlurFragmentProcessor::onIsEqual include the positionGravatar abarth2016-03-22
* Increase the amount of debug information printed out by batchesGravatar robertphillips2015-11-16
* Rename some processor functions from GL to GLSLGravatar egdaniel2015-11-13
* Make all GrFragmentProcessors GL independent.Gravatar egdaniel2015-11-13
* Add special case circle blur for GaneshGravatar robertphillips2015-09-15