1. 6dbc4ed [canvaskit] Expose various canvas features by Kevin Lubick · 4 years, 9 months ago
  2. 587f736 [skottie] Expose native frame rate and seekFrame() in WASM by Florin Malita · 4 years, 9 months ago
  3. e25df6c [canvaskit] Expose Malloc to save copies in some places by Kevin Lubick · 4 years, 9 months ago
  4. 94e1a52 [skottie] fix clangtidy warning by Florin Malita · 4 years, 9 months ago
  5. 56f569d [canvaskit] roll to v0.8.0 by Kevin Lubick · 4 years, 9 months ago
  6. cfbc4d4 [skottie] Add DataURI image support in utils/tools by Florin Malita · 4 years, 9 months ago
  7. b988686 [skottie] Frame-index seek API (seekFrame) by Florin Malita · 4 years, 9 months ago
  8. d3b1fe6 [CanvasKit] More Paragraph things by Kevin Lubick · 4 years, 9 months ago
  9. 3085d9a [canvaskit] Roll chrome version for testing by Kevin Lubick · 4 years, 9 months ago
  10. 814f3cc [skottie] Default camera for 3D layers by Florin Malita · 4 years, 9 months ago
  11. a3adb9a [skottie] Camera does not apply to regular/2D layers by Florin Malita · 4 years, 9 months ago
  12. d9e8586 [skottie] Fix camera/3D layer transform interactions by Florin Malita · 4 years, 9 months ago
  13. e8bcc56 Fix a couple minor bugs in particle code by Brian Osman · 4 years, 9 months ago
  14. e054d3c CanvasKit: Switch to WebGL 2.0 by Hal Canary · 4 years, 9 months ago
  15. 5b43113 Interpreter: Reflect all uniform variables in ByteCode by Brian Osman · 4 years, 9 months ago
  16. ebc89c1 canvaskit: add helpful message to compile.sh by Hal Canary · 4 years, 9 months ago
  17. 59e72b7 [skottie] Luma matte support by Florin Malita · 4 years, 9 months ago
  18. 4beafa6 Add interactive demo to particle gallery by Brian Osman · 4 years, 9 months ago
  19. df18296 Add accessors to get/set SkParticleEffect fields by Brian Osman · 4 years, 9 months ago
  20. 6e5b07e [canvaskit] Enable tests for getGlyphPosition by Kevin Lubick · 4 years, 10 months ago
  21. b484e7c hand off frames to encoder as they come by Mike Klein · 4 years, 10 months ago
  22. 10e5257 [SkVideoEncoder] Allow clients to control the color type by Florin Malita · 4 years, 10 months ago
  23. be6d62d add -f mp4 to skottie_tool by Mike Klein · 4 years, 10 months ago
  24. fa5a138 [canvaskit] Update to build with emscripten 1.38.47 by Kevin Lubick · 4 years, 10 months ago
  25. e27a503 [canvaskit] Clean up embedded fonts by Kevin Lubick · 4 years, 10 months ago
  26. 191c608 Bug fix (strut must be false by default) by Julia Lavrova · 4 years, 10 months ago
  27. 7edfb69 Remove SkCurve and SkColorCurve by Brian Osman · 4 years, 10 months ago
  28. f3ed273 Adding line/style metrics Fixed some bugs for flutter tests by Julia Lavrova · 4 years, 11 months ago
  29. f976e97 [skottie] Horizontal-constraint for Shaper *ToFit alignment modes by Florin Malita · 4 years, 10 months ago
  30. 6d0d5a7 [canvaskit] Speculative fix for external wasm library by Kevin Lubick · 4 years, 10 months ago
  31. 369f6a5 [canvaskit] Initial addition of SkParagraph by Kevin Lubick · 4 years, 10 months ago
  32. 1ca5052 Allow better font fallback. by Ben Wagner · 4 years, 10 months ago
  33. e3e4b0c [skottie] Fix motion blur glitches around domain edges by Florin Malita · 4 years, 10 months ago
  34. 9b8b455 Change ByteCode and ByteCodeFunction to classes by Brian Osman · 4 years, 10 months ago
  35. 89e1f60 Improve implementations of copyTable. by Ben Wagner · 4 years, 10 months ago
  36. 7aeabcf [SkParagraph] Require len if using addText(const char*) by Kevin Lubick · 4 years, 10 months ago
  37. 26013e9 [skottie] Minimize top layer size by Florin Malita · 4 years, 10 months ago
  38. 4122c4d [skottie] Fix skottie_tool anim null check logic by Florin Malita · 4 years, 10 months ago
  39. b23d66e Interpreter: Lots of minor cleanup/refactoring by Brian Osman · 4 years, 10 months ago
  40. ffbfe87 [canvaskit] remove debugging code by Kevin Lubick · 4 years, 10 months ago
  41. 61887c7 [canvaskit] Create SkFontMgr from passed in data by Kevin Lubick · 4 years, 10 months ago
  42. 31cff27 Revert "Revert "remove 'in uniform' support from GrSkSLFP, make rules more clear"" by Ethan Nicholas · 4 years, 10 months ago
  43. 16d998f [canvaskit] fix null terminator on drawText by Kevin Lubick · 4 years, 10 months ago
  44. 49c0732 [skottie] Add null sink option for skottie_tool by Florin Malita · 4 years, 10 months ago
  45. 85705c1b Revert "remove 'in uniform' support from GrSkSLFP, make rules more clear" by Ethan Nicholas · 4 years, 10 months ago
  46. fbe6118 [skottie] Minor MotionBlurEffect cleanup by Florin Malita · 4 years, 10 months ago
  47. ac18a5c remove 'in uniform' support from GrSkSLFP, make rules more clear by Ethan Nicholas · 4 years, 10 months ago
  48. 1585d7e opt skottie_tool into thread-local strike caches by Mike Klein · 4 years, 10 months ago
  49. 5e6d36a dump frame time stats in skottie_tool by Mike Klein · 4 years, 10 months ago
  50. 559ffe4 Particles: Added particle flags for tracking state (one-time triggers, etc) by Brian Osman · 4 years, 10 months ago
  51. 01acb12 [skottie] Disable skottie_tool on iOS by Florin Malita · 4 years, 10 months ago
  52. 4973657 Compile CanvasKit without -fPIC, for latest emscripten compatibility. by Shachar Langbeheim · 4 years, 10 months ago
  53. 052837c [skottie] Tweak skottie_tool --threads meaning by Florin Malita · 4 years, 10 months ago
  54. c245673 [skottie] Multi-threaded skottie_tool by Florin Malita · 4 years, 10 months ago
  55. 0f11e11 [skottie] Fix motion blur asserts by Florin Malita · 4 years, 10 months ago
  56. 6b921b7 [canvaskit] add support for SkAnimatedImage by Kevin Lubick · 4 years, 10 months ago
  57. 1ec1e3c Use 64 bit shift to make MSVC happy by Brian Osman · 4 years, 10 months ago
  58. f51e1fd raster 8888 pow2 samples hack by Mike Klein · 4 years, 10 months ago
  59. ea1b30b New proposed syntax for SkColorTypes by Robert Phillips · 4 years, 10 months ago
  60. 9a8b846 Particles: Sub-effect spawning and some slight refactoring by Brian Osman · 4 years, 10 months ago
  61. 17a3a0b Last tranche of new SkColorTypes by Robert Phillips · 4 years, 10 months ago
  62. 8dc7d6c faster PNG encoding in skottie_tool by Mike Klein · 4 years, 10 months ago
  63. dd0dff1 [canvaskit] roll to 0.7.0 by Kevin Lubick · 4 years, 10 months ago
  64. 0033008 Properly subset the run in ShapeThenWrap. by Ben Wagner · 4 years, 10 months ago
  65. d1846d8 Update SkParticleEffect comments based on review feedback by Brian Osman · 4 years, 10 months ago
  66. 556d00e [canvaskit] Add test for skottie to catch framebuffer issues by Kevin Lubick · 4 years, 10 months ago
  67. d46cb97 Particle effect scripting update by Brian Osman · 4 years, 11 months ago
  68. 4241f5e Revert "add guard to switch to SkPathTypes" by Mike Reed · 4 years, 10 months ago
  69. e1af444 add guard to switch to SkPathTypes by Mike Reed · 4 years, 10 months ago
  70. d372934 [canvaskit] expose SkColorFilter and add SkColorMatrix helpers by Kevin Lubick · 4 years, 11 months ago
  71. eec0199 [skottie] Avoid reshaping text unnecessarily by Florin Malita · 4 years, 11 months ago
  72. 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 4 years, 11 months ago
  73. 50f377e [canvaskit] expose ComputeTonalColors by Kevin Lubick · 4 years, 11 months ago
  74. 7d644e1 [canvaskit] expose all 8 radii for RRect by Kevin Lubick · 4 years, 11 months ago
  75. d470e1b Add kRG_88_SkColorType by Robert Phillips · 4 years, 11 months ago
  76. 166751e Fix for the build by Julia Lavrova · 4 years, 11 months ago
  77. 526df26 Reshuffling bidi regions + empty text sizes + some font resolution bugs by Julia Lavrova · 5 years ago
  78. e359aa3 [sksg] Fix mask/context overrides interaction by Florin Malita · 4 years, 11 months ago
  79. 2e5fe35 [canvaskit] Add rrect support by Kevin Lubick · 5 years ago
  80. 2e4c283 [skottie] Clean up TextAdapter by Florin Malita · 5 years ago
  81. f49cd70 [skottie] Plumb square selector "smoothness" prop by Florin Malita · 5 years ago
  82. 61e17c5 Particles: Change effect lifetime logic to work like particles by Brian Osman · 5 years ago
  83. 93edd9e [skottie] Discard unneeded static text animators by Florin Malita · 5 years ago
  84. 33f9d69 Pass SkPaint by const-ref to SkParticleDrawable by Brian Osman · 5 years ago
  85. 2aa85df Particle cleanup: split SkParticleBinding out of SkParticleEffect by Brian Osman · 5 years ago
  86. 5756995 Update sample particle data in canvaskit demo by Brian Osman · 5 years ago
  87. 165ca3f [skottie] Text selector ease-high/ease-low support by Florin Malita · 5 years ago
  88. a58bbee [skottie] Refactor/generalize text selector shape generators by Florin Malita · 5 years ago
  89. 8a97782 Move common particle code to an automatically-injected header by Brian Osman · 5 years ago
  90. b1f411a tools/skui: put all enums in a common namespace by Hal Canary · 5 years ago
  91. 63b4d58 SkPlainTextEditor/app: cycle typeface with ctrl-0 by Hal Canary · 5 years ago
  92. 556df5b [canvaskit] Fix duplicate gold name by Kevin Lubick · 5 years ago
  93. 511d2c2 [skottie] Disable text baseline snapping by Florin Malita · 5 years ago
  94. a0b66fc SkPlainTextEditor: from experimental to modules by Hal Canary · 5 years ago
  95. 334a642 remove unused sk_sp comparison operators by Mike Klein · 5 years ago
  96. ebe4895 compile.sh: Use emar in order to bundle libraries. by Shachar Langbeheim · 5 years ago
  97. 48e08aa <ostream> -> <iosfwd> by Mike Klein · 5 years ago
  98. e384df4 [canvaskit] Add sundry APIs and tests by Kevin Lubick · 5 years ago
  99. 3c8f9cb [skottie] Harden motion blur by Florin Malita · 5 years ago
  100. 92b3335 more rect api simplifications by Mike Reed · 5 years ago