1. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  2. eed6b0e Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  3. a76554d Revert of Create special surfaces according to original device (not always in N32) (patchset #9 id:160001 of https://codereview.chromium.org/2349373004/ ) by brianosman · 8 years ago
  4. 53c3808 Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  5. 225db44 Outline SkImageFilter Make methods by robertphillips · 8 years ago
  6. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  7. 6db0a7b Image filters: optimize crop rect application. by senorblanco · 8 years ago
  8. 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 8 years ago
  9. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  10. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 8 years ago
  11. 37bd7c3 Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers by robertphillips · 8 years ago
  12. 393aa36 Switch SkMergeImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  13. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 8 years ago
  14. d8ff5b3 Image filters: Make a recursive, forward-mapping bounds by senorblanco · 8 years ago
  15. 4a24398 Fix SkMergeImageFilter crop rect computation. by senorblanco · 9 years ago
  16. 6f45c17 Revert[4] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  17. 67b8b5e Revert of Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" (patchset #1 id:1 of https://codereview.chromium.org/1410343011/ ) by reed · 9 years ago
  18. 7b81994 Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  19. 21b7663 Revert of stop using drawSprite (at least w/ no filters) as it is going away (patchset #2 id:20001 of https://codereview.chromium.org/1411173010/ ) by robertphillips · 9 years ago
  20. 4a21602 stop using drawSprite (at least w/ no filters) as it is going away by reed · 9 years ago
  21. b9519f8 Image Filters: refactor all CPU input processing into a filterInput helper function. by senorblanco · 9 years ago
  22. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  23. d8b5771 Don't fail SkMergeImageFilter if one of the inputs are empty by fs · 9 years ago
  24. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  25. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  26. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  27. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  28. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  29. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  30. 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
  31. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  32. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  33. 2908917 Revert "Implement support for expanding crop rects in image filters" by senorblanco@chromium.org · 10 years ago
  34. 0ef0501 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  35. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  36. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  37. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 10 years ago
  38. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  39. 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
  40. ef74fa1 Fixed more fuzzer issues by commit-bot@chromium.org · 11 years ago
  41. c2e9db3 Fixed a few places where uninitialized memory could have been read by commit-bot@chromium.org · 11 years ago
  42. c84728d Changed maxInputCount for exact inputCount by commit-bot@chromium.org · 11 years ago
  43. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  44. 0251288 Adding size parameter to read array functions by commit-bot@chromium.org · 11 years ago
  45. d594dbe Follow up to serialization validation code by commit-bot@chromium.org · 11 years ago
  46. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  47. 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
  48. 962c886 Implement crop rect support for the merge image filter. by senorblanco@chromium.org · 11 years ago
  49. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  50. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  51. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  52. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  53. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  54. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  55. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  56. 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago