1. 2d6ba66 Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) by reed · 9 years ago
  2. d63f60a change all factories to return their base-class by reed · 9 years ago
  3. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  4. 31dc1b2 style nit cleanups. e.g. remove 'virtual' on override declarations by robertphillips · 9 years ago
  5. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  6. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  7. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  8. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  9. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  10. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  11. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  12. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  13. 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 · 10 years ago
  14. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  15. bd0be25 Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag. by commit-bot@chromium.org · 10 years ago
  16. ee845ae Fix SkXfermodeImageFilter when an input is cropped out. by senorblanco@chromium.org · 10 years ago
  17. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  18. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  19. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  20. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  21. b295fb6 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. by senorblanco@chromium.org · 11 years ago
  22. 1a4fb70 Moving 4 SkImageFilter derived classes from blink to skia by commit-bot@chromium.org · 11 years ago
  23. 1aa54bf Added ctm matrix to GPU path by commit-bot@chromium.org · 11 years ago
  24. 7b32070 Implement offset for GPU filter path. Although we can't yet use this in Blink for FEOffset, due to SVG semantics, we can use it to support crop rect (upcoming patch). by commit-bot@chromium.org · 11 years ago
  25. 86fc266 Implement SkXfermode image filter. This required changing the signature of SkXfermode::asNewEffectOrCoeffs(), to add an optional background texture. by senorblanco@chromium.org · 11 years ago