remove xfermode from public api
[platform/upstream/libSkiaSharp.git] / include / effects / SkLayerDrawLooper.h
2016-10-28 Mike Reedremove xfermode from public api
2016-04-03 reedchange flattenable factory to return sk_sp
2016-03-21 reedguard rasterizer and drawlooper setters
2015-09-24 mdempskyEliminate some clutter in SkFlattenable
2015-06-26 mtkleinremove SkInstCnt
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-01 mtkleinRemove SK_SUPPORT_LEGACY_DEEPFLATTENING.
2014-12-01 mtkleinRevert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING....
2014-12-01 mtkleinRemove SK_SUPPORT_LEGACY_DEEPFLATTENING.
2014-08-21 reedSimplify flattening to just write enough to call the...
2014-04-29 reed@google.comadd asAShadowBlur for android to drawlooper
2014-04-15 commit-bot@chromiu... Make sure SkDrawLooper objects can only be allocated...
2014-03-13 commit-bot@chromiu... Allow toString capability to be toggled independent...
2014-03-12 commit-bot@chromiu... [WIP] Add Context to SkDrawLooper.
2014-02-28 reed@google.comremove SK_SUPPORT_LEGACY_LAYERDRAWLOOPER_PAINTFLAGS...
2014-02-27 reed@google.comtry to deprecate fFlagsMask from SkLayerDrawLooper
2014-02-14 commit-bot@chromiu... Builder class for SkLayerDrawLooper.
2014-01-30 commit-bot@chromiu... Refactor read and write buffers.
2013-05-22 commit-bot@chromiu... Add methods to SkLayerDrawLooper to allow adding layers...
2013-05-14 commit-bot@chromiu... Fix includes in SkLayerDrawLooper.h. It was previously...
2013-01-28 robertphillips@goo... Added toString to SkDrawLooper-derived classes
2012-10-12 tfarina@chromium.orgExport effects classes with SK_API.
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-06-27 robertphillips@goo... Added Inst counting to SkFlattenable-derived classes
2012-06-01 tomhudson@google.comPunctuation cleanup to satisfy idiosyncracies of OpenBS...
2012-03-29 djsollen@google.comCleanup code related to SkFlattenable::flatten()
2012-03-26 djsollen@google.comCreate macro for registering classes for deserialization
2012-03-23 djsollen@google.comCleanup Macros arround static initializers for SkFlatte...
2011-12-15 caryclark@google.comadd optional manual global initialization
2011-11-21 reed@google.comensure we never change the text_encoding of the master...
2011-07-28 epoger@google.comupdate of all copyright notices to reflect new license...
2011-04-15 bsalomon@google.comAdd DLL exports (Fixes Multi-DLL build in Chrome agains...
2011-04-14 mike@reedtribe.orgadd mask for paint-bits to layerdrawlooper
2011-04-12 reed@google.comexpand SkLayerDrawLooper to allow for an xfermode when...
2011-04-08 mike@reedtribe.orgadd optional bitflags to control which aspect of each...
2011-04-07 reed@google.comSimplify drawloopers and drawfilters. This allows the...
2008-12-17 reed@android.comgrab from latest android