index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkXfermode.h
Commit message (
Expand
)
Author
Age
*
Orphan ProcXfermode, with an eye towards removing it
commit-bot@chromium.org
2014-04-17
*
Real fix for SK_API / Windows shared lib problems.
mtklein@google.com
2014-04-09
*
Allow toString capability to be toggled independent of developer mode.
commit-bot@chromium.org
2014-03-13
*
Factory methods for heap-allocated SkPathEffect and SkXfermode objects.
commit-bot@chromium.org
2014-02-20
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
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
*
Split up SkXfermode::asNewEffectOrCoeff() into asNewEffect(), asCoeff().
senorblanco@chromium.org
2013-10-23
*
Initial error handling code
commit-bot@chromium.org
2013-10-23
*
Remove GrContext from SkXfermode::[Aa]sNewEffectOrCoeff() and all subclasses,
senorblanco@chromium.org
2013-10-23
*
make explicit the requirement that all colorfilters are reentrant-safe
reed@google.com
2013-10-10
*
ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs
commit-bot@chromium.org
2013-10-09
*
Revert "ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs"
djsollen@google.com
2013-10-08
*
ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs
commit-bot@chromium.org
2013-10-08
*
commit to xfermode objects being immutable
commit-bot@chromium.org
2013-10-04
*
remove dst/rendertarget support for kARGB_4444_Config
reed@google.com
2013-06-21
*
Implement SkXfermode image filter. This required changing the signature of Sk...
senorblanco@chromium.org
2013-05-31
*
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
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-02
*
Add Xfermode bench. Also clear before rendering in bench (rather than after).
commit-bot@chromium.org
2013-04-01
*
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
*
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
*
remove the kMultiply_Mode alias for kModulate_Mode. We plan to re-target kMul...
reed@google.com
2013-02-01
*
Readding kMultiply_Mode (as an alias to kModulate_Mode) in SkXfermode.h to ge...
robertphillips@google.com
2013-01-31
*
clone of https://codereview.appspot.com/7208043/
reed@google.com
2013-01-30
*
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
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Added Inst counting to SkFlattenable-derived classes
robertphillips@google.com
2012-06-27
*
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
*
Cleanup Macros arround static initializers for SkFlattenable.
djsollen@google.com
2012-03-23
*
add optional manual global initialization
caryclark@google.com
2011-12-15
*
add SkXfermode::IsMode() and use that in SkDevice
mike@reedtribe.org
2011-11-17
*
Use SK_OVERRIDE to add a little extra robustness against name changes.
tomhudson@google.com
2011-10-03
*
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
*
separate coverage stages from color stages.
bsalomon@google.com
2011-05-16
*
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
*
Add code needed to build skia as a windows dll within the chromium project.
ctguil@chromium.org
2011-03-15
*
[PDF] Add support for xfermodes / blend modes.
vandebo@chromium.org
2011-02-08
*
move xfermode modes from porterduff into xfermode itself
reed@android.com
2009-06-22
*
API change: SkPath computeBounds -> getBounds
reed@android.com
2009-04-01
[next]