1. 9a4c965 Remove GrBlurredEdgeFragmentProcessor, use GrRuntimeFPBuilder by Brian Osman · 3 years, 2 months ago
  2. a5842bc Move SkSpan to include/, for use in public API by Brian Osman · 3 years, 2 months ago
  3. ae87bf1 Remove SkSpan class template deduction guides by Brian Osman · 3 years, 2 months ago
  4. 4882f97 [svgcanvas] Add support for relative path encoding by Florin Malita · 3 years, 2 months ago
  5. 06c9e29 Revert "Revert "Add mskp player, use in viewer slide"" by Brian Salomon · 3 years, 3 months ago
  6. 0d17458 Revert "Add mskp player, use in viewer slide" by Brian Salomon · 3 years, 3 months ago
  7. 9230fc5 Add mskp player, use in viewer slide by Brian Salomon · 3 years, 3 months ago
  8. e4b8c3a OrderedFontMgr utility by Mike Reed · 3 years, 3 months ago
  9. 35c894e More plumbing for new virtual onDrawGlyphRunList by Mike Reed · 3 years, 3 months ago
  10. e58231a Removed unused SkInterpolator by Mike Reed · 3 years, 3 months ago
  11. ffeee9b Fix lost precision case in SkComputeRadialSteps. by Jim Van Verth · 3 years, 4 months ago
  12. a6ca0b1 SkAuto[S]TMalloc only for trivially constructible/destructible. by Brian Salomon · 3 years, 4 months ago
  13. c63d166 remove unused Mode from GrBlurredEdgeFP by Mike Klein · 3 years, 5 months ago
  14. b8c0dab Add UWP support by James Clarke · 3 years, 6 months ago
  15. acc6b15 Handle overflow of accumulated rect perimeter in SkDaskPath cull_path by Robert Phillips · 3 years, 5 months ago
  16. c24c8ef Consistently fail readPixels when rowbytes not a multiple of bpp by Brian Salomon · 3 years, 6 months ago
  17. e24127c Directly measure CoreText weight mapping. by Ben Wagner · 3 years, 6 months ago
  18. 34c56a5 Migrate to drawImage w/ sampling by Mike Reed · 3 years, 6 months ago
  19. 821a845 remove dead code from old drawimage virtuals by Mike Reed · 3 years, 6 months ago
  20. 1b1c73a Remove deprecated SkBase64 interface. by Ben Wagner · 3 years, 6 months ago
  21. ea4aa39 Add SkShadowUtils::GetLocalBounds. by Jim Van Verth · 3 years, 7 months ago
  22. b06ebee Make SkBase64 interface less unpleasant. by Ben Wagner · 3 years, 7 months ago
  23. 4a56568 Accept a callback used in MultiPictureDocument::endPage by Nathaniel Nifong · 3 years, 7 months ago
  24. 4f50934 Pass sampling to drawImageSet by Mike Reed · 3 years, 7 months ago
  25. 4f23dec Reland "Add new virts, hide old ones" by Mike Reed · 3 years, 7 months ago
  26. 8f924ac Revert "Add new virts, hide old ones" by Derek Sollenberger · 3 years, 7 months ago
  27. c56e2e5 Add new virts, hide old ones by Mike Reed · 3 years, 7 months ago
  28. f73a029 Make onCreateScalerContext return unique_ptr. by Ben Wagner · 3 years, 7 months ago
  29. dc607e3 Use bitmap.asImage() by Mike Reed · 3 years, 7 months ago
  30. 8f7d953 Remove public getter for GrSurfaceDrawContext on SkSCanvas. by Brian Salomon · 3 years, 7 months ago
  31. ac9f0c9 Bitmap.asImage() by Mike Reed · 3 years, 7 months ago
  32. e427160 SkAnimatedImage: Always respect exif orientation by Leon Scroggins III · 3 years, 7 months ago
  33. a868220 Fix shadow directional light bounds. by Jim Van Verth · 3 years, 7 months ago
  34. 860d01c Idea: implement drawImageNine by calling drawImageLattice by Mike Reed · 3 years, 7 months ago
  35. ed4108e Revert "Revert "Reland "Rename getTopDevice/getDevice to topDevice/baseDevice""" by Mike Reed · 3 years, 7 months ago
  36. 9e230d8 Revert "Reland "Rename getTopDevice/getDevice to topDevice/baseDevice"" by Michael Ludwig · 3 years, 7 months ago
  37. 7839f66 Reland "Rename getTopDevice/getDevice to topDevice/baseDevice" by Michael Ludwig · 3 years, 7 months ago
  38. ba158b9 Remove SkScalerContext::getGlyphCount. by Ben Wagner · 3 years, 7 months ago
  39. d8b939e Revert "Rename getTopDevice/getDevice to topDevice/baseDevice" by Derek Sollenberger · 3 years, 7 months ago
  40. 632a23a Rename getTopDevice/getDevice to topDevice/baseDevice by Michael Ludwig · 3 years, 7 months ago
  41. 63f0354 Add support for directional lights. by Jim Van Verth · 3 years, 7 months ago
  42. f7cce2b Remove dead code (from old flags) by Mike Reed · 3 years, 8 months ago
  43. f326e4f Remove SkCanvas::LayerIter used in SkCanvasStateUtils by Michael Ludwig · 3 years, 8 months ago
  44. 3021795 Improve CanvasState cross-library tests by Michael Ludwig · 3 years, 8 months ago
  45. 1a4140e deprecate getTotalMatrix by Mike Reed · 3 years, 8 months ago
  46. 469d67e Expose more info in SkCodec::FrameInfo by Leon Scroggins III · 3 years, 9 months ago
  47. 420a9ba Switch to m44 for the rest of canvas virtuals by Mike Reed · 3 years, 8 months ago
  48. 4168981 don't use MASK_FORMAT_UNKNOWN to represent scaler context state by Herb Derby · 3 years, 9 months ago
  49. bc098ef Handle EXIF orientation in SkAnimCodecPlayer by Leon Scroggins · 3 years, 9 months ago
  50. 7d3f089 Fix use-after-free error discovered by the fuzzer. by John Stiles · 3 years, 9 months ago
  51. 8aa0edf move SkTPin to include/private by Mike Klein · 3 years, 9 months ago
  52. f41762a Remove accidentally repeated bit-index expression. by John Stiles · 3 years, 10 months ago
  53. bb2e070 Rename ChunkBits to kChunkBits. by John Stiles · 3 years, 10 months ago
  54. 59637dd Add SkTypeface::getPostScriptName. by Ben Wagner · 3 years, 10 months ago
  55. 765c9d3 Update message on SkBitSet static assertion. by John Stiles · 3 years, 10 months ago
  56. 7a7bec3 Capitalize static class methods. by John Stiles · 3 years, 10 months ago
  57. e615000 Use SkBitSet for the work list, instead of a set<int>. by John Stiles · 3 years, 10 months ago
  58. a80ce1a remove SkMakeSpan use ctor parameter deduction by Herb Derby · 4 years, 2 months ago
  59. 3b88c07 Handle surrogates in SkUTF::UTF16ToUTF8 by Jason Simmons · 3 years, 10 months ago
  60. 597c33a Fix CanvasKit warnings compiling on Mac with emsdk 2.0.0 by Chris Dalton · 3 years, 10 months ago
  61. b6b7fff Reland "Removing ICU dependencies from skparagraph BUILD.gn file" by Julia Lavrova · 3 years, 11 months ago
  62. 81606b5 remove unused (and bit-rotting) Lua support by Mike Reed · 3 years, 11 months ago
  63. d849a75 use pathbuilder by Mike Reed · 3 years, 11 months ago
  64. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 3 years, 11 months ago
  65. 05ce281 Revert "Removing ICU dependencies from skparagraph BUILD.gn file" by Julia Lavrova · 3 years, 11 months ago
  66. f1711ad Removing ICU dependencies from skparagraph BUILD.gn file by Julia Lavrova · 4 years ago
  67. 3872c98 Move convexity enum out of public by Mike Reed · 3 years, 11 months ago
  68. 6052c0b Only expose isConvex on path publicly. by Mike Reed · 4 years ago
  69. 81eabce SkCustomTypefaceBuilder to set SkFontStyle by Ben Wagner · 4 years ago
  70. a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years ago
  71. c1c3c6d Enable ClangTidy flag bugprone-suspicious-string-compare. by John Stiles · 4 years ago
  72. fe0de30 Enable ClangTidy check modernize-use-nullptr. by John Stiles · 4 years ago
  73. ec9b4aa Enable ClangTidy check readability-const-return-type. by John Stiles · 4 years ago
  74. 5e96595 Fix unaligned pointer warning on iOS. by Jim Van Verth · 4 years ago
  75. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years ago
  76. fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years ago
  77. 577536a Remove "dummy" to comply with Android's inclusive language guidance by Leon Scroggins III · 4 years ago
  78. 2c904ee Fix self-assignment error in SkBitSet. by John Stiles · 4 years ago
  79. 90787fe Reland #3 "ICU API: only in SkParagraph, simplified." by Julia Lavrova · 4 years ago
  80. e40ced7 A few more suggest override clang 12 warning tests by Brian Salomon · 4 years ago
  81. e36a466 Revert "Reland "ICU API: only in SkParagraph, simplified (relanding reverted)."" by Robert Phillips · 4 years ago
  82. 16fbc24 Reland "ICU API: only in SkParagraph, simplified (relanding reverted)." by Julia Lavrova · 4 years ago
  83. a30095d Revert "ICU API: only in SkParagraph, simplified (relanding reverted)." by Julia Lavrova · 4 years ago
  84. 7479eda ICU API: only in SkParagraph, simplified (relanding reverted). by Julia Lavrova · 4 years, 1 month ago
  85. 886a904 Update SkTQSort to use half-open ranges. by John Stiles · 4 years ago
  86. 955adbe Replace various one-liner sorting functor adapters with lambdas. by John Stiles · 4 years ago
  87. 6e9ead9 Revert "Remove custom SkSort algorithms." by John Stiles · 4 years ago
  88. 70474c1 Remove custom SkSort algorithms. by John Stiles · 4 years ago
  89. 3c8178b Remove deprecated form of `asFragmentProcessor` method. by John Stiles · 4 years, 1 month ago
  90. a6d1e98 Revert "ICU API: only in SkParagraph, simplified." by Julia Lavrova · 4 years, 1 month ago
  91. 8d639e1 ICU API: only in SkParagraph, simplified. by Julia Lavrova · 4 years, 1 month ago
  92. 41abd4f Remove SkWhitelistTypefaces. by Ben Wagner · 4 years, 1 month ago
  93. 4320664 Update SkGaussianColorFilter to support an input FP. by John Stiles · 4 years, 1 month ago
  94. b11e627 Move impl into SkColorFilterBase by Mike Reed · 4 years, 1 month ago
  95. 15ee455 Simplify SkParse::FindNamedColor by Florin Malita · 4 years, 1 month ago
  96. 4190f27 Fix SkParse::FindNamedColor OOB by Florin Malita · 4 years, 1 month ago
  97. 2d9e035 Fix infinite loop in SkParsePath::FromSVGString by Florin Malita · 4 years, 1 month ago
  98. 2d41186 [skjson] Reinstate initFastShortString by Florin Malita · 4 years, 1 month ago
  99. 637838d Fix compiler warnings on Mac build. by John Stiles · 4 years, 1 month ago
  100. 4bcc5f0 [skjson] Use lower bits for tagging by Florin Malita · 4 years, 1 month ago