aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrEffect.cpp
Commit message (Expand)AuthorAge
* Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.Gravatar bsalomon2014-07-08
* Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*...Gravatar reed2014-07-07
* Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.Gravatar bsalomon2014-07-07
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* Allow gradient optimization with perspectiveGravatar commit-bot@chromium.org2013-10-04
* Make GPU coord transforms automaticGravatar bsalomon@google.com2013-10-02
* Mark when effects and programs have vertex codeGravatar commit-bot@chromium.org2013-09-30
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Add a 'unique' method to SkRefCnt, document the usage, and add support.Gravatar bungeman@google.com2013-07-19
* Add GrEllipseEdgeEffect.Gravatar commit-bot@chromium.org2013-03-12
* Use SkMWRandom in GLPrograms test.Gravatar bsalomon@google.com2013-02-13
* 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
* 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
* Pass GrCustomStage to key-generation functions and emitCode().Gravatar bsalomon@google.com2012-10-29
* Rename GrProgramStageFactory to GrBackendEffectFactory.Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 5Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 4Gravatar bsalomon@google.com2012-10-24
* CustomStage Renaming Part 1Gravatar bsalomon@google.com2012-10-24