1. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  2. afec27f Image filters: change applyCropRect() to take a src rect. by senorblanco · 9 years ago
  3. d247e58 Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS (now unused). by senorblanco · 9 years ago
  4. 0b70f45 remove dead flags by reed · 9 years ago
  5. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  6. b9519f8 Image Filters: refactor all CPU input processing into a filterInput helper function. by senorblanco · 9 years ago
  7. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  8. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  9. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  10. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  11. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  12. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  13. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  14. 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
  15. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  16. 29ac34e Fix filter bounds computation for SkOffsetImageFilter. by senorblanco@chromium.org · 10 years ago
  17. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  18. 2908917 Revert "Implement support for expanding crop rects in image filters" by senorblanco@chromium.org · 10 years ago
  19. 0ef0501 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  20. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  21. 06342a2 Fix SkOffsetImageFilter to use a temporary for bounds computations. by senorblanco@chromium.org · 10 years ago
  22. e09244d Apply the CTM to the offset in the slow SkOffsetImageFilter path. by senorblanco@chromium.org · 10 years ago
  23. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  24. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 11 years ago
  25. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  26. 336d1d7 Implement a computeFastBounds() traversal for SkImageFilter. by senorblanco@chromium.org · 11 years ago
  27. 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
  28. cd3b15c Fixed bad bitmap size crashes by commit-bot@chromium.org · 11 years ago
  29. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  30. f2f8f3a Adding a way to disable SkOffsetImageFilter's optimized path in blink/chrome by commit-bot@chromium.org · 11 years ago
  31. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  32. 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
  33. 1a4fb70 Moving 4 SkImageFilter derived classes from blink to skia by commit-bot@chromium.org · 11 years ago
  34. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  35. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  36. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  37. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  38. 6840076 Remove SkImageFilter::getInputResult(), since its return value is not by senorblanco@chromium.org · 11 years ago
  39. f0656c1 Reverting r9245 due to Chrome breakage by robertphillips@google.com · 11 years ago
  40. be1d02e Remove SkImageFilter::getInputResult(), since its return value is not by senorblanco@chromium.org · 11 years ago
  41. 377c14a Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into SkImageFilterUtils in https://code.google.com/p/skia/source/detail?r=7467, so it has outlived its usefulness. by senorblanco@chromium.org · 12 years ago
  42. 9daf96a Break out SkOffsetImageFilter into its own file, and derive it from by senorblanco@chromium.org · 12 years ago