1. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  2. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  3. af4b233 remove SK_SUPPORT_LEGACY_FILTERLEVEL_ENUM by reed · 9 years ago
  4. daa57bf Revert of antialias matrix-image-filter to get smooth diagonals (patchset #6 id:80002 of https://codereview.chromium.org/1134743003/) by reed · 9 years ago
  5. fa33f5a antialias matrix-image-filter to get smooth diagonals by reed · 9 years ago
  6. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  7. 8c24d45 Move SkMatrixImageFilter.h into src/core. by senorblanco · 9 years ago[Renamed from include/core/SkMatrixImageFilter.h]
  8. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 9 years ago[Renamed from include/effects/SkMatrixImageFilter.h]
  9. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  10. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 10 years ago
  11. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  12. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  13. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  14. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  15. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  16. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  17. 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
  18. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  19. fd0ec2c Implement a generic matrix transform image filter. by senorblanco@chromium.org · 10 years ago