1. 898bbfa Update gms to use new image filter factories by Michael Ludwig · 5 years ago
  2. fa3305a gm: add some overrides by Hal Canary · 5 years ago
  3. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  4. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  5. d46dce3 don't adapt any gray colors to 565 by Mike Klein · 6 years ago
  6. c090c64 move files out of private, and fix up callers to IWYU by Mike Reed · 7 years ago
  7. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  8. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  9. 534c270 Update TileImageFilter to sk_sp by robertphillips · 8 years ago
  10. c416912 Update DropShadowImageFilter to sk_sp by robertphillips · 8 years ago
  11. ae8c933 Update SkMatrixImageFilter to sk_sp by robertphillips · 8 years ago
  12. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 8 years ago
  13. 549c899 Update SkImageSource to sk_sp by robertphillips · 8 years ago
  14. 51a315e Update SkOffsetImageFilter to sk_sp by robertphillips · 8 years ago
  15. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  16. 5ff17b1 Swap SkPictureImageFilter's factories over to smart pointers by robertphillips · 8 years ago
  17. e8f3062 switch surface to sk_sp by reed · 8 years ago
  18. ca2622b return pictures as sk_sp by reed · 8 years ago
  19. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  20. d18b1b5 Add SkTileImageFilter sample to filterfastbounds GM. by senorblanco · 9 years ago
  21. 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
  22. 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
  23. 80a6dca factories should return baseclass, allowing the impl to specialize by reed · 9 years ago
  24. 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
  25. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  26. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  27. 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
  28. 0bdb08b Revert of make gm background colors 565 compatible (patchset #2 id:20001 of https://codereview.chromium.org/1176243006/) by caryclark · 9 years ago
  29. be7f768 make gm background colors 565 compatible by caryclark · 9 years ago
  30. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  31. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 9 years ago
  32. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  33. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  34. 1c40292 remove unused GM flags by mtklein · 10 years ago
  35. 8c508b4 Update GM to permit correctness testing of MPD on the GMs by robertphillips · 10 years ago
  36. 9a26410 Add new GM (filterfastbounds) by robertphillips · 10 years ago