summaryrefslogtreecommitdiff
path: root/core/SkShader.cpp
AgeCommit message (Expand)Author
2014-04-28Move SkShader::fLocalMatrix into SkShader constructor.commit-bot@chromium.org
2014-04-24Remove support for inheriting the paint color from SkColorShadercommit-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-17Revert of Extract most of the mutable state of SkShader into a separate Conte...commit-bot@chromium.org
2014-04-16Extract most of the mutable state of SkShader into a separate Context object.commit-bot@chromium.org
2014-04-08Initial picture shader implementationcommit-bot@chromium.org
2014-04-07Revert of Initial picture shader implementation (https://codereview.chromium....commit-bot@chromium.org
2014-04-07Initial picture shader implementationcommit-bot@chromium.org
2014-03-13Allow toString capability to be toggled independent of developer mode.commit-bot@chromium.org
2014-03-07Add a class to allocate small objects w/o extra calls to new.commit-bot@chromium.org
2014-02-12remove unused deviceconfig from SkShadermike@reedtribe.org
2014-01-30Refactor read and write buffers.commit-bot@chromium.org
2013-12-05Fix compilation with SK_ENABLE_INST_COUNT=1commit-bot@chromium.org
2013-10-31Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...reed@google.com
2013-10-31Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...reed@google.com
2013-10-31add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...reed@google.com
2013-09-09Two and three color GPU gradients without textures.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-14another false --> NULL return fixhumper@google.com
2013-01-14Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader.bsalomon@google.com
2012-12-13reland 6798 w/ fix for bitmap-as-mask pixel-lockingreed@google.com
2012-12-13revert 6798 (assert in GM)reed@google.com
2012-12-13Goal: ensure we always balance lock/unlock pixels calls.reed@google.com
2012-10-31Make SkShader store localM directly rather than as a separate alloc.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-10-12Add SkShader::asShadeProc to fast-path the caller when the shader is fastreed@google.com
2012-09-21Make flattenables no longer depend on global static initializers.scroggo@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-08-07Update SkFlattenable buffers to be more modular.djsollen@google.com
2012-07-25Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-un...rileya@google.com
2012-07-20Added asNewCustomStage to SkShader and implemented it for all the gradient sh...rileya@google.com
2012-06-27Added Inst counting to SkFlattenable-derived classesrobertphillips@google.com
2012-04-12Decouple the SkFlattenable from SkReader32/SkWriter32.djsollen@google.com
2012-03-29Cleanup code related to SkFlattenable::flatten()djsollen@google.com
2012-03-26Create macro for registering classes for deserializationdjsollen@google.com
2012-03-23Cleanup Macros arround static initializers for SkFlattenable.djsollen@google.com
2011-12-28Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");tomhudson@google.com
2011-12-09Adding isOpaque method to skia shader classesjunov@chromium.org
2011-12-07add more SK_OVERRIDEsreed@google.com
2011-07-28Automatic update of all copyright notices to reflect new license terms.epoger@google.com
2011-07-06ColorShaders report no bitmaps, but only a color_gradient, which we now detectreed@google.com
2011-07-05add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is emptyreed@google.com
2011-06-06Increase use of SkMatrix::hasPerspective(), merge in has_perspective().tomhudson@google.com