aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkTableColorFilter.cpp
Commit message (Expand)AuthorAge
* Rename GrGLUniformManager to GrGLProgramDataManagerGravatar kkinnunen2014-07-30
* Allow GrGLEffects to produce variable length keys.Gravatar bsalomon2014-07-21
* This moves us towards variable length effect keys. The overall program key no...Gravatar bsalomon2014-07-11
* Goodbye GrEffectRef.Gravatar bsalomon2014-07-08
* Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef.Gravatar bsalomon2014-07-08
* 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
* Allow toString capability to be toggled independent of developer mode.Gravatar commit-bot@chromium.org2014-03-13
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* add installPixelsGravatar reed@google.com2014-01-24
* Fixed more fuzzer issuesGravatar commit-bot@chromium.org2013-12-17
* Adding size parameter to read array functionsGravatar commit-bot@chromium.org2013-10-31
* Make GPU coord transforms automaticGravatar bsalomon@google.com2013-10-02
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Rename ShaderType enum to ShaderVisibilityGravatar commit-bot@chromium.org2013-08-30
* check texture is not NULL to aovid segmentation fault. If the texture created...Gravatar commit-bot@chromium.org2013-05-28
* Add printing of SkColorFilter-derived classes to debuggerGravatar robertphillips@google.com2013-05-23
* Make GrGLShaderBuilder::TextureSampler extract only required info from GrText...Gravatar bsalomon@google.com2013-03-28
* Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.Gravatar bsalomon@google.com2013-03-25
* 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
* Make GrGLEffects use an interface to append their code.Gravatar bsalomon@google.com2013-03-07
* Use SkMWRandom in GLPrograms test.Gravatar bsalomon@google.com2013-02-13
* Make all GrContext members that return a texture also ref the texture for the...Gravatar bsalomon@google.com2013-01-24
* Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef.Gravatar bsalomon@google.com2013-01-22
* Let them eat GrEffectRef.Gravatar bsalomon@google.com2013-01-22
* 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
* Fix typo bug caught by mac warn-as-error (= should have been &=).Gravatar bsalomon@google.com2013-01-14
* 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
* fix warning from scalar --> int32 conversionGravatar humper@google.com2013-01-07
* Make all colorfilter methods const, in preparation for declaring themGravatar reed@google.com2012-12-17
* Remove default texture coords / texture matrixGravatar bsalomon@google.com2012-11-05
* Make morphology, convolution, and table color filter opt out of default textu...Gravatar bsalomon@google.com2012-11-02
* Pass GrCustomStage to key-generation functions and emitCode().Gravatar bsalomon@google.com2012-10-29
* Make a bunch of GrGLEffects derive directly from GrGLEffect rather than GrGLL...Gravatar bsalomon@google.com2012-10-26
* Make GrGLEffect::setData take GrEffectStage rather than GrEffect.Gravatar bsalomon@google.com2012-10-26
* Rename StageKey and related stuff.Gravatar bsalomon@google.com2012-10-25
* Rename GrProgramStageFactory to GrBackendEffectFactory.Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 3Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 2Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 1.Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 5Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 4Gravatar bsalomon@google.com2012-10-24
* GrCustomStage Renaming Part 3Gravatar bsalomon@google.com2012-10-24
* GrCustomStage Renaming Part 2Gravatar bsalomon@google.com2012-10-24