1. 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
  2. c0b7e10 Initial error handling code by commit-bot@chromium.org · 12 years ago
  3. 1108fc3 Remove SkLumaXfermode. by commit-bot@chromium.org · 12 years ago
  4. 6c1ee2d Luminance-to-alpha color filter (SkLumaColorFilter). by commit-bot@chromium.org · 12 years ago
  5. ef45a64 [External patch] Source-over support for SkLumaXfermode. by fmalita@google.com · 12 years ago
  6. eaa7797 Add luminance mask transfer modes. by commit-bot@chromium.org · 12 years ago
  7. b8bf9ce (Attempt to) fix Android build from r5056, thanks to suggestion by senorblanco@. by tomhudson@google.com · 13 years ago
  8. 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
  9. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 13 years ago
  10. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 13 years ago
  11. d26147a add optional manual global initialization by caryclark@google.com · 14 years ago