1. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
  2. a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years, 3 months ago
  3. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 3 months ago
  4. 16bf7d3 Make SkGpuDevice hold a GrRecordingContext (take 2) by Robert Phillips · 4 years, 4 months ago
  5. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 6 years ago
  6. 7fde8e1 IWYU for gms. by Ben Wagner · 6 years ago
  7. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  8. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 6 years ago
  9. bea1f94 remove platform_font_manager() by Mike Klein · 6 years ago
  10. 28bd882 use font in tool_utils add_to_text_blob() by Mike Reed · 6 years ago
  11. d46dce3 don't adapt any gray colors to 565 by Mike Klein · 6 years ago
  12. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  13. 1be1f8d hide SkBlurMaskFilter and SkBlurQuality by Mike Reed · 7 years ago
  14. 53e5e7d resources: resource identifiers don't begin with leading slash by Hal Canary · 7 years ago
  15. 58822d6 GMs: add platform_font_manager to some names by Hal Canary · 7 years ago
  16. 33d2055 GM: some header cleanup by Mike Klein · 8 years ago
  17. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  18. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  19. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  20. 3a0dbde Remove SkSurfaceProps gamma-correctness flag entirely. by brianosman · 8 years ago
  21. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  22. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  23. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  24. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 9 years ago
  25. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 9 years ago
  26. 6296da7 Move SkTypeface to sk_sp. by bungeman · 9 years ago
  27. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 9 years ago
  28. 6dc14aa adjust gm bounds for better content fit by reed · 9 years ago
  29. 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
  30. efdfd51 switch maskfilters to sk_sp by reed · 9 years ago
  31. e8f3062 switch surface to sk_sp by reed · 9 years ago
  32. 9ce9d67 update callsites for Make image factories by reed · 9 years ago
  33. 68c63b3 Avoid drawing NVPR DIF text when text size is 0 by kkinnunen · 9 years ago
  34. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  35. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  36. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  37. 33e91f1 Make Ben happy by joshualitt · 9 years ago
  38. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  39. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  40. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  41. e46cf96 Write a gm to verify append large glyph as path works by joshualitt · 9 years ago