index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
effects
/
GrGaussianConvolutionFragmentProcessor.h
Commit message (
Expand
)
Author
Age
*
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
Brian Salomon
2017-08-11
*
Implement clone for 6 additional GrFragmentProcessor subclasses.
Brian Salomon
2017-07-28
*
Remove Gr1DKernelEffect "helper" class.
Brian Salomon
2017-07-27
*
GR_TEST_UTILS fixes
Brian Salomon
2017-07-06
*
Added new edge handling mode (clamp and repeat) to Gaussian blur filter.
wutao
2017-06-30
*
Clean up GrResourceProvider usage
Robert Phillips
2017-06-15
*
Retract GrContext from src/gpu/effects
Robert Phillips
2017-03-15
*
Clean up/remove unused GrFragmentProcessor-derived ctors
Robert Phillips
2017-02-28
*
Remove GrFragmentProcessor::computeInvariantOutput
Brian Salomon
2017-02-13
*
Make blur utils take GrTextureProxies - take 2
Robert Phillips
2017-01-30
*
Revert "Make blur utils take GrTextureProxies"
Robert Phillips
2017-01-30
*
Make blur utils take GrTextureProxies
Robert Phillips
2017-01-30
*
Push GrTextureProxy down to more effects
Robert Phillips
2017-01-30
*
Make GrConvolutionEffect only support Gaussian kernels and rename.
Brian Salomon
2017-01-24