summaryrefslogtreecommitdiff
path: root/effects/gradients/SkTwoPointConicalGradient.h
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-22Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
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-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-23use Descriptor struct to encapsulate all the common paramaeters between our v...reed@google.com
2013-03-20Fixing deferred canvas bug caused by SkTwoPointConicalGradient declaring itse...commit-bot@chromium.org
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-16Wrap GrEffects in GrEffectPtr.bsalomon@google.com
2013-01-15Added print out of SkShader information to debuggerrobertphillips@google.com
2013-01-14Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader.bsalomon@google.com
2012-10-26Rename GrSamplerState to GrEffectStage.bsalomon@google.com
2012-10-24GrCustomStage Renaming Part 4bsalomon@google.com
2012-10-16Reland r5963 with two fixes:bsalomon@google.com
2012-10-16Revert r5962 because of failures.bsalomon@google.com
2012-10-16Require matrix for custom stage to be set when custom stage is installed.bsalomon@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-07-31Remove old constructors from GrGradientEffect subclasses, and moved their dec...rileya@google.com
2012-07-27Renamed and made public SkGradientShaderBases's 'commonAsAGradient' to 'getGr...rileya@google.com
2012-07-27Move GPU gradients into src/effects/gradients.rileya@google.com
2012-07-26Split SkGradientShader into separate files for each gradient subclass.rileya@google.com