aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrTextureDomain.cpp
Commit message (Expand)AuthorAge
* Move the ability to access textures, buffers, and image storages out from GrP...Gravatar Brian Salomon2017-04-04
* Remove GrFragmentProcessor-derived class' GrTexture-based ctorsGravatar Robert Phillips2017-03-27
* Retract GrContext from src/gpu/effectsGravatar Robert Phillips2017-03-15
* Preparatory ProxificationGravatar Robert Phillips2017-03-14
* Refactor GrColorSpaceXformHelperGravatar Brian Osman2017-03-08
* Rebase and fix chromiumGravatar Brian Osman2017-03-04
* Clarify when tweak alpha for coverage optimizaton can occur.Gravatar Brian Salomon2017-02-15
* Remove GrFragmentProcessor::computeInvariantOutputGravatar Brian Salomon2017-02-13
* Replaced all calls to fragmentPosition() with sk_FragCoordGravatar Ethan Nicholas2017-02-13
* Revert "Replaced all calls to fragmentPosition() with sk_FragCoord"Gravatar Ethan Nicholas2017-02-02
* make GR_TEST_UTILS=0 workGravatar Hal Canary2017-02-02
* 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
* Replaced all calls to fragmentPosition() with sk_FragCoordGravatar Ethan Nicholas2017-01-19
* Start making texture coordinates be absoluteGravatar Robert Phillips2017-01-10
* Add color space xform bits to key for texture domain effectGravatar Brian Osman2016-12-20
* Respect color space in GrTextureDomainEffectGravatar Brian Osman2016-12-20
* Rename vars and functions from 'glslcaps'->'shadercaps'Gravatar Brian Salomon2016-11-29
* Merge GrGLSLCaps into GrShaderCapsGravatar Brian Salomon2016-11-29
* removed appendPrecisionModifierGravatar Ethan Nicholas2016-11-22
* Merge GrGLSLShaderVar and GrShaderVarGravatar Brian Salomon2016-11-21
* Remove GrGLSLSampler type and subclassesGravatar Brian Salomon2016-11-21
* Rename GrTextureParams to GrSamplerParamsGravatar Brian Salomon2016-11-17
* In GrProcessor::TextureSampler drop the "get", it's cleanerGravatar Brian Salomon2016-11-17
* Remove unnecessary TextureSampler comparison in GrTextureDomainEffect.Gravatar Brian Salomon2016-11-17
* Rename GrTextureAccess to GrProcessor::TextureSampler.Gravatar 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
* Introduce GrColorSpaceXform, for gamut conversion on texturesGravatar brianosman2016-07-18
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Refactor how we store and use samplers in GaneshGravatar egdaniel2016-04-20
* Revert of Refactor how we store and use samplers in Ganesh (patchset #7 id:12...Gravatar egdaniel2016-04-19
* Refactor how we store and use samplers in GaneshGravatar egdaniel2016-04-19
* Rename EmitArgs::fSamplers to fTexSamplersGravatar cdalton2016-04-11
* Add appendPrecisionModifier method to GrGLSLShaderBuilderGravatar cdalton2016-04-11
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Add more specialized fragment buildersGravatar cdalton2016-02-18
* Add GrShaderFlags enumGravatar cdalton2016-02-11
* Clean up GrGLSLFragmentProcessor-derived classesGravatar robertphillips2016-02-03
* Create GLSLUniformHandler class for gpu backendGravatar egdaniel2015-12-03
* Move glsl onto EmitArgs struct for emitCodeGravatar egdaniel2015-11-19
* 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
* Make GrGLSLProgramBuilder base class for GrGLProgramBuilder.Gravatar egdaniel2015-11-11
* Remove GrGLProcessor and create GrGLSLTextureSampler class.Gravatar egdaniel2015-10-29