summaryrefslogtreecommitdiff
path: root/effects/gradients/SkTwoPointConicalGradient.cpp
AgeCommit message (Expand)Author
2014-05-05Remove SkShader virtual method validContextcommit-bot@chromium.org
2014-05-01create struct to hold all the params passed around for shader::contextcommit-bot@chromium.org
2014-04-28Move SkShader::fLocalMatrix into SkShader constructor.commit-bot@chromium.org
2014-04-23Revert of Revert of Extract most of the mutable state of SkShader into a sepa...commit-bot@chromium.org
2014-04-23Revert of Extract most of the mutable state of SkShader into a separate Conte...commit-bot@chromium.org
2014-04-23Extract most of the mutable state of SkShader into a separate Context object.commit-bot@chromium.org
2014-04-21Add flipped gradient branch to two point conical gradientcommit-bot@chromium.org
2014-04-17Revert of Extract most of the mutable state of SkShader into a separate Conte...commit-bot@chromium.org
2014-04-17Revert of Add flipped gradient branch to two point conical gradient (https://...commit-bot@chromium.org
2014-04-17Add flipped gradient branch to two point conical gradientcommit-bot@chromium.org
2014-04-16Extract most of the mutable state of SkShader into a separate Context object.commit-bot@chromium.org
2014-04-04Add base effect for gpu 2pt conical gradientscommit-bot@chromium.org
2014-04-03Pull Gpu shader out of SkTwoPointConicalGradient into own filecommit-bot@chromium.org
2014-03-13Allow toString capability to be toggled independent of developer mode.commit-bot@chromium.org
2014-01-30Refactor read and write buffers.commit-bot@chromium.org
2013-11-14fix general-pespective for conical gradient bug=1744mike@reedtribe.org
2013-11-07Added support for Chrome's gpu command buffer extension BindUniformLocation.commit-bot@chromium.org
2013-10-04Allow gradient optimization with perspectivecommit-bot@chromium.org
2013-10-02Make GPU coord transforms automaticbsalomon@google.com
2013-09-09Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org
2013-09-09Two and three color GPU gradients without textures.bsalomon@google.com
2013-08-30Isolate VertexBuilder from GrGLShaderBuildercommit-bot@chromium.org
2013-08-30Rename ShaderType enum to ShaderVisibilitycommit-bot@chromium.org
2013-08-28Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var ...commit-bot@chromium.org
2013-08-14Refactor GrGLUniformManager::UniformHandle to initialize itself by defaultcommit-bot@chromium.org
2013-08-14effects: Replaces uses of GrAssert with SkASSERT.commit-bot@chromium.org
2013-07-09Revert of r9902 (Consider conical shader opaque if it coversrobertphillips@google.com
2013-07-04Consider conical shader opaque if it covers entire plane.commit-bot@chromium.org
2013-05-24Add flag to gradients to interpolate colors in premul space. Experimental API...reed@google.com
2013-05-23use Descriptor struct to encapsulate all the common paramaeters between our v...reed@google.com
2013-03-25Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.bsalomon@google.com
2013-03-20Attempt to reland 8264-5 with warning-as-error fixes.bsalomon@google.com
2013-03-20revert 8265-8264 (broke build)reed@google.com
2013-03-20Adds local coords to GrEffect system.bsalomon@google.com
2013-03-20Unreviewed. Adding TODO comment to reference newly filed bug.junov@google.com
2013-03-20Fixing deferred canvas bug caused by SkTwoPointConicalGradient declaring itse...commit-bot@chromium.org
2013-03-11Removed unused parameterssugoi@google.com
2013-03-07Make GrGLEffects use an interface to append their code.bsalomon@google.com
2013-02-22remove obsolete build flag SK_IGNORE_GRADIENT_DITHER_FIXreed@google.com
2013-02-13Use SkMWRandom in GLPrograms test.bsalomon@google.com
2013-02-04Go from a 1x2 to a 2x2 dither cell, and change/simplify the logic for how wereed@google.com
2013-01-22Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef.bsalomon@google.com
2013-01-22Let them eat GrEffectRef.bsalomon@google.com
2013-01-17Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec...bsalomon@google.com
2013-01-16Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-...bsalomon@google.com
2013-01-16Fix GPU-less build.bsalomon@google.com
2013-01-16Wrap GrEffects in GrEffectPtr.bsalomon@google.com
2013-01-15Added print out of SkShader information to debuggerrobertphillips@google.com
2013-01-14fix all the false --> NULL issues in the gradient codehumper@google.com
2013-01-14Fix debug build after r7153 (removed param referenced in assertion)bsalomon@google.com