1. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  2. 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
  3. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  4. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  5. 2908917 Revert "Implement support for expanding crop rects in image filters" by senorblanco@chromium.org · 10 years ago
  6. 0ef0501 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  7. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  8. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  9. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 11 years ago
  10. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  11. 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
  12. ef74fa1 Fixed more fuzzer issues by commit-bot@chromium.org · 11 years ago
  13. c2e9db3 Fixed a few places where uninitialized memory could have been read by commit-bot@chromium.org · 11 years ago
  14. c84728d Changed maxInputCount for exact inputCount by commit-bot@chromium.org · 11 years ago
  15. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  16. 0251288 Adding size parameter to read array functions by commit-bot@chromium.org · 11 years ago
  17. d594dbe Follow up to serialization validation code by commit-bot@chromium.org · 11 years ago
  18. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  19. 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
  20. 962c886 Implement crop rect support for the merge image filter. by senorblanco@chromium.org · 11 years ago
  21. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  22. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  23. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  24. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  25. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  26. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  27. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  28. 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago