1. 6d72ed9 SkImageFilter::onMakeColorSpace() - more overrides by Matt Sarett · 7 years ago
  2. 8be952a SkScalarMul is deprecated by Mike Reed · 8 years ago
  3. 92a895e Revert "Revert "Add antialiasing to SkDropShadowImageFilter's shadow draw"" by Robert Phillips · 8 years ago
  4. 45aac57 Revert "Add antialiasing to SkDropShadowImageFilter's shadow draw" by Robert Phillips · 8 years ago
  5. 78e8165 Add antialiasing to SkDropShadowImageFilter's shadow draw by Robert Phillips · 8 years ago
  6. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  7. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  8. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  9. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  10. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  11. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  12. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  13. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  14. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  15. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  16. eed6b0e Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  17. 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
  18. 53c3808 Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  19. 203a993 Handle negative scale in SkDropShadowImageFilter::onFilterNodeBounds. by jbroman · 8 years ago
  20. 225db44 Outline SkImageFilter Make methods by robertphillips · 8 years ago
  21. c416912 Update DropShadowImageFilter to sk_sp by robertphillips · 8 years ago
  22. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 8 years ago
  23. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  24. 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 8 years ago
  25. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 8 years ago
  26. 0a291c7 Switch SkDropShaderImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  27. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 8 years ago
  28. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 8 years ago
  29. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  30. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  31. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  32. e5e7984 Change signatures of filter bounds methods to return a rect. by senorblanco · 8 years ago
  33. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  34. afec27f Image filters: change applyCropRect() to take a src rect. by senorblanco · 9 years ago
  35. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  36. b9519f8 Image Filters: refactor all CPU input processing into a filterInput helper function. by senorblanco · 9 years ago
  37. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  38. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  39. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  40. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  41. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  42. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  43. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  44. 234f036 Adding an option to render only the shadow in SkDropShadowImageFilter by sugoi · 10 years ago
  45. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  46. 1150a6d Fix recursive computation of filter bounds for drop shadow, morphology, blur. by senorblanco · 10 years ago
  47. 38cb688 Revert of Fix recursive computation of filter bounds for drop shadow, (patchset #1 of https://codereview.chromium.org/481273005/) by djsollen · 10 years ago
  48. 28648fe Fix recursive computation of filter bounds for drop shadow, morphology, blur. by senorblanco · 10 years ago
  49. 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
  50. bc9845b Remove the single-sigma version of SkDropShadowImageFilter::Create(). by senorblanco · 10 years ago
  51. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  52. ba31f1d Some small cleanups for image filter code. by senorblanco@chromium.org · 10 years ago
  53. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  54. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  55. 2908917 Revert "Implement support for expanding crop rects in image filters" by senorblanco@chromium.org · 10 years ago
  56. 0ef0501 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  57. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  58. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  59. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  60. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 11 years ago
  61. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  62. 74bdde0 Clamp negative sigma to 0 in SkDropShadowImageFilter. by senorblanco@chromium.org · 11 years ago
  63. 410be67 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  64. 336d1d7 Implement a computeFastBounds() traversal for SkImageFilter. by senorblanco@chromium.org · 11 years ago
  65. 2bfe36b Apply the CTM to filter parameters for SkBlurImageFilter, SkDropShadowImageFilter, SkDisplacementMapEffect and SkMorphologyImageFilter. I had resisted this (and may later put in an assert that the CTM contains no rotation, skew or perspective), but it just makes the filters play better with Skia generally. by senorblanco@chromium.org · 11 years ago
  66. 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
  67. cd3b15c Fixed bad bitmap size crashes by commit-bot@chromium.org · 11 years ago
  68. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  69. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  70. d8f82a4 Enhance SkDropShadowImageFilter to support separate X & Y sigmas, and crop rect. This required a new flavour of the constructor. by senorblanco@chromium.org · 11 years ago
  71. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  72. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  73. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  74. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  75. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  76. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  77. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  78. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  79. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  80. d55e357 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  81. f44fcdc Upstreaming DropShadowImageFilter into skia, from Blink by junov@chromium.org · 11 years ago
  82. 9c8b4ea Reverting r10583: Upstreaming DropShadowImageFilter into skia, from Blink by jvanverth@google.com · 11 years ago
  83. d8e4024 Upstreaming DropShadowImageFilter into skia, from Blink by junov@chromium.org · 11 years ago