index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkGpuBlurUtils.cpp
Commit message (
Expand
)
Author
Age
*
Rework GrSamplerParams to be more compact and use its own wrap mode enum.
Brian Salomon
2017-09-07
*
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
Brian Salomon
2017-08-11
*
Remove Gr1DKernelEffect "helper" class.
Brian Salomon
2017-07-27
*
Add support for GL 565 and 4444 configs to test tools
Brian Salomon
2017-07-17
*
Remove renderTargetContext swapping from GaussianBlur method (take 2)
Robert Phillips
2017-07-13
*
Revert "Remove renderTargetContext swapping from GaussianBlur method"
Robert Phillips
2017-07-13
*
Remove renderTargetContext swapping from GaussianBlur method
Robert Phillips
2017-07-13
*
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
*
Make instantiate return a Boolean
Robert Phillips
2017-06-05
*
Remove GrSurfaceDesc member from GrSurfaceProxy.
Brian Salomon
2017-05-17
*
Retract GrContext from src/gpu/effects
Robert Phillips
2017-03-15
*
Rebase and fix chromium
Brian Osman
2017-03-04
*
Clean up/remove unused GrFragmentProcessor-derived ctors
Robert Phillips
2017-02-28
*
start removing uses of SkScalarMul
Mike Reed
2017-02-06
*
Force instantiation in GaussianBlur to hopefully prevent (and diagnose) Chrom...
Robert Phillips
2017-02-02
*
Rationalize GrContext's Gr*Proxy getter naming
Robert Phillips
2017-01-30
*
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
*
Continue making Ganesh use absolute texture coordinates - take 2
Robert Phillips
2017-01-20
*
Revert "Continue making Ganesh use absolute texture coordinates"
Joe Gregorio
2017-01-17
*
Continue making Ganesh use absolute texture coordinates
Robert Phillips
2017-01-17
*
Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.
Brian Salomon
2017-01-11
*
Start making texture coordinates be absolute
Robert Phillips
2017-01-10
*
Relandx2 "Remove antialiasing control from GrPaint."
Brian Salomon
2016-12-09
*
Revert "Reland "Remove antialiasing control from GrPaint.""
Brian Salomon
2016-12-09
*
Reland "Remove antialiasing control from GrPaint."
Brian Salomon
2016-12-09
*
Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear"
Robert Phillips
2016-12-09
*
Revert "Remove antialiasing control from GrPaint."
Brian Salomon
2016-12-08
*
Remove antialiasing control from GrPaint.
Brian Salomon
2016-12-08
*
Defer more renderTargetContexts in the GPU image filter paths - take 2
robertphillips
2016-11-21
*
Rename GrTextureParams to GrSamplerParams
Brian Salomon
2016-11-17
*
Revert "Defer more renderTargetContexts in the GPU image filter paths"
Robert Phillips
2016-11-15
*
Defer more renderTargetContexts in the GPU image filter paths
Robert Phillips
2016-11-15
*
Rename GrDrawContext to GrRenderTargetContext
Brian Osman
2016-10-27
*
Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"
reed
2016-10-05
*
Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
*
Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
*
Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
*
Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
*
Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paint...
Mike Reed
2016-10-03
*
Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""
Mike Reed
2016-10-03
*
Revert "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-03
*
replace SkXfermode obj with SkBlendMode enum in paints
Mike Reed
2016-10-03
*
Add F16 to the list of allowed formats in GaussianBlur
brianosman
2016-09-19
*
Moving SkBlurImageFilter into core
vjiaoblack
2016-08-23
*
Revert of Moving SkBlurImageFilter into core (patchset #9 id:160001 of https:...
bungeman
2016-08-23
[next]