aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrSimpleTextureEffect.h
Commit message (Expand)AuthorAge
* Remove array of TextureSampler pointers from GrIOResourceProcessor.Gravatar Brian Salomon2018-07-30
* Make generated effects from sksl fp files not need SK_SUPPORT_GPUGravatar Greg Daniel2018-04-06
* Revert "Remove std::move from GrSimpleTextureEffect"Gravatar Robert Phillips2018-03-23
* Remove std::move from GrSimpleTextureEffectGravatar Robert Phillips2018-03-22
* updated .fp file headersGravatar Ethan Nicholas2018-02-01
* Remove color space xform support from SkSLGravatar Brian Osman2017-10-23
* Remove color space xform from GrTextureDomain & GrSimpleTextureEffectGravatar Brian Osman2017-10-18
* initClassID no longer auto-allocates idsGravatar Ethan Nicholas2017-10-09
* Revert "Revert "Switch to the new SkSL lexer.""Gravatar Ethan Nicholas2017-09-11
* Revert "Switch to the new SkSL lexer."Gravatar Ethan Nicholas2017-09-11
* Switch to the new SkSL lexer.Gravatar Ethan Nicholas2017-09-11
* 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
* 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
* GR_TEST_UTILS fixesGravatar Brian Salomon2017-07-06
* 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
* Rm makeRenderTargetContext in favor of deferred version (take 3)Gravatar Robert Phillips2017-04-25
* More GrSurfaceProxy-clean upGravatar Robert Phillips2017-03-29
* Mark overridden destructors with 'override' and remove 'virtual'Gravatar Brian Salomon2017-03-22
* Retract GrContext from src/gpu/effectsGravatar Robert Phillips2017-03-15
* Remove GrFragmentProcessor::computeInvariantOutputGravatar Brian Salomon2017-02-13
* Push GrTextureProxy down to more effectsGravatar 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
* Allow GrSingleTextureEffect to take GrTextureProxiesGravatar Robert Phillips2017-01-24
* Merge GrGLSLCaps into GrShaderCapsGravatar Brian Salomon2016-11-29
* Rename GrTextureParams to GrSamplerParamsGravatar Brian Salomon2016-11-17
* Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear.""Gravatar Brian Salomon2016-11-07
* Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."Gravatar Ben Wagner2016-11-06
* Limit GL_TEXTURE_RECTANGLE filtering to bilinear.Gravatar Brian Salomon2016-11-04
* Remove option to make GrCoordTransforms apply to device positions.Gravatar Brian Salomon2016-10-03
* Introduce GrColorSpaceXform, for gamut conversion on texturesGravatar brianosman2016-07-18
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Rename some processor functions from GL to GLSLGravatar egdaniel2015-11-13
* Make all GrFragmentProcessors GL independent.Gravatar egdaniel2015-11-13
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Create fragment processor for performing input color blend with child processorGravatar bsalomon2015-09-15
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...Gravatar wangyix2015-08-18
* Added registerChild; transforms, textures, glKey automatically handled.Gravatar wangyix2015-08-04
* More threading of GrProcessorDataManagerGravatar joshualitt2015-07-09
* Use GLSLCaps for creating processor keys and GLSL-specific programsGravatar jvanverth2015-04-28