aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkMorphologyImageFilter.cpp
Commit message (Expand)AuthorAge
* Retract GrContext from src/gpu/effectsGravatar Robert Phillips2017-03-15
* Make SkGr.h private and remove unused functionsGravatar Brian Osman2017-03-08
* Clean up/remove unused GrFragmentProcessor-derived ctorsGravatar Robert Phillips2017-02-28
* Remove GrProcessorTestData's GrTexturesGravatar Robert Phillips2017-02-21
* Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2)Gravatar Robert Phillips2017-02-20
* Remove GrFragmentProcessor::computeInvariantOutputGravatar Brian Salomon2017-02-13
* Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly"Gravatar Robert Phillips2017-02-08
* Remove asTextureRef from SkSpecialImage & update effects accordinglyGravatar Robert Phillips2017-02-07
* make GR_TEST_UTILS=0 workGravatar Hal Canary2017-02-02
* Rationalize GrContext's Gr*Proxy getter namingGravatar Robert Phillips2017-01-30
* Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations.""Gravatar Brian Salomon2017-01-27
* Revert "Start of rewrite of GrFragmentProcessor optimizations."Gravatar Ethan Nicholas2017-01-27
* Start of rewrite of GrFragmentProcessor optimizations.Gravatar Brian Salomon2017-01-27
* Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.Gravatar Brian Salomon2017-01-11
* Add ImageToColorSpace helper in SkImageFilterGravatar Brian Osman2016-12-29
* Revert "Add ImageToColorSpace helper in SkImageFilter"Gravatar Brian Osman2016-12-29
* Add ImageToColorSpace helper in SkImageFilterGravatar Brian Osman2016-12-29
* Add color space xform fallback to GrMorphologyEffectGravatar Brian Osman2016-12-21
* Relandx2 "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-09
* Revert "Reland "Remove antialiasing control from GrPaint.""Gravatar Brian Salomon2016-12-09
* Reland "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-09
* Revert "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-08
* Remove antialiasing control from GrPaint.Gravatar Brian Salomon2016-12-08
* Merge GrGLSLCaps into GrShaderCapsGravatar Brian Salomon2016-11-29
* Merge GrGLSLShaderVar and GrShaderVarGravatar Brian Salomon2016-11-21
* In GrProcessor::TextureSampler drop the "get", it's cleanerGravatar Brian Salomon2016-11-17
* Guard against instantiate & accessRenderTarget failuresGravatar Robert Phillips2016-11-17
* Rename GrTextureAccess to GrProcessor::TextureSampler.Gravatar Brian Salomon2016-11-17
* Start plumbing deferral of GPU resources in the image filtersGravatar Robert Phillips2016-11-14
* Rename GrDrawContext to GrRenderTargetContextGravatar Brian Osman2016-10-27
* Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar reed2016-10-05
* Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-05
* Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-05
* Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-04
* Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-04
* Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paint...Gravatar Mike Reed2016-10-03
* Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""Gravatar Mike Reed2016-10-03
* Revert "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-03
* replace SkXfermode obj with SkBlendMode enum in paintsGravatar Mike Reed2016-10-03
* sRGB cleanup in image filters. Ensure we configure paints correctly.Gravatar brianosman2016-09-22
* Add output format properties to SkImageFilter::ContextGravatar brianosman2016-09-22
* Fix some GPU image filter code to preserve precision and color spaceGravatar brianosman2016-09-21
* Cleanup some sRGB TODOs, mostly around setting GrPaint flags correctlyGravatar brianosman2016-09-20
* Remove unneeded GrGLSLTransformedCoordsArray typeGravatar bsalomon2016-09-12
* Move GrFixedClip into src directoryGravatar csmartdalton2016-08-19
* Rename GrContext's newDrawContext & drawContext to makeDrawContextGravatar robertphillips2016-07-27
* Add SkColorSpace to GrDrawContextGravatar brianosman2016-07-21
* Adding color space to SkSpecialImageGravatar brianosman2016-07-21
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Convert GrClip to an abstract base classGravatar cdalton2016-05-13