aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrGaussianConvolutionFragmentProcessor.cpp
Commit message (Expand)AuthorAge
* Remove array of TextureSampler pointers from GrIOResourceProcessor.Gravatar Brian Salomon2018-07-30
* Move GrGLSL.h from include/private to src/gpu/glsl.Gravatar Brian Salomon2018-06-19
* Fix DDL blur image filterGravatar Robert Phillips2018-05-02
* Check for divide by zero in fill_in_2D_gaussian_kernelGravatar Greg Daniel2018-04-03
* Check for divide by zero in fill_in_1D_gaussian_kernelGravatar Greg Daniel2018-04-03
* initClassID no longer auto-allocates idsGravatar Ethan Nicholas2017-10-09
* switched SkSL's temporary 'highfloat' type back to 'float'Gravatar Ethan Nicholas2017-09-22
* re-land of new SkSL precisionsGravatar Ethan Nicholas2017-09-18
* Revert "Revert "Revert "Switched highp float to highfloat and mediump float t...Gravatar Ethan Nicholas2017-09-18
* Revert "Revert "Switched highp float to highfloat and mediump float to half.""Gravatar Ethan Nicholas2017-09-15
* Revert "Switched highp float to highfloat and mediump float to half."Gravatar Brian Salomon2017-08-17
* Switched highp float to highfloat and mediump float to half.Gravatar Ethan Nicholas2017-08-16
* Replace SkFAIL with SK_ABORT.Gravatar Ben Wagner2017-08-16
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Gravatar Brian Salomon2017-08-11
* Fix cleanup on program creation failureGravatar Robert Phillips2017-08-01
* renamed SkSL types in preparation for killing precision modifiersGravatar Ethan Nicholas2017-07-28
* Implement clone for 6 additional GrFragmentProcessor subclasses.Gravatar Brian Salomon2017-07-28
* Remove the now unused GR_PROXY_MOVE macroGravatar Brian Salomon2017-07-28
* Remove Gr1DKernelEffect "helper" class.Gravatar Brian Salomon2017-07-27
* Remove GrSingleTextureEffectGravatar Brian Salomon2017-07-26
* Smaller fragment from "Reduce dependence on GrSurface's origin field"Gravatar Robert Phillips2017-07-21
* Revert "Reduce dependence on GrSurface's origin field"Gravatar Robert Phillips2017-07-21
* Reduce dependence on GrSurface's origin fieldGravatar Robert Phillips2017-07-21
* Added new edge handling mode (clamp and repeat) to Gaussian blur filter.Gravatar wutao2017-06-30
* Clean up GrResourceProvider usageGravatar Robert Phillips2017-06-15
* Retract GrTexture*.h & GrRenderTarget*.h from other headersGravatar Robert Phillips2017-06-13
* Revise system for checking for uninstantiated proxiesGravatar Robert Phillips2017-05-29
* Re-land of "eliminated GrGLSLExpr".Gravatar Ethan Nicholas2017-05-08
* Revert "Revert "Revert "eliminated GrGLSLExpr"""Gravatar Ethan Nicholas2017-05-04
* Revert "Revert "eliminated GrGLSLExpr""Gravatar Ethan Nicholas2017-05-03
* Revert "eliminated GrGLSLExpr"Gravatar Brian Salomon2017-05-02
* eliminated GrGLSLExprGravatar Ethan Nicholas2017-05-02
* Move the ability to access textures, buffers, and image storages out from GrP...Gravatar Brian Salomon2017-04-04
* Retract GrContext from src/gpu/effectsGravatar Robert Phillips2017-03-15
* Clean up/remove unused GrFragmentProcessor-derived ctorsGravatar Robert Phillips2017-02-28
* make GR_TEST_UTILS=0 workGravatar Hal Canary2017-02-02
* 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
* Push GrTextureProxy down to more effectsGravatar 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
* Make GrConvolutionEffect only support Gaussian kernels and rename.Gravatar Brian Salomon2017-01-24