1. 607a382 drawBitmap is deprecated, use drawImage by Mike Reed · 3 years, 8 months ago
  2. 2ac6ce8 Simplify common case for recttorect by Mike Reed · 3 years, 8 months ago
  3. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  4. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 4 months ago
  5. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 4 months ago
  6. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 4 months ago
  7. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  8. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  9. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  10. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  11. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  12. 9407e24 make float more primary API for paint (esp. for alpha) by Mike Reed · 6 years ago
  13. f78b7ea don't use paint's gettextpath by Mike Reed · 6 years ago
  14. c090c64 move files out of private, and fix up callers to IWYU by Mike Reed · 7 years ago
  15. 4e3abc1 cacherator upscales colortables to unify caching by Mike Reed · 7 years ago
  16. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  17. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 8 years ago
  18. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  19. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  20. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  21. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  22. e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 8 years ago
  23. 138ea97 Add color space to picture image as a creation parameter by Brian Osman · 8 years ago
  24. d85dd53 Shrink the SkImageGenerator API by Brian Osman · 8 years ago
  25. 1b51c52 Narrow the SkImageGenerator interface by Brian Osman · 8 years ago
  26. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  27. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  28. ca2622b return pictures as sk_sp by reed · 8 years ago
  29. 1a9b964 Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ )" by reed · 9 years ago
  30. 9283d20 Revert of more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ ) by reed · 9 years ago
  31. ce563cd more shader-->sp conversions by reed · 9 years ago
  32. 74bd953 discardable pixelrefs are gone, update tests accordingly by reed · 9 years ago
  33. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  34. 1dedc3d SkPictureImageGenerator by fmalita · 9 years ago