index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkShader.cpp
Commit message (
Expand
)
Author
Age
*
Add Sk prefix to CreateBitmapShader.
mtklein
2014-11-24
*
Patch to create a distinct geometry processor. The vast majority of this patch
joshualitt
2014-09-23
*
extend SkShader to report a luminance-color to be used for gamma correction
reed
2014-08-22
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Explicit tile bounds for SkPictureShader
fmalita
2014-08-06
*
Goodbye GrEffectRef.
bsalomon
2014-07-08
*
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
bsalomon
2014-07-08
*
Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*...
reed
2014-07-07
*
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
bsalomon
2014-07-07
*
SkShader::asNewEffect Refactoring
dandov
2014-06-10
*
formalize named picture versions
commit-bot@chromium.org
2014-05-20
*
re-land hide get/setLocalMatrix
commit-bot@chromium.org
2014-05-12
*
add localmatrix parameter to shader's asNewEffect
commit-bot@chromium.org
2014-05-09
*
Revert of hide get/setLocalMatrix (https://codereview.chromium.org/279563002/)
commit-bot@chromium.org
2014-05-09
*
hide get/setLocalMatrix
commit-bot@chromium.org
2014-05-09
*
add localmatrix-shader
commit-bot@chromium.org
2014-05-07
*
add local-matrix to shader::context
commit-bot@chromium.org
2014-05-06
*
Remove SkShader virtual method validContext
commit-bot@chromium.org
2014-05-05
*
Remove setLocalMatrix calls from picture shader GM.
commit-bot@chromium.org
2014-05-02
*
Revert of Remove setLocalMatrix calls from picture shader GM. (https://codere...
commit-bot@chromium.org
2014-05-02
*
Remove setLocalMatrix calls from picture shader GM.
commit-bot@chromium.org
2014-05-02
*
create struct to hold all the params passed around for shader::context
commit-bot@chromium.org
2014-05-01
*
add default impl for context methods on shader
commit-bot@chromium.org
2014-04-30
*
Move SkShader::fLocalMatrix into SkShader constructor.
commit-bot@chromium.org
2014-04-28
*
Remove support for inheriting the paint color from SkColorShader
commit-bot@chromium.org
2014-04-24
*
Revert of Revert of Extract most of the mutable state of SkShader into a sepa...
commit-bot@chromium.org
2014-04-23
*
Revert of Extract most of the mutable state of SkShader into a separate Conte...
commit-bot@chromium.org
2014-04-23
*
Extract most of the mutable state of SkShader into a separate Context object.
commit-bot@chromium.org
2014-04-23
*
Revert of Extract most of the mutable state of SkShader into a separate Conte...
commit-bot@chromium.org
2014-04-17
*
Extract most of the mutable state of SkShader into a separate Context object.
commit-bot@chromium.org
2014-04-16
*
Initial picture shader implementation
commit-bot@chromium.org
2014-04-08
*
Revert of Initial picture shader implementation (https://codereview.chromium....
commit-bot@chromium.org
2014-04-07
*
Initial picture shader implementation
commit-bot@chromium.org
2014-04-07
*
Allow toString capability to be toggled independent of developer mode.
commit-bot@chromium.org
2014-03-13
*
Add a class to allocate small objects w/o extra calls to new.
commit-bot@chromium.org
2014-03-07
*
remove unused deviceconfig from SkShader
mike@reedtribe.org
2014-02-12
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...
reed@google.com
2013-10-31
*
Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...
reed@google.com
2013-10-31
*
add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...
reed@google.com
2013-10-31
*
Two and three color GPU gradients without textures.
bsalomon@google.com
2013-09-09
*
Wrap GrEffects in GrEffectPtr.
bsalomon@google.com
2013-01-16
*
Added print out of SkShader information to debugger
robertphillips@google.com
2013-01-15
*
another false --> NULL return fix
humper@google.com
2013-01-14
*
Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader.
bsalomon@google.com
2013-01-14
*
reland 6798 w/ fix for bitmap-as-mask pixel-locking
reed@google.com
2012-12-13
*
revert 6798 (assert in GM)
reed@google.com
2012-12-13
*
Goal: ensure we always balance lock/unlock pixels calls.
reed@google.com
2012-12-13
*
Make SkShader store localM directly rather than as a separate alloc.
bsalomon@google.com
2012-10-31
[next]