1. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  2. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  3. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  4. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  5. 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
  6. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  7. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  8. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  9. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  10. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  11. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  12. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  13. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  14. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  15. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  16. 1c4c9ef Move SkComposeImageFilter into its own {.h, .cpp} files by commit-bot@chromium.org · 11 years ago
  17. e0e385c Removed unused parameters by sugoi@google.com · 11 years ago
  18. 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago
  19. 9daf96a Break out SkOffsetImageFilter into its own file, and derive it from by senorblanco@chromium.org · 12 years ago
  20. c2e8cef Remove use of varargs in SkImageFilter. This is causing a crash in recent by senorblanco@chromium.org · 12 years ago
  21. 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
  22. 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
  23. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  24. 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
  25. 44888c6 Move SkColorFilterImageFilter into its own file. by senorblanco@chromium.org · 12 years ago
  26. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
  27. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  28. e763951 document OwnDeviceCanvas by reed@google.com · 12 years ago
  29. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  30. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  31. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  32. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
  33. 32d25b6 initial impl of SkImageFilters : virtual signature will change! by reed@google.com · 13 years ago