1. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  2. 534c270 Update TileImageFilter to sk_sp by robertphillips · 8 years ago
  3. c416912 Update DropShadowImageFilter to sk_sp by robertphillips · 8 years ago
  4. ae8c933 Update SkMatrixImageFilter to sk_sp by robertphillips · 8 years ago
  5. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 8 years ago
  6. 549c899 Update SkImageSource to sk_sp by robertphillips · 8 years ago
  7. 51a315e Update SkOffsetImageFilter to sk_sp by robertphillips · 8 years ago
  8. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  9. 5ff17b1 Swap SkPictureImageFilter's factories over to smart pointers by robertphillips · 8 years ago
  10. e8f3062 switch surface to sk_sp by reed · 8 years ago
  11. ca2622b return pictures as sk_sp by reed · 8 years ago
  12. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  13. d18b1b5 Add SkTileImageFilter sample to filterfastbounds GM. by senorblanco · 9 years ago
  14. 5ea95df Revert "Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ )" by reed · 9 years ago
  15. 95376a0 Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ ) by schenney · 9 years ago
  16. 80a6dca factories should return baseclass, allowing the impl to specialize by reed · 9 years ago
  17. 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
  18. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  19. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  20. 65cdba6 Revert of Revert of make gm background colors 565 compatible (patchset #1 id:1 of https://codereview.chromium.org/1184123002/) by caryclark · 9 years ago
  21. 0bdb08b Revert of make gm background colors 565 compatible (patchset #2 id:20001 of https://codereview.chromium.org/1176243006/) by caryclark · 9 years ago
  22. be7f768 make gm background colors 565 compatible by caryclark · 9 years ago
  23. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  24. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 9 years ago
  25. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  26. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  27. 1c40292 remove unused GM flags by mtklein · 10 years ago
  28. 8c508b4 Update GM to permit correctness testing of MPD on the GMs by robertphillips · 10 years ago
  29. 9a26410 Add new GM (filterfastbounds) by robertphillips · 10 years ago