index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkComposeShader.cpp
Commit message (
Expand
)
Author
Age
*
Fix single leg Compose Shader crash.
Herb Derby
2017-02-28
*
Use SkArenaAlloc in the SkAutoBlitterChoose code.
Herb Derby
2017-02-07
*
Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoo...
Robert Phillips
2017-02-07
*
Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code.
Herb Derby
2017-02-07
*
Revert "Revert "make it illegal to include SkXfermode.h""
Mike Reed
2016-11-23
*
Revert "make it illegal to include SkXfermode.h"
Greg Daniel
2016-11-23
*
make it illegal to include SkXfermode.h
Mike Reed
2016-11-23
*
remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM
Mike Reed
2016-11-03
*
remove xfermode from public api
Mike Reed
2016-10-28
*
GrConstColorProcessor uses 4f colors in the destination space
Brian Osman
2016-10-26
*
Bundle SkShader::asFragmentProcessor arguments in a struct
brianosman
2016-07-22
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Add new SkSourceGammaTreatment enum, used in situations like mipmap construct...
brianosman
2016-06-06
*
change flattenable factory to return sk_sp
reed
2016-04-03
*
switch xfermodes over to sk_sp
reed
2016-03-29
*
use Make instead of Create to return a shared shader
reed
2016-03-08
*
remove align16 calls in skhader context sizes. will handle this elsewhere as ...
reed
2016-03-04
*
Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://code...
reed
2016-03-03
*
Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of ht...
halcanary
2016-03-03
*
enforce 16byte alignment in shader contexts
reed
2016-03-03
*
Revert of add support for new bitmapshader context (patchset #5 id:80001 of h...
reed
2016-03-03
*
add support for new bitmapshader context
reed
2016-03-03
*
Add ContextRec param to SkShader::contextSize()
fmalita
2016-02-22
*
make SkComposeShader.h private
reed
2016-02-15
*
move compose-shader into base-class as factory
reed
2016-02-10
*
Don't preserve buggy Android behavior of ignoring the paint's alpha.
djsollen
2016-01-04
*
Use SK_BUILD_FOR_ANDROID_FRAMEWORK in compose
scroggo
2015-12-16
*
Bye bye processor data manager.
bsalomon
2015-10-06
*
Create fragment processor for performing input color blend with child processor
bsalomon
2015-09-15
*
Brian requested a new namespace for factories that create fragment processors...
wangyix
2015-09-09
*
Added TestCreate for SkComposeShader; will pick two random child procs that ...
wangyix
2015-09-08
*
emitChild() used to generate a mangled outputColor based on the parent's outp...
wangyix
2015-09-08
*
Added SkComposeShader GPU implementation
wangyix
2015-09-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
fix null-pointer deref in SkComposeShader::toString()
halcanary
2015-06-16
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...
mtklein
2014-12-01
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Add functions for inspecting SkShader.
commit-bot@chromium.org
2014-05-13
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-05-06
*
Remove SkShader virtual method validContext
commit-bot@chromium.org
2014-05-05
*
fix composeshader to respect the paint's alpha
commit-bot@chromium.org
2014-05-05
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-05-02
*
create struct to hold all the params passed around for shader::context
commit-bot@chromium.org
2014-05-01
*
Move SkShader::fLocalMatrix into SkShader constructor.
commit-bot@chromium.org
2014-04-28
*
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
[next]