1. 06eacf4 Add new SkImageFilters factory API by Michael Ludwig · 5 years ago
  2. d668f7f Hide SkImageFilter subclasses in CPP files by Michael Ludwig · 5 years ago
  3. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  4. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 6 years ago
  5. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  6. 27dddae rebase by Cary Clark · 6 years ago
  7. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  8. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  9. 4dc5a45 remove defines and add commas by Cary Clark · 6 years ago
  10. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  11. 5191880 remove toString by Cary Clark · 6 years ago
  12. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  13. 4872315 remove legacy code for resolution by Mike Reed · 7 years ago
  14. 77e487d Revert "Revert "Remove MakeForLocalSpace since picture image is sufficient"" by Mike Reed · 7 years ago
  15. fc45998 Revert "Remove MakeForLocalSpace since picture image is sufficient" by Mike Reed · 7 years ago
  16. 0d8766c Remove MakeForLocalSpace since picture image is sufficient by Mike Reed · 7 years ago
  17. e22a6a2 SkPictureImageFilter::onMakeColorSpace() by Matt Sarett · 7 years ago
  18. 958788a remove 4 legacy flags (clients already updated) by Mike Reed · 8 years ago
  19. 225db44 Outline SkImageFilter Make methods by robertphillips · 8 years ago
  20. fef2860 Switch SkPictureImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  21. 5ff17b1 Swap SkPictureImageFilter's factories over to smart pointers by robertphillips · 8 years ago
  22. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 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. af4b233 remove SK_SUPPORT_LEGACY_FILTERLEVEL_ENUM by reed · 9 years ago
  28. efbffed Clean up usage of SkSurfaceProps by robertphillips · 9 years ago
  29. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  30. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 10 years ago
  31. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 10 years ago
  32. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  33. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  34. f3c78cc Adding an option for pixelated rendering in SkPictureImageFilter by junov · 10 years ago
  35. 5234075 Adding a PictureResolution option to SkPictureImageFilter by Justin Novosad · 10 years ago
  36. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  37. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  38. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  39. 8f3937d Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
  40. d0f1969 Revert of Fix bounds computation of all 0-input filters. (patchset #2 id:20001 of https://codereview.chromium.org/681643003/) by hcm · 10 years ago
  41. ba036cc Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
  42. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  43. 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
  44. e846499 Make SkPictureShader and SkPictureImageFilter use const SkPictures by robertphillips · 10 years ago
  45. 910702b Implement SkPictureImageFilter bounds computation. by senorblanco@chromium.org · 10 years ago
  46. bd0be25 Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag. by commit-bot@chromium.org · 10 years ago
  47. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 11 years ago
  48. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 11 years ago
  49. 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 11 years ago
  50. 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 11 years ago
  51. 4f6318d Serialization of SkPictureImageFilter by commit-bot@chromium.org · 11 years ago
  52. 8b4799a Revert of r13347 (Serialization of SkPictureImageFilter - https://codereview.chromium.org/138063005) due to bump in skp file format by robertphillips@google.com · 11 years ago
  53. 670b98e Serialization of SkPictureImageFilter by commit-bot@chromium.org · 11 years ago
  54. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  55. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  56. 5333300 Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect. by senorblanco@chromium.org · 11 years ago
  57. 9c5435d Revert "Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect." by senorblanco@chromium.org · 11 years ago
  58. 14e2127 Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect. by senorblanco@chromium.org · 11 years ago