1. 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 8 years ago
  2. 491fb17 Update SkComposeImageFilter to sk_sp by robertphillips · 8 years ago
  3. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 8 years ago
  4. e5e7984 Change signatures of filter bounds methods to return a rect. by senorblanco · 8 years ago
  5. 17a6520 Make SkComposeImageFilter::onFilterImage filter the bounds given to the inner filter. by jbroman · 8 years ago
  6. 40736ab Switch SkComposeImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  7. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  8. d8ff5b3 Image filters: Make a recursive, forward-mapping bounds by senorblanco · 9 years ago
  9. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  10. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  11. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  12. b9519f8 Image Filters: refactor all CPU input processing into a filterInput helper function. by senorblanco · 9 years ago
  13. 5788faa Fix SkComposeImageFilter's bounds computation and offset handling by ajuma · 10 years ago
  14. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  15. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  16. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  17. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  18. 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
  19. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  20. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  21. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 11 years ago
  22. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  23. 6776b82 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. by senorblanco@chromium.org · 11 years ago
  24. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  25. 1c4c9ef Move SkComposeImageFilter into its own {.h, .cpp} files by commit-bot@chromium.org · 11 years ago