1. 3193ff2 Remove SK_SHAPER_HARFBUZZ_USE_BAD_SCALE by Ben Wagner · 4 years ago
  2. ce75036 SkSL: Remove ByteCode interpreter, generator, etc. by Brian Osman · 4 years ago
  3. e02d7f8 More hiding of legacy drawImage calls by Mike Reed · 4 years ago
  4. e89d8ea Update particle system to use skvm, rather than ByteCode by Brian Osman · 4 years ago
  5. 110367d Fix most remaining wasm gm unit tests by correctly providing gl context by Nathaniel Nifong · 4 years ago
  6. 8a37fb2 [svg] Implement SourceAlpha input for filter effects by Tyler Denniston · 4 years ago
  7. c7e4824 [svg] Several filter helper tweaks by Tyler Denniston · 4 years ago
  8. 6de1e52 [canvaskit] Properly downsample 4x4 matrices. by Kevin Lubick · 4 years ago
  9. 14d336e Remove "death" functions from particle system by Brian Osman · 4 years ago
  10. cdeabca [svg] Fix handling of root element position attributes by Florin Malita · 4 years ago
  11. 4c89481be [svg] Implement feMorphology filter by Tyler Denniston · 4 years ago
  12. 420a75d Include placeholder widths in minIntrinsicWidth by Julia Lavrova · 4 years ago
  13. ea27de5 [svg] Cleanup: use FP alpha for opacity by Florin Malita · 4 years ago
  14. bde06cc [svg] Cleanup: drop the presentation attribute SkPaint cache by Florin Malita · 4 years ago
  15. e9a8238 Avoid division by zero when shaping. by Ben Wagner · 4 years ago
  16. d414e60 [svg] Property inheritance workaround by Florin Malita · 4 years ago
  17. a25e1a3 [svg] Implement feBlend filter by Tyler Denniston · 4 years ago
  18. bf061a3 Fix an (int + float) error in "cube" particle demo by Brian Osman · 4 years ago
  19. a22d21e [svg] Fix incorrect optimization for opacity layer by Tyler Denniston · 4 years ago
  20. 2ac6ce8 Simplify common case for recttorect by Mike Reed · 4 years ago
  21. b2aa04d [svg] Minor cleanup by Florin Malita · 4 years ago
  22. 73d57bf [svg] Add support for mask color-interpolation by Florin Malita · 4 years ago
  23. 5878ece [svg] Implement feOffset filter by Tyler Denniston · 4 years ago
  24. cf1e2f3 [svg] Fix mask edge artifacts by Florin Malita · 4 years ago
  25. 94730fe [svg] Handle std input case for filter subregion calculation by Tyler Denniston · 4 years ago
  26. 3df6c20 [svg] Fix <use> bounds calculation by Tyler Denniston · 4 years ago
  27. 68afd48 Fixed TextBehavior for one line by Julia Lavrova · 4 years ago
  28. 3c10618 [svg] Add clipPathUnits support by Florin Malita · 4 years ago
  29. 4ea46b7 [svg] Fix null text context crash by Florin Malita · 4 years ago
  30. 4919110 [svg] Mask support by Florin Malita · 4 years ago
  31. 8f78d55 Reland "[svg] Perform colorspace conversions for filter effects" by Tyler Denniston · 4 years ago
  32. 36acb7b Revert "[svg] Perform colorspace conversions for filter effects" by John Stiles · 4 years ago
  33. a0880ed [svg] Perform colorspace conversions for filter effects by Tyler Denniston · 4 years ago
  34. cbaea29 [canvaskit] Expose getShadowLocalBounds by Kevin Lubick · 4 years ago
  35. d8e9436 Cache ICU break iterators in SkUnicode_icu by Jason Simmons · 4 years ago
  36. 7bb85db [svg] Add plumbing for color-interpolation-filters property by Tyler Denniston · 4 years ago
  37. 836c2ca [svg] Initial mask plumbing by Florin Malita · 4 years ago
  38. fc0ea0a [svg] TextPath support by Florin Malita · 4 years ago
  39. ace3f29 Remove SkEffectBinding feature from particle system by Brian Osman · 4 years ago
  40. 187d811 [svg] Implement feGaussianBlur by Tyler Denniston · 4 years ago
  41. 3a92f77 [svg] Implement onObjectBoundingBox for circle and path by Tyler Denniston · 4 years ago
  42. aed808c Position inside family glyph by Julia Lavrova · 4 years ago
  43. 54e7c05 Separate out built-in SkSL types into their own struct. by John Stiles · 4 years ago
  44. 0a145b7 [svg] Compute and use filter primitive subregion by Tyler Denniston · 4 years ago
  45. 4878b3e Remove Improved Perlin Noise by Brian Salomon · 4 years ago
  46. 50940ab fix a few failing gm tests in wasm by Nathaniel Nifong · 4 years ago
  47. b06ebee Make SkBase64 interface less unpleasant. by Ben Wagner · 4 years ago
  48. 0355118 debug build for wasm gm tests by Nathaniel Nifong · 4 years ago
  49. f4ea305 Revert "Cache ICU break iterators in SkUnicode_icu" by Mike Reed · 4 years ago
  50. bdd9a7b RTL run broken by text styles crashes SkParagraph by Julia Lavrova · 4 years ago
  51. 504451c Cache ICU break iterators in SkUnicode_icu by Jason Simmons · 4 years ago
  52. 5779a86 [canvaskit] Add docs and example for flags by Kevin Lubick · 4 years ago
  53. be0b3b7 Strip down SkSL::ExternalValues, limit them to functions by Brian Osman · 4 years ago
  54. 736c992 [svg] Deferred text position adjustments by Florin Malita · 4 years ago
  55. 2d059fc [svg] Text rotate support by Florin Malita · 4 years ago
  56. e5a2171 [svg] Convert text rendering to RSX form by Florin Malita · 4 years, 1 month ago
  57. 4f23dec Reland "Add new virts, hide old ones" by Mike Reed · 4 years, 1 month ago
  58. 8f924ac Revert "Add new virts, hide old ones" by Derek Sollenberger · 4 years, 1 month ago
  59. c56e2e5 Add new virts, hide old ones by Mike Reed · 4 years, 1 month ago
  60. 70019c6 [canvaskit] Fix bug if webgl context not available by Kevin Lubick · 4 years, 1 month ago
  61. dc607e3 Use bitmap.asImage() by Mike Reed · 4 years, 1 month ago
  62. 839eef3 Work on hiding filter-quality by Mike Reed · 4 years, 1 month ago
  63. e11c438 Remove use of uint from particle random system by Brian Osman · 4 years, 1 month ago
  64. ac9f0c9 Bitmap.asImage() by Mike Reed · 4 years, 1 month ago
  65. 2650644 Remove 'flags' feature from particles by Brian Osman · 4 years, 1 month ago
  66. 735ac97 [svg] Relative postioning support for text by Florin Malita · 4 years, 1 month ago
  67. e427160 SkAnimatedImage: Always respect exif orientation by Leon Scroggins III · 4 years, 1 month ago
  68. e78f8ce Starting to hide setFilterQuality by Mike Reed · 4 years, 1 month ago
  69. dec7802 Reland "[svg] Absolute positioning support for text" by Florin Malita · 4 years, 1 month ago
  70. 62db68a Precompute the size of fClusters in ParagraphImpl::buildClusterTable by Jason Simmons · 4 years, 1 month ago
  71. e2f6245 Revert "[svg] Absolute positioning support for text" by Derek Sollenberger · 4 years, 1 month ago
  72. febb1b8 [svg] Absolute positioning support for text by Florin Malita · 4 years, 1 month ago
  73. 81da68a [canvaskit] Update to 0.22.0 by Kevin Lubick · 4 years, 1 month ago
  74. acace5d Remove static allocattion of UText by Julia Lavrova · 4 years, 1 month ago
  75. 2d63349 [canvaskit] Modify drawImageNine API to handle Filter quality by Kevin Lubick · 4 years, 1 month ago
  76. 72f4076 [canvaskit] Expose sampling variants of drawImage and drawImageRect by Kevin Lubick · 4 years, 1 month ago
  77. b9a8184 [canvaskit] Update to 0.21.0 by Kevin Lubick · 4 years, 1 month ago
  78. adc6889 [svg] Refactor text rendering context plumbing by Florin Malita · 4 years, 1 month ago
  79. dcf288b [svg] Fix filter region bounds by Tyler Denniston · 4 years, 1 month ago
  80. 23096a3 Get CanvasKit viewer compiling again by Chris Dalton · 4 years, 1 month ago
  81. f607dbb implement SkAudioPLayer for Android by Jorge Betancourt · 4 years, 1 month ago
  82. 1d2b075 [wasm-gms] Enable filesystem by default. by Kevin Lubick · 4 years, 1 month ago
  83. 5df97bb [canvaskit] Replace core build with profile build in npm by Kevin Lubick · 4 years, 1 month ago
  84. 035cd91 [canvaskit] Update to emsdk 2.0.10 by Kevin Lubick · 4 years, 1 month ago
  85. 371967f [canvaskit] Update Chrome version and use npm ci for tests by Kevin Lubick · 4 years, 1 month ago
  86. 4b208f7 [canvaskit] Update npm dev dependencies by Kevin Lubick · 4 years, 1 month ago
  87. 652d790 [canvaskit] Remove filterquality on paint. by Kevin Lubick · 4 years, 1 month ago
  88. 62a683e [svg] Prep work for filter primitive subregion by Tyler Denniston · 4 years, 1 month ago
  89. b2d1a3b [svg] Minor cleanups by Tyler Denniston · 4 years, 1 month ago
  90. 8ed0443 [svg] Add feFlood filter node by Tyler Denniston · 4 years, 1 month ago
  91. f7fdf1a [canvaskit] Add API for deleting webgl ctx by Kevin Lubick · 4 years, 1 month ago
  92. b86cd3d Use samplingoptions in imageshader by Mike Reed · 4 years, 1 month ago
  93. 6d14f38 Reland "Cache text blobs computed by TextLine::paintText" by Jason Simmons · 4 years, 1 month ago
  94. 8655eab [skottie] Add text colorization GM by Florin Malita · 4 years, 1 month ago
  95. 2e9a03e Revert "Cache text blobs computed by TextLine::paintText" by Mike Klein · 4 years, 1 month ago
  96. ff7bfea Cache text blobs computed by TextLine::paintText by Jason Simmons · 4 years, 1 month ago
  97. 04e03bc [svg] Convert stop-color and stop-opacity to presentation attrs by Tyler Denniston · 4 years, 1 month ago
  98. 7416571 [svg] Split out SkSVGColor from paint by Tyler Denniston · 4 years, 1 month ago
  99. 9c1f1be [svg] xml:space support by Florin Malita · 4 years, 1 month ago
  100. 7dc984a [svg] Text shaping and layout by Florin Malita · 4 years, 1 month ago