aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrSingleTextureEffect.h
Commit message (Expand)AuthorAge
* Update invariant output computation for various texture effects.Gravatar egdaniel2014-11-25
* Move GrInvariantOutput out of GrProcessor and into its own class.Gravatar egdaniel2014-11-12
* Auto-compare GrProcessors' texture accesses in isEqual().Gravatar bsalomon2014-10-16
* Make GrFragmentProcessor auto-compare coord xforms.Gravatar bsalomon2014-10-15
* Split GrFragmentProcessor into its own headerGravatar bsalomon2014-10-15
* Create helper functions to use in computeInvariantOutput callsGravatar egdaniel2014-10-13
* Add isSingleComponent bool to getConstantColorComponentGravatar egdaniel2014-10-03
* Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #...Gravatar robertphillips2014-10-02
* Add isSingleComponent bool to getConstantColorComponentGravatar egdaniel2014-10-02
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* Make GPU coord transforms automaticGravatar bsalomon@google.com2013-10-02
* Add a GrCustomCoordsTextureEffect classGravatar commit-bot@chromium.org2013-09-30
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-26
* make the filter mode for GrTextureAccess an enum so we can plumb downGravatar humper@google.com2013-07-25
* Make GrGLShaderBuilder::TextureSampler extract only required info from GrText...Gravatar bsalomon@google.com2013-03-28
* Attempt to reland 8264-5 with warning-as-error fixes.Gravatar bsalomon@google.com2013-03-20
* revert 8265-8264 (broke build)Gravatar reed@google.com2013-03-20
* Adds local coords to GrEffect system.Gravatar bsalomon@google.com2013-03-20
* Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec...Gravatar bsalomon@google.com2013-01-17
* Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-...Gravatar bsalomon@google.com2013-01-16
* Wrap GrEffects in GrEffectPtr.Gravatar bsalomon@google.com2013-01-16
* Add GrEffect::updateKnownColorComponents(). It is used to determine whether t...Gravatar bsalomon@google.com2013-01-11
* Make GrEffect::textureAccess non-virtual. Require subclasses to append their ...Gravatar bsalomon@google.com2013-01-11
* Allow GrEffects with multiple textures.Gravatar bsalomon@google.com2013-01-04
* Make all remaining effects use GrGLEffectMatrixGravatar bsalomon@google.com2012-11-02
* Replace GrMatrix with SkMatrix.Gravatar bsalomon@google.com2012-11-01
* Reland r6233 with fix.Gravatar bsalomon@google.com2012-11-01
* Re-revert r6233.Gravatar bsalomon@google.com2012-11-01
* Reland r6233 with fix for config conversion texture matrices.Gravatar bsalomon@google.com2012-11-01
* Revert r6233 while investigating bot failures.Gravatar bsalomon@google.com2012-11-01
* Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect.Gravatar bsalomon@google.com2012-11-01
* Rename GrProgramStageFactory to GrBackendEffectFactory.Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 3Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 3Gravatar bsalomon@google.com2012-10-24
* CustomStage Renaming Part 1Gravatar bsalomon@google.com2012-10-24
* Make numTextures() be non-virtual on GrCustomStage.Gravatar bsalomon@google.com2012-10-04
* Move GrTextureParams from GrSamplerState to GrTextureAccessGravatar bsalomon@google.com2012-09-18
* Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConf...Gravatar bsalomon@google.com2012-09-11
* Add morphology, convolution, single texture, texture domain effects to new un...Gravatar bsalomon@google.com2012-08-03
* Create GL implementation for GrSingleTextureEffect, use it instead of GrPaint...Gravatar tomhudson@google.com2012-07-19
* Introduces new SingleTextureEffect base class for GrCustomStage objects.Gravatar tomhudson@google.com2012-07-12