aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkXfermode.cpp
Commit message (Expand)AuthorAge
* 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
* Make GrGLShaderBuilder check whether GrEffect advertised that it would requir...Gravatar commit-bot@chromium.org2013-05-09
* Stop using mix() to implement hard-light in shader.Gravatar commit-bot@chromium.org2013-04-29
* Remove inout params from saturation helper func in XferEffect.Gravatar commit-bot@chromium.org2013-04-29
* Remove redundant setting of alpha in hard-light GPU shader.Gravatar commit-bot@chromium.org2013-04-29
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-26
* Temporarily disable HardLight effect in unit tests.Gravatar jvanverth@google.com2013-04-25
* Some fixes for saturation computation XferEffect.Gravatar commit-bot@chromium.org2013-04-25
* Add non-separable xfer modes to GPU backend.Gravatar bsalomon@google.com2013-04-22
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-20
* Final round of .0sGravatar bsalomon@google.com2013-04-19
* More .0sGravatar bsalomon@google.com2013-04-19
* Add ".0" to 1 constants in xfermodes GLSL code.Gravatar bsalomon@google.com2013-04-19
* 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
* Add Xfermode bench. Also clear before rendering in bench (rather than after).Gravatar commit-bot@chromium.org2013-04-01
* Fix GLPrograms test.Gravatar bsalomon@google.com2013-03-29
* 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
* This changes fixes issues with the non-separable blend modes. They were not p...Gravatar commit-bot@chromium.org2013-03-21
* land https://chromiumcodereview.appspot.com/12440004/Gravatar reed@google.com2013-03-07
* 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
* clone of https://codereview.appspot.com/7208043/Gravatar reed@google.com2013-01-30
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-23
* 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
* Privatization:Gravatar reed@google.com2012-08-07
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* Added Inst counting to SkFlattenable-derived classesGravatar robertphillips@google.com2012-06-27
* export flags on the state of the world when a picture was serialized.Gravatar reed@google.com2012-06-25
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* Interpolate vertical linear gradients for improved quality.Gravatar tomhudson@google.com2012-01-18
* add optional manual global initializationGravatar caryclark@google.com2011-12-15
* separate declaration from impl for overrides, so we can declare some ofGravatar reed@google.com2011-11-28
* add SkXfermode::IsMode() and use that in SkDeviceGravatar mike@reedtribe.org2011-11-17
* Write null for any function pointers when using the cross process flagGravatar yangsu@google.com2011-08-10
* 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
* Increase compatibility with clang, mostly around SK_RESTRICT.Gravatar tomhudson@google.com2011-06-15
* 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
* return Coeff for kPlus_Mode and kMultiply_ModeGravatar reed@google.com2011-04-12
* [PDF] Add support for xfermodes / blend modes.Gravatar vandebo@chromium.org2011-02-08
* Optimize some alpha blending modes.Gravatar deanm@chromium.org2009-07-03
* move xfermode modes from porterduff into xfermode itselfGravatar reed@android.com2009-06-22