1. db873d8 add compose-colorfilter by reed · 10 years ago
  2. e7ea40f Reland "remove unused SkAvoidXfermode" by scroggo · 11 years ago
  3. b2b416d Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://codereview.chromium.org/860583002/) by scroggo · 11 years ago
  4. 2d02df7 remove unused SkAvoidXfermode by reed · 11 years ago
  5. 199ba8e namespace {} trick for SK_DECLARE_STATIC_ONCE by mtklein · 11 years ago
  6. 8b57524 add arcto patheffect by reed · 11 years ago
  7. ce68627 Adding 3D lut color filter by sugoi · 11 years ago
  8. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 11 years ago
  9. 5b1b2db remove SkStippleMaskFilter - no external clients by reed · 11 years ago
  10. 3f85403 hide public factory for intermediate class by reed · 11 years ago
  11. ed45868 remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code by reed · 11 years ago
  12. 3230517 guard registering mallocpixelref for chrome by reed · 11 years ago
  13. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 11 years ago
  14. 479bb60 Remove SkImageRef and related functionality. by Hal Canary · 11 years ago
  15. 1b81877 Clean up SkOnce: by mtklein · 11 years ago
  16. 5970f62 re-land hide get/setLocalMatrix by commit-bot@chromium.org · 11 years ago
  17. c5d9bb0 Initial picture shader implementation by commit-bot@chromium.org · 11 years ago
  18. b554440 Remove SkResizeImageFilter. by commit-bot@chromium.org · 11 years ago
  19. fd0ec2c Implement a generic matrix transform image filter. by senorblanco@chromium.org · 11 years ago
  20. 9e5f85e Fixing SkPicture serialization by commit-bot@chromium.org · 11 years ago
  21. a612d4c Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 12 years ago
  22. c0b7e10 Initial error handling code by commit-bot@chromium.org · 12 years ago
  23. 1108fc3 Remove SkLumaXfermode. by commit-bot@chromium.org · 12 years ago
  24. 6c1ee2d Luminance-to-alpha color filter (SkLumaColorFilter). by commit-bot@chromium.org · 12 years ago
  25. ef45a64 [External patch] Source-over support for SkLumaXfermode. by fmalita@google.com · 12 years ago
  26. eaa7797 Add luminance mask transfer modes. by commit-bot@chromium.org · 12 years ago
  27. b8bf9ce (Attempt to) fix Android build from r5056, thanks to suggestion by senorblanco@. by tomhudson@google.com · 13 years ago
  28. 82aa748 Add a zoom filter to Skia. This will be used on ChromeOS to implement the screen magnifier. by bsalomon@google.com · 13 years ago
  29. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 13 years ago
  30. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 13 years ago
  31. d26147a add optional manual global initialization by caryclark@google.com · 14 years ago