aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkComposeShader.cpp
Commit message (Expand)AuthorAge
* GrConstColorProcessor uses 4f colors in the destination spaceGravatar Brian Osman2016-10-26
* Bundle SkShader::asFragmentProcessor arguments in a structGravatar brianosman2016-07-22
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Add new SkSourceGammaTreatment enum, used in situations like mipmap construct...Gravatar brianosman2016-06-06
* change flattenable factory to return sk_spGravatar reed2016-04-03
* switch xfermodes over to sk_spGravatar reed2016-03-29
* use Make instead of Create to return a shared shaderGravatar reed2016-03-08
* remove align16 calls in skhader context sizes. will handle this elsewhere as ...Gravatar reed2016-03-04
* Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://code...Gravatar reed2016-03-03
* Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of ht...Gravatar halcanary2016-03-03
* enforce 16byte alignment in shader contextsGravatar reed2016-03-03
* Revert of add support for new bitmapshader context (patchset #5 id:80001 of h...Gravatar reed2016-03-03
* add support for new bitmapshader contextGravatar reed2016-03-03
* Add ContextRec param to SkShader::contextSize()Gravatar fmalita2016-02-22
* make SkComposeShader.h privateGravatar reed2016-02-15
* move compose-shader into base-class as factoryGravatar reed2016-02-10
* Don't preserve buggy Android behavior of ignoring the paint's alpha.Gravatar djsollen2016-01-04
* Use SK_BUILD_FOR_ANDROID_FRAMEWORK in composeGravatar scroggo2015-12-16
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Create fragment processor for performing input color blend with child processorGravatar bsalomon2015-09-15
* Brian requested a new namespace for factories that create fragment processors...Gravatar wangyix2015-09-09
* Added TestCreate for SkComposeShader; will pick two random child procs that ...Gravatar wangyix2015-09-08
* emitChild() used to generate a mangled outputColor based on the parent's outp...Gravatar wangyix2015-09-08
* Added SkComposeShader GPU implementationGravatar wangyix2015-09-01
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* fix null-pointer deref in SkComposeShader::toString()Gravatar halcanary2015-06-16
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...Gravatar mtklein2014-12-01
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* 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