1. 27dddae rebase by Cary Clark · 6 years ago
  2. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  3. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  4. 4dc5a45 remove defines and add commas by Cary Clark · 6 years ago
  5. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  6. 5191880 remove toString by Cary Clark · 6 years ago
  7. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  8. 8051c4f Revert "Revert "remove unused api"" by Mike Reed · 7 years ago
  9. 012bdf8 Revert "remove unused api" by Hal Canary · 7 years ago
  10. 151b6ff remove unused api by Mike Reed · 7 years ago
  11. 0bdaf05 remove unused mode parameter from SkMergeImageFilter by Mike Reed · 7 years ago
  12. 6d72ed9 SkImageFilter::onMakeColorSpace() - more overrides by Matt Sarett · 7 years ago
  13. 71fecc3 don't memtion SkXfermode in public by Mike Reed · 8 years ago
  14. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  15. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  16. 958788a remove 4 legacy flags (clients already updated) by Mike Reed · 8 years ago
  17. 96a04f3 simplify handle-affine: subclass overrides just describe their leaf behavior by reed · 8 years ago
  18. 225db44 Outline SkImageFilter Make methods by robertphillips · 8 years ago
  19. 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 8 years ago
  20. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 8 years ago
  21. 393aa36 Switch SkMergeImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  22. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 8 years ago
  23. 5ea95df Revert "Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ )" by reed · 9 years ago
  24. 95376a0 Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ ) by schenney · 9 years ago
  25. 80a6dca factories should return baseclass, allowing the impl to specialize by reed · 9 years ago
  26. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  27. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  28. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  29. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  30. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  31. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  32. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  33. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  34. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  35. 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
  36. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  37. bd0be25 Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag. by commit-bot@chromium.org · 10 years ago
  38. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  39. 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 10 years ago
  40. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  41. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  42. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 10 years ago
  43. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  44. 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
  45. 962c886 Implement crop rect support for the merge image filter. by senorblanco@chromium.org · 11 years ago
  46. 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago