index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
GrCircleBlurFragmentProcessor.h
Commit message (
Expand
)
Author
Age
*
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
Brian Salomon
2017-08-11
*
automatically generate clone() methods for SkSL fragment processors
Ethan Nicholas
2017-07-31
*
Remove the now unused GR_PROXY_MOVE macro
Brian Salomon
2017-07-28
*
run skslc output through clang-format
Ethan Nicholas
2017-07-19
*
Re-land of "converted GrSimpleTextureEffect to sksl"
Ethan Nicholas
2017-07-13
*
Revert "converted GrSimpleTextureEffect to sksl"
Ethan Nicholas
2017-07-12
*
converted GrSimpleTextureEffect to sksl
Ethan Nicholas
2017-07-12
*
Re-land "converted GrCircleBlurFragmentProcessor to sksl"
Ethan Nicholas
2017-07-11
*
Revert "converted GrCircleBlurFragmentProcessor to sksl"
Ethan Nicholas
2017-07-10
*
converted GrCircleBlurFragmentProcessor to sksl
Ethan Nicholas
2017-07-07
*
GR_TEST_UTILS fixes
Brian Salomon
2017-07-06
*
Speculative "fix" for crash in analyzeProcessors
Robert Phillips
2017-06-30
*
Clean up GrResourceProvider usage
Robert Phillips
2017-06-15
*
Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps
Robert Phillips
2017-03-14
*
Consolidate Proxy caching code in GrResourceProvider
Robert Phillips
2017-03-14
*
Rebase and fix chromium
Brian Osman
2017-03-04
*
Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch b...
Robert Phillips
2017-02-24
*
Remove GrFragmentProcessor::computeInvariantOutput
Brian Salomon
2017-02-13
*
Merge GrGLSLCaps into GrShaderCaps
Brian Salomon
2016-11-29
*
Rename GrTextureAccess to GrProcessor::TextureSampler.
Brian Salomon
2016-11-17
*
Remove stray semicolons.
Mike Klein
2016-09-27
*
Improvements for circluar blurs in GPU backend.
bsalomon
2016-08-16
*
Bin circular blur profile textures by scale and blur to radius ratio.
bsalomon
2016-06-14
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Make GrCircleBlurFragmentProcessor::onIsEqual include the position
abarth
2016-03-22
*
Increase the amount of debug information printed out by batches
robertphillips
2015-11-16
*
Rename some processor functions from GL to GLSL
egdaniel
2015-11-13
*
Make all GrFragmentProcessors GL independent.
egdaniel
2015-11-13
*
Add special case circle blur for Ganesh
robertphillips
2015-09-15