aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/gradients/SkSweepGradient.cpp
Commit message (Expand)AuthorAge
* Simplify flattening to just write enough to call the factory/public-construct...Gravatar reed2014-08-21
* add localMatrix to gradient DescriptorGravatar reed2014-08-11
* 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
* SkShader::asNewEffect RefactoringGravatar dandov2014-06-10
* add localmatrix param to asNewEffectGravatar reed@google.com2014-05-09
* add localmatrix parameter to shader's asNewEffectGravatar commit-bot@chromium.org2014-05-09
* Remove SkShader virtual method validContextGravatar commit-bot@chromium.org2014-05-05
* create struct to hold all the params passed around for shader::contextGravatar commit-bot@chromium.org2014-05-01
* Move SkShader::fLocalMatrix into SkShader constructor.Gravatar commit-bot@chromium.org2014-04-28
* Revert of Revert of Extract most of the mutable state of SkShader into a sepa...Gravatar commit-bot@chromium.org2014-04-23
* Revert of Extract most of the mutable state of SkShader into a separate Conte...Gravatar commit-bot@chromium.org2014-04-23
* Extract most of the mutable state of SkShader into a separate Context object.Gravatar commit-bot@chromium.org2014-04-23
* Revert of Extract most of the mutable state of SkShader into a separate Conte...Gravatar commit-bot@chromium.org2014-04-17
* Extract most of the mutable state of SkShader into a separate Context object.Gravatar commit-bot@chromium.org2014-04-16
* Allow toString capability to be toggled independent of developer mode.Gravatar commit-bot@chromium.org2014-03-13
* Bug Fix for Intel atan on gpu sweep gradientGravatar commit-bot@chromium.org2014-02-14
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Make GPU coord transforms automaticGravatar bsalomon@google.com2013-10-02
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-10
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Two and three color GPU gradients without textures.Gravatar bsalomon@google.com2013-09-09
* Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var ...Gravatar commit-bot@chromium.org2013-08-28
* Add flag to gradients to interpolate colors in premul space. Experimental API...Gravatar reed@google.com2013-05-24
* use Descriptor struct to encapsulate all the common paramaeters between our v...Gravatar reed@google.com2013-05-23
* 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
* Removed unused parametersGravatar sugoi@google.com2013-03-11
* remove obsolete build flag SK_IGNORE_GRADIENT_DITHER_FIXGravatar reed@google.com2013-02-22
* Use SkMWRandom in GLPrograms test.Gravatar bsalomon@google.com2013-02-13
* Go from a 1x2 to a 2x2 dither cell, and change/simplify the logic for how weGravatar reed@google.com2013-02-04
* Move dither toggle logic into common helper functions, to make it easier toGravatar reed@google.com2013-02-01
* Let them eat GrEffectRef.Gravatar bsalomon@google.com2013-01-22
* Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-...Gravatar bsalomon@google.com2013-01-16
* Fix GPU-less build.Gravatar bsalomon@google.com2013-01-16
* Wrap GrEffects in GrEffectPtr.Gravatar bsalomon@google.com2013-01-16
* Added print out of SkShader information to debuggerGravatar robertphillips@google.com2013-01-15
* fix all the false --> NULL issues in the gradient codeGravatar humper@google.com2013-01-14
* Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader.Gravatar bsalomon@google.com2013-01-14
* 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