1. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
  2. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 3 months ago
  3. 7fde8e1 IWYU for gms. by Ben Wagner · 6 years ago
  4. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  5. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 6 years ago
  6. 28bd882 use font in tool_utils add_to_text_blob() by Mike Reed · 6 years ago
  7. a24712e Revert "makeSurface defaults to raster" by Cary Clark · 6 years ago
  8. 29a4a68 makeSurface defaults to raster by Cary Clark · 6 years ago
  9. 46596ae use tool_utils to encapsulate checking for recording canvas and makeSurface by Mike Reed · 7 years ago
  10. 33d2055 GM: some header cleanup by Mike Klein · 8 years ago
  11. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  12. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  13. 0e22eb8 Some tests around surface creation and snapshotting with color space by brianosman · 8 years ago
  14. 3a0dbde Remove SkSurfaceProps gamma-correctness flag entirely. by brianosman · 8 years ago
  15. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  16. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  17. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  18. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 9 years ago
  19. 9e65f93 alternate textblobgeometrychange fix... just make our own surface if needed by mtklein · 9 years ago
  20. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 9 years ago
  21. e8f3062 switch surface to sk_sp by reed · 9 years ago
  22. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  23. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  24. 85693c1 make stroketext textblob* texteffects tileimagefilter gm portable by caryclark · 9 years ago
  25. e4cee1f fix for cached textblobs look garbled by joshualitt · 10 years ago