aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/GrCircleBlurFragmentProcessor.h
Commit message (Expand)AuthorAge
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Gravatar Brian Salomon2017-08-11
* automatically generate clone() methods for SkSL fragment processorsGravatar Ethan Nicholas2017-07-31
* Remove the now unused GR_PROXY_MOVE macroGravatar Brian Salomon2017-07-28
* run skslc output through clang-formatGravatar Ethan Nicholas2017-07-19
* Re-land of "converted GrSimpleTextureEffect to sksl"Gravatar Ethan Nicholas2017-07-13
* Revert "converted GrSimpleTextureEffect to sksl"Gravatar Ethan Nicholas2017-07-12
* converted GrSimpleTextureEffect to skslGravatar Ethan Nicholas2017-07-12
* Re-land "converted GrCircleBlurFragmentProcessor to sksl"Gravatar Ethan Nicholas2017-07-11
* Revert "converted GrCircleBlurFragmentProcessor to sksl"Gravatar Ethan Nicholas2017-07-10
* converted GrCircleBlurFragmentProcessor to skslGravatar Ethan Nicholas2017-07-07
* GR_TEST_UTILS fixesGravatar Brian Salomon2017-07-06
* Speculative "fix" for crash in analyzeProcessorsGravatar Robert Phillips2017-06-30
* Clean up GrResourceProvider usageGravatar Robert Phillips2017-06-15
* Add GrRenderTargetContext::resourceProvider & GrResourceProvider::capsGravatar Robert Phillips2017-03-14
* Consolidate Proxy caching code in GrResourceProviderGravatar Robert Phillips2017-03-14
* Rebase and fix chromiumGravatar Brian Osman2017-03-04
* Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch b...Gravatar Robert Phillips2017-02-24
* Remove GrFragmentProcessor::computeInvariantOutputGravatar Brian Salomon2017-02-13
* Merge GrGLSLCaps into GrShaderCapsGravatar Brian Salomon2016-11-29
* Rename GrTextureAccess to GrProcessor::TextureSampler.Gravatar Brian Salomon2016-11-17
* Remove stray semicolons.Gravatar Mike Klein2016-09-27
* Improvements for circluar blurs in GPU backend.Gravatar bsalomon2016-08-16
* Bin circular blur profile textures by scale and blur to radius ratio.Gravatar bsalomon2016-06-14
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Make GrCircleBlurFragmentProcessor::onIsEqual include the positionGravatar abarth2016-03-22
* Increase the amount of debug information printed out by batchesGravatar robertphillips2015-11-16
* Rename some processor functions from GL to GLSLGravatar egdaniel2015-11-13
* Make all GrFragmentProcessors GL independent.Gravatar egdaniel2015-11-13
* Add special case circle blur for GaneshGravatar robertphillips2015-09-15