aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkXfermode.h
Commit message (Expand)AuthorAge
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...Gravatar reed@google.com2013-10-31
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...Gravatar reed@google.com2013-10-31
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...Gravatar reed@google.com2013-10-31
* Split up SkXfermode::asNewEffectOrCoeff() into asNewEffect(), asCoeff().Gravatar senorblanco@chromium.org2013-10-23
* Initial error handling codeGravatar commit-bot@chromium.org2013-10-23
* Remove GrContext from SkXfermode::[Aa]sNewEffectOrCoeff() and all subclasses,Gravatar senorblanco@chromium.org2013-10-23
* make explicit the requirement that all colorfilters are reentrant-safeGravatar reed@google.com2013-10-10
* ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocsGravatar commit-bot@chromium.org2013-10-09
* Revert "ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs"Gravatar djsollen@google.com2013-10-08
* ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocsGravatar commit-bot@chromium.org2013-10-08
* commit to xfermode objects being immutableGravatar commit-bot@chromium.org2013-10-04
* remove dst/rendertarget support for kARGB_4444_ConfigGravatar reed@google.com2013-06-21
* Implement SkXfermode image filter. This required changing the signature of Sk...Gravatar senorblanco@chromium.org2013-05-31
* Add all remaining separable xfer modes to GPU backend.Gravatar bsalomon@google.com2013-04-19
* Add coeffecients for kScreen xfermode.Gravatar bsalomon@google.com2013-04-15
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-02
* Add Xfermode bench. Also clear before rendering in bench (rather than after).Gravatar commit-bot@chromium.org2013-04-01
* Add support for reading the dst pixel value in an effect. Use in a new effect...Gravatar bsalomon@google.com2013-03-29
* Add interface to SkXfermode to return a GrEffect and blend coeffs.Gravatar bsalomon@google.com2013-03-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-06
* Added support for non-separable blending modes.Gravatar commit-bot@chromium.org2013-03-05
* land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matchin...Gravatar reed@google.com2013-02-04
* remove the kMultiply_Mode alias for kModulate_Mode. We plan to re-target kMul...Gravatar reed@google.com2013-02-01
* Readding kMultiply_Mode (as an alias to kModulate_Mode) in SkXfermode.h to ge...Gravatar robertphillips@google.com2013-01-31
* clone of https://codereview.appspot.com/7208043/Gravatar reed@google.com2013-01-30
* Added toString to SkXfermode-derived classes (for debugger) Gravatar robertphillips@google.com2013-01-22
* Mark all methods on SkXfermode as const, in preparation for declaring allGravatar reed@google.com2012-12-17
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Added Inst counting to SkFlattenable-derived classesGravatar robertphillips@google.com2012-06-27
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* Cleanup Macros arround static initializers for SkFlattenable.Gravatar djsollen@google.com2012-03-23
* add optional manual global initializationGravatar caryclark@google.com2011-12-15
* add SkXfermode::IsMode() and use that in SkDeviceGravatar mike@reedtribe.org2011-11-17
* Use SK_OVERRIDE to add a little extra robustness against name changes.Gravatar tomhudson@google.com2011-10-03
* re-get the function-ptr when we unflatten a ProcCoeffXfermodeGravatar reed@google.com2011-08-09
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* separate coverage stages from color stages.Gravatar bsalomon@google.com2011-05-16
* Add missing flattenable registrations and CreateProc() functions;Gravatar tomhudson@google.com2011-04-27
* add reflection asColorMode to SkColorFilter (for gpu)Gravatar reed@google.com2011-04-14
* fix asMode() to always succeed if the xfermode was built from a ModeGravatar reed@google.com2011-04-13
* Add code needed to build skia as a windows dll within the chromium project.Gravatar ctguil@chromium.org2011-03-15
* [PDF] Add support for xfermodes / blend modes.Gravatar vandebo@chromium.org2011-02-08
* move xfermode modes from porterduff into xfermode itselfGravatar reed@android.com2009-06-22
* API change: SkPath computeBounds -> getBoundsGravatar reed@android.com2009-04-01
* grab from latest androidGravatar reed@android.com2008-12-17