index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkXfermode.cpp
Commit message (
Expand
)
Author
Age
*
Privatization:
reed@google.com
2012-08-07
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
Added Inst counting to SkFlattenable-derived classes
robertphillips@google.com
2012-06-27
*
export flags on the state of the world when a picture was serialized.
reed@google.com
2012-06-25
*
Cleanup code related to SkFlattenable::flatten()
djsollen@google.com
2012-03-29
*
Create macro for registering classes for deserialization
djsollen@google.com
2012-03-26
*
Interpolate vertical linear gradients for improved quality.
tomhudson@google.com
2012-01-18
*
add optional manual global initialization
caryclark@google.com
2011-12-15
*
separate declaration from impl for overrides, so we can declare some of
reed@google.com
2011-11-28
*
add SkXfermode::IsMode() and use that in SkDevice
mike@reedtribe.org
2011-11-17
*
Write null for any function pointers when using the cross process flag
yangsu@google.com
2011-08-10
*
re-get the function-ptr when we unflatten a ProcCoeffXfermode
reed@google.com
2011-08-09
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Increase compatibility with clang, mostly around SK_RESTRICT.
tomhudson@google.com
2011-06-15
*
Add missing flattenable registrations and CreateProc() functions;
tomhudson@google.com
2011-04-27
*
add reflection asColorMode to SkColorFilter (for gpu)
reed@google.com
2011-04-14
*
fix asMode() to always succeed if the xfermode was built from a Mode
reed@google.com
2011-04-13
*
return Coeff for kPlus_Mode and kMultiply_Mode
reed@google.com
2011-04-12
*
[PDF] Add support for xfermodes / blend modes.
vandebo@chromium.org
2011-02-08
*
Optimize some alpha blending modes.
deanm@chromium.org
2009-07-03
*
move xfermode modes from porterduff into xfermode itself
reed@android.com
2009-06-22
*
add ADD xfermode
reed@android.com
2009-04-24
*
change srcover (and dstover) to use the faster thought slightly less accurate
reed@android.com
2009-03-03
*
fix warnings
reed@android.com
2009-01-15
*
grab from latest android
reed@android.com
2008-12-17