1. 0cdcf57 Cache FreeType glyph masks may need current color. by Ben Wagner · 2 years, 11 months ago
  2. cf1e959 [canvaskit] Expand Bazel rules to include Canvas2D compat layer by Kevin Lubick · 3 years ago
  3. 888d4ef [canvaskit] Add Freetype/Fonts to Bazel Build by Kevin Lubick · 3 years ago
  4. 1f8c31b [infra] Add initial Bazel rules and files by Kevin Lubick · 3 years ago
  5. 0bbce33 Support for COLR 0xFFFF foreground color in FT backend by Dominik Röttsches · 3 years ago
  6. 7368c6d Minor comment fixes in COLRv1 GM and implementation by Dominik Röttsches · 3 years ago
  7. 8be6332 Serialize foreground color caching requirement specialisation by Dominik Röttsches · 3 years ago
  8. a9860f0 Adapt to fixed point values in FT COLRv1 structs by Dominik Röttsches · 3 years ago
  9. 3a9a799 Move sk_memset* from SkUtils to SkOpts by Kevin Lubick · 3 years ago
  10. e0ee095 Move UTF16 helpers from SkUtils to SkUTF by Kevin Lubick · 3 years ago
  11. b3ecd56 Revert "Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files" by Greg Daniel · 3 years ago
  12. 65a726b Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files by Kevin Lubick · 3 years ago
  13. 4be2057 Fix out of bounds palette index access by Dominik Röttsches · 3 years ago
  14. 97284f2 [infra] Add initial platforms and constraint values by Kevin Lubick · 3 years ago
  15. 8b0ba16 Speed up DWriteFontTypeface::getGlyphToUnicodeMap by Ben Wagner · 3 years ago
  16. 7e54e30 Allow Windows simulations for fonts with EBDT/EBLC bitmap strikes by Dominik Röttsches · 3 years ago
  17. 9fa47cc Make class members that are static constexpr also be inline. by Brian Salomon · 3 years ago
  18. 76a22af Avoid finding a font with simulations by Dominik Röttsches · 3 years ago
  19. 397fdfd Implement separate crop filter by Michael Ludwig · 3 years, 1 month ago
  20. 09961b5 [COLRv1] Fix blending and compositing by Dominik Röttsches · 3 years, 1 month ago
  21. 13c9f66 Fix additional cases of variable shadowing. by John Stiles · 3 years, 2 months ago
  22. 7f4abe8 Extract parse_space_separated_languages by Ben Wagner · 3 years, 2 months ago
  23. 14f8d79 Fix various cases of variable shadowing in Skia. by John Stiles · 3 years, 2 months ago
  24. 9000603 [COLRv1] Add blend mode 'plus' by Dominik Röttsches · 3 years, 2 months ago
  25. 2fa273e Reland: [COLRv1] Support retrieving ClipBox. by Dominik Röttsches · 3 years, 2 months ago
  26. df1ba03 Revert "[COLRv1] Support retrieving ClipBox." by Robert Phillips · 3 years, 2 months ago
  27. 4f12b4a [COLRv1] Support retrieving ClipBox. by Dominik Röttsches · 3 years, 2 months ago
  28. 19cd36b Removes a deprecated call to CTGetCoreTextVersion() when compiling for iOS 14+. by Rohit Rao · 3 years, 3 months ago
  29. 58920bb [COLRv1] Spec update for degree specifications, fix PaintSkew by Dominik Röttsches · 3 years, 3 months ago
  30. 613ca2b Fix PaintScale and add testing by Dominik Röttsches · 3 years, 3 months ago
  31. 12745c8 Update required FreeType to 2.8.1 by Ben Wagner · 3 years, 3 months ago
  32. 946a4cb First pass at a no-SkSL CPU build by Brian Osman · 3 years, 3 months ago
  33. 4043111 Purge 2020 picture versions by Mike Reed · 3 years, 3 months ago
  34. a149e8f Add support for FT_COLR_PAINTFORMAT_SCALE by Ben Wagner · 3 years, 4 months ago
  35. 266bf82 Fix mutex re-entry when FT_OpenFace fails by Ben Wagner · 3 years, 4 months ago
  36. 9d92d0f Roll FreeType by Ben Wagner · 3 years, 4 months ago
  37. 7bf7999 Reland "Add format-specifier warnings to SkDebugf." by John Stiles · 3 years, 4 months ago
  38. bef379b Add SkBlendModeBlender class. by John Stiles · 3 years, 4 months ago
  39. 283dba5 Revert "Add format-specifier warnings to SkDebugf." by Tyler Denniston · 3 years, 4 months ago
  40. e58831c Add format-specifier warnings to SkDebugf. by John Stiles · 3 years, 4 months ago
  41. 2c7c36a SkTypeface_FreeType to own FT_Face by Ben Wagner · 3 years, 4 months ago
  42. 7b9b738 Gate breaking FreeType change in COLRv1 struct names by Dominik Röttsches · 3 years, 4 months ago
  43. efe9df3 Revert "Don't keep "outResultsFile" open in nanobench" by Herb Derby · 3 years, 4 months ago
  44. 597da9e Only take DWrite mutex on older versions by Ben Wagner · 3 years, 4 months ago
  45. be03ef1 Remove ableist language by Kevin Lubick · 3 years, 4 months ago
  46. a784914 Rudimentary SkRuntimeImageFilter by Brian Osman · 3 years, 5 months ago
  47. ec9d0e8 Move patheffect details to (private) base subclass by Mike Reed · 3 years, 5 months ago
  48. 8f4e924 Move class into impl by Mike Reed · 3 years, 5 months ago
  49. ec87dc1 Just expose factories for patheffects by Mike Reed · 3 years, 5 months ago
  50. 2da029b [COLRv1] Map linear gradient extrema to [0, 1] range by Dominik Röttsches · 3 years, 5 months ago
  51. 1264001 Use shared lock for charsToGlyphs by Herb Derby · 3 years, 5 months ago
  52. ee98a42 Avoid code duplication in retrieving color stops by Dominik Röttsches · 3 years, 5 months ago
  53. 04e643e Fix cache race in SkTypeface_Mac::Make by Ben Wagner · 3 years, 6 months ago
  54. 1c847f5 [COLRv1] Paint cycle detection by Dominik Röttsches · 3 years, 6 months ago
  55. 2b8fd2e Replace SkShader_Lerp with a runtime shader by Brian Osman · 3 years, 6 months ago
  56. b2497dd Revert "Revert "onMatchFaceStyle is unused, so remove it"" by Mike Reed · 3 years, 6 months ago
  57. 3c04a65 Revert "onMatchFaceStyle is unused, so remove it" by Mike Reed · 3 years, 6 months ago
  58. 40f2985 onMatchFaceStyle is unused, so remove it by Mike Reed · 3 years, 6 months ago
  59. 4df814c [COLRv1] Special case a sequence of PaintGlyph + solid/gradient fill by Dominik Röttsches · 3 years, 6 months ago
  60. f37b23d Extract configuring SkPaint from FreeType COLRv1 Paint info by Dominik Röttsches · 3 years, 6 months ago
  61. ac04d95 Factor out COLRv1 transforms to separate function by Dominik Röttsches · 3 years, 6 months ago
  62. e14d725 Avoid unnecessary saveLayer() in COLRv1 paint operations by Dominik Röttsches · 3 years, 6 months ago
  63. 2e04df9 Support PaintTranslate in COLRv1 rasterisation by Dominik Röttsches · 3 years, 7 months ago
  64. 1546053 SkFontMgr_New_Custom_Data to take SkData by Ben Wagner · 3 years, 7 months ago
  65. 6c406b8 Remove deprecated tile filter header by Michael Ludwig · 3 years, 8 months ago
  66. f727269 Remove deprecated picture image filter header by Michael Ludwig · 3 years, 8 months ago
  67. 47b400b Rename SkPaintImageFilter to SkShaderImageFilter by Michael Ludwig · 3 years, 8 months ago
  68. 5ef07a4 Remove deprecated offset filter header by Michael Ludwig · 3 years, 8 months ago
  69. d56589b Remove deprecated morphology image filter headers by Michael Ludwig · 3 years, 8 months ago
  70. 2db4ba1 Reland "Remove ARC from tools lib." by Jim Van Verth · 3 years, 8 months ago
  71. cc75fa8 Remove deprecated merge image filter header by Michael Ludwig · 3 years, 8 months ago
  72. b06dc99 Remove deprecated matrix convolution header and old types by Michael Ludwig · 3 years, 8 months ago
  73. e8a1c01 Revert "Remove ARC from tools lib." by Jim Van Verth · 3 years, 8 months ago
  74. 4c4c80f Remove ARC from tools lib. by Jim Van Verth · 3 years, 8 months ago
  75. b7218c1 Remove deprecated magnifier filter header by Michael Ludwig · 3 years, 8 months ago
  76. 24ec764 Fix directory path expansion for iOS bundles. by Jim Van Verth · 3 years, 8 months ago
  77. a50940d Delete deprecated SkLightingImageFilter header by Michael Ludwig · 3 years, 8 months ago
  78. 91bfda0 Rename SkImageSource to SkImageImageFilter by Michael Ludwig · 3 years, 8 months ago
  79. e548dcb Delete deprecated SkDropShadowImageFilter header by Michael Ludwig · 3 years, 8 months ago
  80. 1d60c19 Rename SkDisplacementMapEffect to SkDisplacementMapImageFilter by Michael Ludwig · 3 years, 8 months ago
  81. f11898a Work around macOS 11 variation issue. by Ben Wagner · 3 years, 8 months ago
  82. bf43df6 Delete compose image filter header by Michael Ludwig · 3 years, 8 months ago
  83. 2478c70 Use current variation position in cloning typeface. by Ben Wagner · 3 years, 8 months ago
  84. 72140a9 Delete deprecated color filter image filter header by Michael Ludwig · 3 years, 8 months ago
  85. 7a2ff98 clean up SK_SUPPORT_LEGACY_RUNTIME_EFFECTS by Mike Klein · 3 years, 8 months ago
  86. b604452 Delete deprecated blur filter header by Michael Ludwig · 3 years, 8 months ago
  87. 691a794 Support COLRv1 color fonts by Dominik Röttsches · 3 years, 8 months ago
  88. 820921e Rename SkXfermodeImageFilter to SkBlendImageFilter by Michael Ludwig · 3 years, 8 months ago
  89. d2fded8 Delete deprecated arithmetic filter header by Michael Ludwig · 3 years, 8 months ago
  90. 5693e5c Reland "Delete deprecated alpha threshold header" by Michael Ludwig · 3 years, 8 months ago
  91. b8c0dab Add UWP support by James Clarke · 3 years, 8 months ago
  92. 140adc6 Revert "Delete deprecated alpha threshold header" by Michael Ludwig · 3 years, 8 months ago
  93. 5441188 Delete deprecated alpha threshold header by Michael Ludwig · 3 years, 8 months ago
  94. 1d62221 Hide (unused) SkDrawLooper by Mike Reed · 3 years, 9 months ago
  95. 9ced5e6 Pass sampling to drawImage by Mike Reed · 3 years, 9 months ago
  96. e24127c Directly measure CoreText weight mapping. by Ben Wagner · 3 years, 9 months ago
  97. 7281cb1 Use sampling instead of (deprecated) filter-quality by Mike Reed · 3 years, 10 months ago
  98. f73a029 Make onCreateScalerContext return unique_ptr. by Ben Wagner · 3 years, 10 months ago
  99. ac9f0c9 Bitmap.asImage() by Mike Reed · 3 years, 10 months ago
  100. 65b4827 Code cleanup: Replace .foreach() loops with regular for loops. by John Stiles · 3 years, 10 months ago