aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkComposeShader.cpp
Commit message (Expand)AuthorAge
* Simplify flattening to just write enough to call the factory/public-construct...Gravatar reed2014-08-21
* Add functions for inspecting SkShader.Gravatar commit-bot@chromium.org2014-05-13
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-05-06
* Remove SkShader virtual method validContextGravatar commit-bot@chromium.org2014-05-05
* fix composeshader to respect the paint's alphaGravatar commit-bot@chromium.org2014-05-05
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-05-02
* 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
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* Guard against most unintentionally ephemeral SkAutoFoo instantiations.Gravatar commit-bot@chromium.org2013-11-18
* force readbuffer clients to use specialized readFoo for flattenablesGravatar reed@google.com2013-10-16
* Move SkPaint::toString from debugger to SkPaintGravatar robertphillips@google.com2013-02-14
* Added print out of SkShader information to debuggerGravatar robertphillips@google.com2013-01-15
* reland 6798 w/ fix for bitmap-as-mask pixel-lockingGravatar reed@google.com2012-12-13
* revert 6798 (assert in GM)Gravatar reed@google.com2012-12-13
* Goal: ensure we always balance lock/unlock pixels calls.Gravatar reed@google.com2012-12-13
* Make SkShader store localM directly rather than as a separate alloc.Gravatar bsalomon@google.com2012-10-31
* Make flattenables no longer depend on global static initializers.Gravatar scroggo@google.com2012-09-21
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* Register some flattenable factories.Gravatar scroggo@google.com2012-06-25
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* handle if unflattening returned a null shaderGravatar reed@google.com2011-11-30
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* add BlitRow procs for 32->32, to allow for neon and other optimizations.Gravatar reed@android.com2009-09-23
* grab from latest androidGravatar reed@android.com2008-12-17