aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkBlurMaskFilter.cpp
Commit message (Expand)AuthorAge
...
* Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch b...Gravatar Robert Phillips2017-02-24
* Remove GrProcessorTestData's GrTexturesGravatar Robert Phillips2017-02-21
* Clarify when tweak alpha for coverage optimizaton can occur.Gravatar Brian Salomon2017-02-15
* Remove GrFragmentProcessor::computeInvariantOutputGravatar Brian Salomon2017-02-13
* Replaced all calls to fragmentPosition() with sk_FragCoordGravatar Ethan Nicholas2017-02-13
* Revert "Replaced all calls to fragmentPosition() with sk_FragCoord"Gravatar Ethan Nicholas2017-02-02
* make GR_TEST_UTILS=0 workGravatar Hal Canary2017-02-02
* Rationalize GrContext's Gr*Proxy getter namingGravatar Robert Phillips2017-01-30
* Make blur utils take GrTextureProxies - take 2Gravatar Robert Phillips2017-01-30
* Revert "Make blur utils take GrTextureProxies"Gravatar Robert Phillips2017-01-30
* Make blur utils take GrTextureProxiesGravatar Robert Phillips2017-01-30
* 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
* Continue making Ganesh use absolute texture coordinates - take 2Gravatar Robert Phillips2017-01-20
* Replaced all calls to fragmentPosition() with sk_FragCoordGravatar Ethan Nicholas2017-01-19
* Revert "Continue making Ganesh use absolute texture coordinates"Gravatar Joe Gregorio2017-01-17
* Continue making Ganesh use absolute texture coordinatesGravatar Robert Phillips2017-01-17
* Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.Gravatar Brian Salomon2017-01-11
* "Fix" some ImageFilter fuzzer issuesGravatar Robert Phillips2016-12-19
* Make filterMaskGPU use GrTextureProxyGravatar Robert Phillips2016-12-14
* Relandx2 "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-09
* Revert "Reland "Remove antialiasing control from GrPaint.""Gravatar Brian Salomon2016-12-09
* Reland "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-09
* Revert "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-08
* Remove antialiasing control from GrPaint.Gravatar Brian Salomon2016-12-08
* Revert "Remove use of makeDeferredRenderTargetContextWithFallback"Gravatar Robert Phillips2016-12-05
* Remove use of makeDeferredRenderTargetContextWithFallbackGravatar Robert Phillips2016-12-01
* Rename vars and functions from 'glslcaps'->'shadercaps'Gravatar Brian Salomon2016-11-29
* Merge GrGLSLCaps into GrShaderCapsGravatar Brian Salomon2016-11-29
* Merge GrGLSLShaderVar and GrShaderVarGravatar Brian Salomon2016-11-21
* Defer more renderTargetContexts in the GPU image filter paths - take 2Gravatar robertphillips2016-11-21
* Remove GrGLSLSampler type and subclassesGravatar Brian Salomon2016-11-21
* Add handling for instantiate failure up the call stackGravatar Robert Phillips2016-11-18
* Rename GrTextureAccess to GrProcessor::TextureSampler.Gravatar Brian Salomon2016-11-17
* Revert "Defer more renderTargetContexts in the GPU image filter paths"Gravatar Robert Phillips2016-11-15
* Defer more renderTargetContexts in the GPU image filter pathsGravatar Robert Phillips2016-11-15
* s/SkAutoTUnref/sk_sp/ in src/ part 1Gravatar Hal Canary2016-11-07
* Remove SkAutoTDeleteArrayGravatar Ben Wagner2016-11-02
* Rename GrDrawContext to GrRenderTargetContextGravatar Brian Osman2016-10-27
* Remove stray semicolons.Gravatar Mike Klein2016-09-27
* Add a makeDrawContextWithFallback that handles config fallbackGravatar robertphillips2016-09-06
* Fix Ganesh analytic blurred rect drawsGravatar robertphillips2016-08-22
* Remove quantization of device-space dest rect for Ganesh analytic rrect blursGravatar robertphillips2016-08-22
* Revert of Start using vertex attributes for nine-patch blurred rrect draws (p...Gravatar robertphillips2016-08-16
* Start using vertex attributes for nine-patch blurred rrect drawsGravatar robertphillips2016-08-16
* Update ComputeBlurredRRectParams to compute all the parameters needed for occ...Gravatar robertphillips2016-08-16
* Update blurred rrect mask filter creation method to also handle cachingGravatar robertphillips2016-08-15
* Pull handling of blurred circles out of GrRRectBlurEffect::MakeGravatar robertphillips2016-08-15
* Always give simple circular rrects a shot at being directly blurred on the GPUGravatar robertphillips2016-08-11