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