aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkGpuBlurUtils.cpp
Commit message (Expand)AuthorAge
* Remove sRGB config checks based on color spaceGravatar Brian Osman2018-07-02
* Remove GrPaint::setGammaCorrectGravatar Brian Osman2018-06-04
* Make GrCaps and GrShaderCaps private.Gravatar Brian Salomon2018-05-11
* Cleanup SK_IGNORE_BLUR_IMAGE_FILTER_FIX (since Chrome no longer uses it)Gravatar Robert Phillips2018-05-09
* Fix a bug in SkGpuBlurUtils::GaussianBlur (take 3)Gravatar Robert Phillips2018-05-08
* Revert "Fix a bug in SkGpuBlurUtils::GaussianBlur (take 2)"Gravatar Robert Phillips2018-05-04
* Fix a bug in SkGpuBlurUtils::GaussianBlur (take 2)Gravatar Robert Phillips2018-05-04
* Revert "Fix a bug in SkGpuBlurUtils::GaussianBlur"Gravatar Brian Osman2018-05-03
* Fix a bug in SkGpuBlurUtils::GaussianBlurGravatar Robert Phillips2018-05-03
* Modify SkGpuBlurUtils::GaussianBlur's reexpand method and allow more approx f...Gravatar Robert Phillips2018-05-02
* Alter the decimation portion of Ganesh's GaussianBlur methodGravatar Robert Phillips2018-05-01
* Refactor GaussianBlurGravatar Robert Phillips2018-04-25
* Support GL_RGB textures and render targets.Gravatar Brian Salomon2018-03-22
* Move internal calls from GrContext to GrContextPrivGravatar Robert Phillips2018-03-06
* Revert "Revert "Add 1010102 support to Ganesh""Gravatar Brian Osman2018-03-02
* Revert "Add 1010102 support to Ganesh"Gravatar Brian Osman2018-03-01
* Add 1010102 support to GaneshGravatar Brian Osman2018-03-01
* Prefer fullscreen clears on Qualcomm/GLGravatar Chris Dalton2017-12-12
* Fix another blurring bug with sRGB sources and legacy destsGravatar Brian Osman2017-11-06
* Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conve...Gravatar Brian Salomon2017-10-24
* Remove color space xform from GrTextureDomain & GrSimpleTextureEffectGravatar Brian Osman2017-10-18
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Gravatar Brian Salomon2017-09-07
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Gravatar Brian Salomon2017-08-11
* Remove Gr1DKernelEffect "helper" class.Gravatar Brian Salomon2017-07-27
* Add support for GL 565 and 4444 configs to test toolsGravatar Brian Salomon2017-07-17
* Remove renderTargetContext swapping from GaussianBlur method (take 2)Gravatar Robert Phillips2017-07-13
* Revert "Remove renderTargetContext swapping from GaussianBlur method"Gravatar Robert Phillips2017-07-13
* Remove renderTargetContext swapping from GaussianBlur methodGravatar Robert Phillips2017-07-13
* Added new edge handling mode (clamp and repeat) to Gaussian blur filter.Gravatar wutao2017-06-30
* Clean up GrResourceProvider usageGravatar Robert Phillips2017-06-15
* Make instantiate return a BooleanGravatar Robert Phillips2017-06-05
* Remove GrSurfaceDesc member from GrSurfaceProxy.Gravatar Brian Salomon2017-05-17
* Retract GrContext from src/gpu/effectsGravatar Robert Phillips2017-03-15
* Rebase and fix chromiumGravatar Brian Osman2017-03-04
* Clean up/remove unused GrFragmentProcessor-derived ctorsGravatar Robert Phillips2017-02-28
* start removing uses of SkScalarMulGravatar Mike Reed2017-02-06
* Force instantiation in GaussianBlur to hopefully prevent (and diagnose) Chrom...Gravatar Robert Phillips2017-02-02
* Rationalize GrContext's Gr*Proxy getter namingGravatar Robert Phillips2017-01-30
* 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
* Make GrConvolutionEffect only support Gaussian kernels and rename.Gravatar Brian Salomon2017-01-24
* Continue making Ganesh use absolute texture coordinates - take 2Gravatar Robert Phillips2017-01-20
* Revert "Continue making Ganesh use absolute texture coordinates"Gravatar Joe Gregorio2017-01-17
* Continue making Ganesh use absolute texture coordinatesGravatar Robert Phillips2017-01-17
* Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.Gravatar Brian Salomon2017-01-11
* Start making texture coordinates be absoluteGravatar Robert Phillips2017-01-10
* Relandx2 "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-09
* Revert "Reland "Remove antialiasing control from GrPaint.""Gravatar Brian Salomon2016-12-09