index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
effects
/
GrSingleTextureEffect.h
Commit message (
Expand
)
Author
Age
*
Increase the amount of debug information printed out by batches
robertphillips
2015-11-16
*
Bye bye processor data manager.
bsalomon
2015-10-06
*
More threading of GrProcessorDataManager
joshualitt
2015-07-09
*
Remove GP from drawstate, revision of invariant output for GP
joshualitt
2014-12-11
*
Revert of Remove GP from drawstate, revision of invariant output for GP (patc...
joshualitt
2014-12-10
*
Remove GP from drawstate, revision of invariant output for GP
joshualitt
2014-12-10
*
Update invariant output computation for various texture effects.
egdaniel
2014-11-25
*
Move GrInvariantOutput out of GrProcessor and into its own class.
egdaniel
2014-11-12
*
Auto-compare GrProcessors' texture accesses in isEqual().
bsalomon
2014-10-16
*
Make GrFragmentProcessor auto-compare coord xforms.
bsalomon
2014-10-15
*
Split GrFragmentProcessor into its own header
bsalomon
2014-10-15
*
Create helper functions to use in computeInvariantOutput calls
egdaniel
2014-10-13
*
Add isSingleComponent bool to getConstantColorComponent
egdaniel
2014-10-03
*
Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #...
robertphillips
2014-10-02
*
Add isSingleComponent bool to getConstantColorComponent
egdaniel
2014-10-02
*
Patch to create a distinct geometry processor. The vast majority of this patch
joshualitt
2014-09-23
*
Make GPU coord transforms automatic
bsalomon@google.com
2013-10-02
*
Add a GrCustomCoordsTextureEffect class
commit-bot@chromium.org
2013-09-30
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-26
*
make the filter mode for GrTextureAccess an enum so we can plumb down
humper@google.com
2013-07-25
*
Make GrGLShaderBuilder::TextureSampler extract only required info from GrText...
bsalomon@google.com
2013-03-28
*
Attempt to reland 8264-5 with warning-as-error fixes.
bsalomon@google.com
2013-03-20
*
revert 8265-8264 (broke build)
reed@google.com
2013-03-20
*
Adds local coords to GrEffect system.
bsalomon@google.com
2013-03-20
*
Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec...
bsalomon@google.com
2013-01-17
*
Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-...
bsalomon@google.com
2013-01-16
*
Wrap GrEffects in GrEffectPtr.
bsalomon@google.com
2013-01-16
*
Add GrEffect::updateKnownColorComponents(). It is used to determine whether t...
bsalomon@google.com
2013-01-11
*
Make GrEffect::textureAccess non-virtual. Require subclasses to append their ...
bsalomon@google.com
2013-01-11
*
Allow GrEffects with multiple textures.
bsalomon@google.com
2013-01-04
*
Make all remaining effects use GrGLEffectMatrix
bsalomon@google.com
2012-11-02
*
Replace GrMatrix with SkMatrix.
bsalomon@google.com
2012-11-01
*
Reland r6233 with fix.
bsalomon@google.com
2012-11-01
*
Re-revert r6233.
bsalomon@google.com
2012-11-01
*
Reland r6233 with fix for config conversion texture matrices.
bsalomon@google.com
2012-11-01
*
Revert r6233 while investigating bot failures.
bsalomon@google.com
2012-11-01
*
Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect.
bsalomon@google.com
2012-11-01
*
Rename GrProgramStageFactory to GrBackendEffectFactory.
bsalomon@google.com
2012-10-25
*
GrGLProgramStage Renaming Part 3
bsalomon@google.com
2012-10-25
*
GrCustomStage Renaming Part 3
bsalomon@google.com
2012-10-24
*
CustomStage Renaming Part 1
bsalomon@google.com
2012-10-24
*
Make numTextures() be non-virtual on GrCustomStage.
bsalomon@google.com
2012-10-04
*
Move GrTextureParams from GrSamplerState to GrTextureAccess
bsalomon@google.com
2012-09-18
*
Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConf...
bsalomon@google.com
2012-09-11
*
Add morphology, convolution, single texture, texture domain effects to new un...
bsalomon@google.com
2012-08-03
*
Create GL implementation for GrSingleTextureEffect, use it instead of GrPaint...
tomhudson@google.com
2012-07-19
*
Introduces new SingleTextureEffect base class for GrCustomStage objects.
tomhudson@google.com
2012-07-12