1. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  2. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  3. 3a0dbde Remove SkSurfaceProps gamma-correctness flag entirely. by brianosman · 8 years ago
  4. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  5. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  6. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  7. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  8. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  9. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  10. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  11. 6dc14aa adjust gm bounds for better content fit by reed · 8 years ago
  12. 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 · 8 years ago
  13. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  14. e8f3062 switch surface to sk_sp by reed · 8 years ago
  15. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  16. 68c63b3 Avoid drawing NVPR DIF text when text size is 0 by kkinnunen · 8 years ago
  17. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  18. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  19. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  20. 33e91f1 Make Ben happy by joshualitt · 9 years ago
  21. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  22. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  23. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  24. e46cf96 Write a gm to verify append large glyph as path works by joshualitt · 9 years ago