aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrSimpleTextureEffect.cpp
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
* updated .fp file headersGravatar Ethan Nicholas2018-02-01
* removed extraneous unused uniform handles for SkSL samplersGravatar Ethan Nicholas2017-12-20
* converted GrMagnifierEffect to SkSLGravatar Ethan Nicholas2017-12-13
* Remove color space xform support from SkSLGravatar Brian Osman2017-10-23
* Be considerate of GPUs lacking npot support when testing GrSimpleTextureEffectGravatar Robert Phillips2017-10-20
* Make GrRectBlurEffect use bilerpGravatar Robert Phillips2017-10-20
* Remove color space xform from GrTextureDomain & GrSimpleTextureEffectGravatar Brian Osman2017-10-18
* converted GrRectBlurEffect to SkSLGravatar Ethan Nicholas2017-10-16
* initClassID no longer auto-allocates idsGravatar Ethan Nicholas2017-10-09
* re-land of new SkSL precisionsGravatar Ethan Nicholas2017-09-18
* Revert "Revert "Revert "Switched highp float to highfloat and mediump float t...Gravatar Ethan Nicholas2017-09-18
* Revert "Revert "Switched highp float to highfloat and mediump float to half.""Gravatar Ethan Nicholas2017-09-15
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Gravatar Brian Salomon2017-09-07
* Revert "Switched highp float to highfloat and mediump float to half."Gravatar Brian Salomon2017-08-17
* Switched highp float to highfloat and mediump float to half.Gravatar Ethan Nicholas2017-08-16
* Fix string typing in generated codeGravatar Brian Osman2017-08-15
* Switch SkSL to std::stringGravatar Brian Osman2017-08-14
* 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
* renamed SkSL types in preparation for killing precision modifiersGravatar Ethan Nicholas2017-07-28
* switched to infra version of clang-format for skslcGravatar Ethan Nicholas2017-07-27
* moved changes out of autogenerated .cpp file and into source .fp fileGravatar Ethan Nicholas2017-07-26
* Remove GrBackendTextureDescGravatar Brian Salomon2017-07-20
* 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
* Clean up GrResourceProvider usageGravatar Robert Phillips2017-06-15
* Retract GrTexture.h a bitGravatar Robert Phillips2017-06-09
* 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
* Remove GrFragmentProcessor::computeInvariantOutputGravatar Brian Salomon2017-02-13
* make GR_TEST_UTILS=0 workGravatar Hal Canary2017-02-02
* Push GrTextureProxy down to more effectsGravatar Robert Phillips2017-01-30
* Merge GrGLSLCaps into GrShaderCapsGravatar Brian Salomon2016-11-29
* Rename GrTextureParams to GrSamplerParamsGravatar Brian Salomon2016-11-17
* Remove option to make GrCoordTransforms apply to device positions.Gravatar Brian Salomon2016-10-03
* Start supplying random color space xforms to FP testsGravatar Brian Osman2016-10-03
* Remove unneeded GrGLSLTransformedCoordsArray typeGravatar bsalomon2016-09-12
* Two changes:Gravatar brianosman2016-09-12
* Add color gamut xform helpers to GrGLSLShaderBuilderGravatar brianosman2016-09-07
* Introduce GrColorSpaceXform, for gamut conversion on texturesGravatar brianosman2016-07-18
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Rename EmitArgs::fSamplers to fTexSamplersGravatar cdalton2016-04-11
* Add more specialized fragment buildersGravatar cdalton2016-02-18
* Next round of GrGLSLFragmentProcessor-derived class cleanupGravatar robertphillips2016-02-04
* Clean up GrGLSLFragmentProcessor-derived classesGravatar robertphillips2016-02-03