1. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  2. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  3. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  4. c15d957 add copyright by reed · 9 years ago
  5. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  6. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  7. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  8. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  9. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  10. 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
  11. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  12. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  13. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  14. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  15. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  16. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  17. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  18. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  19. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  20. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  21. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  22. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  23. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  24. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  25. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  26. 1c4c9ef Move SkComposeImageFilter into its own {.h, .cpp} files by commit-bot@chromium.org · 11 years ago
  27. e0e385c Removed unused parameters by sugoi@google.com · 11 years ago
  28. 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago
  29. 9daf96a Break out SkOffsetImageFilter into its own file, and derive it from by senorblanco@chromium.org · 12 years ago
  30. c2e8cef Remove use of varargs in SkImageFilter. This is causing a crash in recent by senorblanco@chromium.org · 12 years ago
  31. 8d21f6c When two or more color matrix image filters are connected together, and the non-leaf matrices do not require clamping, we can concatenate their matrices and apply them together. by senorblanco@chromium.org · 12 years ago
  32. 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
  33. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  34. 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
  35. 44888c6 Move SkColorFilterImageFilter into its own file. by senorblanco@chromium.org · 12 years ago
  36. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
  37. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  38. e763951 document OwnDeviceCanvas by reed@google.com · 12 years ago
  39. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  40. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  41. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  42. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
  43. 32d25b6 initial impl of SkImageFilters : virtual signature will change! by reed@google.com · 13 years ago