1. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  2. 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
  3. 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
  4. 80a6dca factories should return baseclass, allowing the impl to specialize by reed · 9 years ago
  5. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  6. 7147cc1 retro add copyright by reed · 9 years ago
  7. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  8. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 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. 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
  14. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  15. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  16. 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 10 years ago
  17. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  18. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  19. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  20. 1c4c9ef Move SkComposeImageFilter into its own {.h, .cpp} files by commit-bot@chromium.org · 11 years ago
  21. 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago
  22. 9daf96a Break out SkOffsetImageFilter into its own file, and derive it from by senorblanco@chromium.org · 12 years ago
  23. c2e8cef Remove use of varargs in SkImageFilter. This is causing a crash in recent by senorblanco@chromium.org · 12 years ago
  24. 6806fe8 Export effects classes with SK_API. by tfarina@chromium.org · 12 years ago
  25. 9f25de7 This patch implements generalized DAG connectivity for SkImageFilter. SkImageFilter maintains a list of inputs, which can be constructed either from a SkImageFilter** or zero or more SkImageFilter* arguments (varargs). by senorblanco@chromium.org · 12 years ago
  26. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  27. 44888c6 Move SkColorFilterImageFilter into its own file. by senorblanco@chromium.org · 12 years ago
  28. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
  29. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  30. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  31. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  32. 8bb3ba1 need to include SkColorFilter.h since we reference some methods on it by reed@google.com · 13 years ago
  33. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
  34. 32d25b6 initial impl of SkImageFilters : virtual signature will change! by reed@google.com · 13 years ago