aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkMagnifierImageFilter.cpp
Commit message (Expand)AuthorAge
* Revise system for checking for uninstantiated proxiesGravatar Robert Phillips2017-05-29
* Re-land of "eliminated GrGLSLExpr".Gravatar Ethan Nicholas2017-05-08
* Revert "Revert "Revert "eliminated GrGLSLExpr"""Gravatar Ethan Nicholas2017-05-04
* Revert "Revert "eliminated GrGLSLExpr""Gravatar Ethan Nicholas2017-05-03
* Revert "eliminated GrGLSLExpr"Gravatar Brian Salomon2017-05-02
* eliminated GrGLSLExprGravatar Ethan Nicholas2017-05-02
* hide lockpixels api behind flagGravatar Mike Reed2017-04-17
* SkImageFilter::onMakeColorSpace() - more overridesGravatar Matt Sarett2017-04-10
* Move the ability to access textures, buffers, and image storages out from GrP...Gravatar Brian Salomon2017-04-04
* Retract GrContext from src/gpu/effectsGravatar Robert Phillips2017-03-15
* Refactor GrColorSpaceXformHelperGravatar Brian Osman2017-03-08
* Clean up/remove unused GrFragmentProcessor-derived ctorsGravatar Robert Phillips2017-02-28
* Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2)Gravatar Robert Phillips2017-02-20
* SkScalarMul is deprecatedGravatar Mike Reed2017-02-14
* 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
* 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
* 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
* Add color space xform to GrMagnifierEffectGravatar Brian Osman2016-12-20
* Merge GrGLSLCaps into GrShaderCapsGravatar Brian Salomon2016-11-29
* Merge GrGLSLShaderVar and GrShaderVarGravatar Brian Salomon2016-11-21
* Rename GrDrawContext to GrRenderTargetContextGravatar Brian Osman2016-10-27
* Remove stray semicolons.Gravatar Mike Klein2016-09-27
* Add output format properties to SkImageFilter::ContextGravatar brianosman2016-09-22
* Remove unneeded GrGLSLTransformedCoordsArray typeGravatar bsalomon2016-09-12
* Adding color space to SkSpecialImageGravatar brianosman2016-07-21
* Introduce GrColorSpaceXform, for gamut conversion on texturesGravatar brianosman2016-07-18
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Begin removing deprecated (and now, unused) ImageFilter code pathsGravatar robertphillips2016-04-20
* Switch SkMagnifierImageFilter over to new onFilterImage interfaceGravatar robertphillips2016-04-14
* Rename EmitArgs::fSamplers to fTexSamplersGravatar cdalton2016-04-11
* Update MagnifierImageFilter to sk_spGravatar robertphillips2016-04-07
* change flattenable factory to return sk_spGravatar reed2016-04-03
* Update SkMergeImageFilter to sk_spGravatar robertphillips2016-03-30
* Add more specialized fragment buildersGravatar cdalton2016-02-18
* Mark existing image filter entry points that will be going away with DeprecatedGravatar robertphillips2016-02-17
* Add GrShaderFlags enumGravatar cdalton2016-02-11
* Clean up GrGLSLFragmentProcessor-derived classesGravatar robertphillips2016-02-03
* Create GLSLUniformHandler class for gpu backendGravatar egdaniel2015-12-03
* Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder.Gravatar egdaniel2015-11-18
* Rename some processor functions from GL to GLSLGravatar egdaniel2015-11-13
* Make all GrFragmentProcessors GL independent.Gravatar egdaniel2015-11-13
* Move all ShaderBuilder files to GLSLGravatar egdaniel2015-11-11
* Create GLSL base class for ProgramDataManagerGravatar egdaniel2015-10-28