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