aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkShader.h
Commit message (Expand)AuthorAge
...
* Remove setLocalMatrix calls from picture shader GM.Gravatar commit-bot@chromium.org2014-05-02
* create struct to hold all the params passed around for shader::contextGravatar commit-bot@chromium.org2014-05-01
* add default impl for context methods on shaderGravatar commit-bot@chromium.org2014-04-30
* 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
* Fixes for SkPictureShader.Gravatar commit-bot@chromium.org2014-04-21
* 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
* Initial picture shader implementationGravatar commit-bot@chromium.org2014-04-08
* Revert of Initial picture shader implementation (https://codereview.chromium....Gravatar commit-bot@chromium.org2014-04-07
* Initial picture shader implementationGravatar commit-bot@chromium.org2014-04-07
* Allow toString capability to be toggled independent of developer mode.Gravatar commit-bot@chromium.org2014-03-13
* Add a class to allocate small objects w/o extra calls to new.Gravatar commit-bot@chromium.org2014-03-07
* remove unused deviceconfig from SkShaderGravatar mike@reedtribe.org2014-02-12
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* Update documentation around drawBitmap and shadersGravatar commit-bot@chromium.org2013-12-05
* Initial error handling codeGravatar commit-bot@chromium.org2013-10-23
* Two and three color GPU gradients without textures.Gravatar bsalomon@google.com2013-09-09
* alpha threshold bitmap shaderGravatar commit-bot@chromium.org2013-09-06
* Revert "alpha threshold bitmap shader"Gravatar bsalomon@google.com2013-09-05
* alpha threshold bitmap shaderGravatar commit-bot@chromium.org2013-09-05
* Add flag to gradients to interpolate colors in premul space. Experimental API...Gravatar reed@google.com2013-05-24
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Wrap GrEffects in GrEffectPtr.Gravatar bsalomon@google.com2013-01-16
* Added print out of SkShader information to debuggerGravatar robertphillips@google.com2013-01-15
* Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader.Gravatar bsalomon@google.com2013-01-14
* Fix r6808 fix & some compiler warningsGravatar robertphillips@google.com2012-12-14
* Fix compiler warning as error bugGravatar robertphillips@google.com2012-12-14
* 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
* Rename GrSamplerState to GrEffectStage.Gravatar bsalomon@google.com2012-10-26
* GrCustomStage Renaming Part 4Gravatar bsalomon@google.com2012-10-24
* CustomStage Renaming Part 1Gravatar bsalomon@google.com2012-10-24
* Reland r5963 with two fixes:Gravatar bsalomon@google.com2012-10-16
* Revert r5962 because of failures.Gravatar bsalomon@google.com2012-10-16
* Require matrix for custom stage to be set when custom stage is installed.Gravatar bsalomon@google.com2012-10-16
* Add SkShader::asShadeProc to fast-path the caller when the shader is fastGravatar reed@google.com2012-10-12
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-un...Gravatar rileya@google.com2012-07-25
* Added asNewCustomStage to SkShader and implemented it for all the gradient sh...Gravatar rileya@google.com2012-07-20
* New subclasses for both Gr and GrGL gradient effect classes. Gravatar rileya@google.com2012-07-19
* Added GPU implementation of 2-point conical gradient.Gravatar rileya@google.com2012-07-03
* Added Inst counting to SkFlattenable-derived classesGravatar robertphillips@google.com2012-06-27
* extend asAGradient for Conical type (to be implemented by PDF and XPS)Gravatar reed@google.com2012-06-07
* add dox for Shaders, and how the paint's alpha modulates the shader's colors.Gravatar reed@google.com2012-05-11
* We were numerically overflowing our 16bit coordinates that we communicateGravatar reed@google.com2012-05-03