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
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-20
*
Final round of .0s
bsalomon@google.com
2013-04-19
*
More .0s
bsalomon@google.com
2013-04-19
*
Add ".0" to 1 constants in xfermodes GLSL code.
bsalomon@google.com
2013-04-19
*
Add all remaining separable xfer modes to GPU backend.
bsalomon@google.com
2013-04-19
*
Add coeffecients for kScreen xfermode.
bsalomon@google.com
2013-04-15
*
Add Xfermode bench. Also clear before rendering in bench (rather than after).
commit-bot@chromium.org
2013-04-01
*
Fix GLPrograms test.
bsalomon@google.com
2013-03-29
*
Add support for reading the dst pixel value in an effect. Use in a new effect...
bsalomon@google.com
2013-03-29
*
Add interface to SkXfermode to return a GrEffect and blend coeffs.
bsalomon@google.com
2013-03-27
*
This changes fixes issues with the non-separable blend modes. They were not p...
commit-bot@chromium.org
2013-03-21
*
land https://chromiumcodereview.appspot.com/12440004/
reed@google.com
2013-03-07
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-06
*
Added support for non-separable blending modes.
commit-bot@chromium.org
2013-03-05
*
land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matchin...
reed@google.com
2013-02-04
*
clone of https://codereview.appspot.com/7208043/
reed@google.com
2013-01-30
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-23
*
Added toString to SkXfermode-derived classes (for debugger)
robertphillips@google.com
2013-01-22
*
Mark all methods on SkXfermode as const, in preparation for declaring all
reed@google.com
2012-12-17
*
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