1. f5bc8fb [canvaskit] Create an SkImage from a frame of an SkAnimatedImage by Kevin Lubick · 4 years, 10 months ago
  2. a4c4c3c [canvaskit] Add webp support by Kevin Lubick · 4 years, 10 months ago
  3. 08bf8f7 [canvaskit] Remove support for T1 fonts and reduce code size by Kevin Lubick · 4 years, 10 months ago
  4. dbc53a8 Make tracing data a compile-time option by Kevin Lubick · 4 years, 10 months ago
  5. a3936c8 [skottie] cleanup: move transform & camera adapters to own CUs by Florin Malita · 4 years, 10 months ago
  6. 567f25a Fix a bug with unresolved text by Julia Lavrova · 4 years, 10 months ago
  7. 31f2df0 [canvaskit] Update test to use correct metrics by Kevin Lubick · 4 years, 10 months ago
  8. 53c1447 Small bug fixes: leading spaces affect all width measurements, by Julia Lavrova · 4 years, 11 months ago
  9. f3d6c36 [canvaskit] Add npm release target to ship smaller binaries by Kevin Lubick · 4 years, 10 months ago
  10. 933ea8c [canvaskit] Add build flag for pathops by Kevin Lubick · 4 years, 10 months ago
  11. 524360e Tweak the CanvasKit interface to SkRuntimeEffect by Brian Osman · 4 years, 10 months ago
  12. ee426f2 Move SkRuntimeEffect.h to include/effects by Brian Osman · 4 years, 10 months ago
  13. b6a3b7d [canvaskit] Update compile.sh with initial code size findings by Kevin Lubick · 4 years, 10 months ago
  14. 0d423a6 Add instructions for compiling CanvasKit and viewing example page. by Bryce Thomas · 4 years, 10 months ago
  15. 107c666 Make it safe to include SkRuntimeEffect.h from client code by Brian Osman · 4 years, 10 months ago
  16. 93de162 Add SkRuntimeEffect::makeShader by Brian Osman · 4 years, 11 months ago
  17. c8bf796 [skottie] Drop legacy effect logging by Florin Malita · 4 years, 11 months ago
  18. e3f34a6 [skottie] Treat unknown effects as warnings by Florin Malita · 4 years, 11 months ago
  19. 77742c3 Remove SkShader.Empty from CanvasKit by Brian Osman · 4 years, 11 months ago
  20. e6e39bc [canvaskit] Fix SaveLayer constants by Kevin Lubick · 4 years, 11 months ago
  21. 42725ae Reland "[skottie] Simplify effect builder lookup" by Florin Malita · 5 years ago
  22. 07c4e1d remove use_PIC. by Shachar Langbeheim · 5 years ago
  23. 187cd36 Revert "[skottie] Simplify effect builder lookup" by Florin Malita · 5 years ago
  24. ef363a9 [skottie] Simplify effect builder lookup by Florin Malita · 5 years ago
  25. cf0e3c6 remove dead code around old SkPath enums by Mike Reed · 5 years ago
  26. 9d10abe Remove all layout(ctype=...) from runtime SkSKL by Brian Osman · 5 years ago
  27. f46d5ca use std::make_unique by Mike Klein · 5 years ago
  28. 46a331b [skottie] Cascading track matte support by Florin Malita · 5 years ago
  29. e1fa700 [skottie] Invert effect support by Florin Malita · 5 years ago
  30. c5313e6 Font features by Julia Lavrova · 5 years ago
  31. f9c6ee5 Fixing the fix for memory leak by Julia Lavrova · 5 years ago
  32. 90bfd1c Small changes by Julia Lavrova · 5 years ago
  33. 3f7c49c skparagraph: fix another leak by Hal Canary · 5 years ago
  34. 189f302 skparagraph: fix leak by Hal Canary · 5 years ago
  35. 99e9532 [canvaskit] roll to 0.10.0 by Kevin Lubick · 5 years ago
  36. 8703748 [skottie] Explicit seek(0) in tools by Florin Malita · 5 years ago
  37. 6283690 [canvaskit] Expose SkShader combiners by Kevin Lubick · 5 years ago
  38. 4b5b645 [canvaskit] Add _RTShaderFactory for demos by Kevin Lubick · 5 years ago
  39. 22bb52e Get baselines from cached default metrics if the text is empty by Jason Simmons · 5 years ago
  40. 24ee4e0 Add feature support to shaper. by Ben Wagner · 5 years ago
  41. 3e01360 GCC gets worried when we memset Stats by Mike Klein · 5 years ago
  42. cc92b27 [skottie] Optionally-deferred single-frame image loading by Florin Malita · 5 years ago
  43. 6cc4953 [skottie] Fix precomposed camera sizing by Florin Malita · 5 years ago
  44. 0af13b3 [canvaskit] update shaping example to have emoji by Kevin Lubick · 5 years ago
  45. 4e1066f Remove SkSize& SkSize::operator=(const SkISize&) by Brian Salomon · 5 years ago
  46. 75368c3 [skottie] Deferred image frame resolution by Florin Malita · 5 years ago
  47. 6104ba0 Particles: Do a cleanup/standardization pass on the API by Brian Osman · 5 years ago
  48. a4f1391 Reland "[skottie] Remove defensive seek(0) from Animation ctor" by Florin Malita · 5 years ago
  49. e0f374b Revert "[skottie] Remove defensive seek(0) from Animation ctor" by Florin Malita · 5 years ago
  50. 042fe08 [skottie] Remove defensive seek(0) from Animation ctor by Florin Malita · 5 years ago
  51. eda0b43 [canvaskit] Add test and extern for MakeImage by Kevin Lubick · 5 years ago
  52. db2e764 Particles: SkImageBinding to allow sampling an image from script by Brian Osman · 5 years ago
  53. 9dac0d8 Particles: Better integration for ResourceProvider by Brian Osman · 5 years ago
  54. 3281b96 A new API call on Paragraph: a number of unresolved glyphs by Julia Lavrova · 5 years ago
  55. 2e3be56 Reland "fix sense of ifdef for deprecated method" by Mike Reed · 5 years ago
  56. b97a24a Revert "fix sense of ifdef for deprecated method" by Mike Reed · 5 years ago
  57. aa98dd3 fix sense of ifdef for deprecated method by Mike Reed · 5 years ago
  58. 2a490bc Add particle entry points to externs.js to fix missing symbols by Brian Osman · 5 years ago
  59. d12f278 Use ResourceProvider in particles by Brian Osman · 5 years ago
  60. 0193e8c Bug fixes by Julia Lavrova · 5 years ago
  61. 466f571 [skottie] Handle null mask filter effects gracefully by Florin Malita · 5 years ago
  62. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 5 years ago
  63. 4449f1f Remove ResourceProvider and ImageAsset sample impls from skottie by Brian Osman · 5 years ago
  64. 849f4d6 Copy SkottieUtils' classes into skresources by Brian Osman · 5 years ago
  65. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 5 years ago
  66. 74f2fb5 [skottie-wasm] Disable image pre-decoding by Florin Malita · 5 years ago
  67. 3a50981 switch to new filltype for SkPath by Mike Reed · 5 years ago
  68. c028b42 Ellipsis again by Julia Lavrova · 5 years ago
  69. 0d603d8 [CanvasKit] Add SkResourceCache helpers by Florin Malita · 5 years ago
  70. 85bf931 Extracted Skottie's resource provider to a separate module by Brian Osman · 5 years ago
  71. be7e7dd [sksg] Temporarily inline Path fillType accessors by Florin Malita · 5 years ago
  72. 30bc527 Revert "Reland "Revert "Use flat version of path-direction enum""" by Mike Reed · 5 years ago
  73. e59c167 [canvaskit] Add SkContourMeasure by Kevin Lubick · 5 years ago
  74. 7cda6f3 Reland "Revert "Use flat version of path-direction enum"" by Mike Reed · 5 years ago
  75. 1792b19 Revert "Revert "Use flat version of path-direction enum"" by Mike Reed · 5 years ago
  76. 0dacc6b Revert "Use flat version of path-direction enum" by Mike Reed · 5 years ago
  77. e0fbe94 Use flat version of path-direction enum by Mike Reed · 5 years ago
  78. 9c2b7cf [canvaskit] Try some things to reduce GPU test flakiness by Kevin Lubick · 5 years ago
  79. 6405340 Find and cache font family lists and the typeface lists that they map to by Jason Simmons · 5 years ago
  80. 4a5f4f2 [canvaskit] Include direction from getRects by Kevin Lubick · 5 years ago
  81. 060cbd9 Fixing a memory leak in OneLineShaper by Julia Lavrova · 5 years ago
  82. 417d299 Fix windows DLL builds with shaper included by Brian Osman · 5 years ago
  83. 684929c [skottie] Fix single-node camera orientation relative to z=0 plane by Florin Malita · 5 years ago
  84. 1fbdfcd Use the default font family if no match is found for any of the families in the text style by Jason Simmons · 5 years ago
  85. c9d263c [canvaskit] Roll to 0.9.0 by Kevin Lubick · 5 years ago
  86. 541f310 [canvaskit] Fix primitive_shaper build by Kevin Lubick · 5 years ago
  87. 0491267 [canvaskit] Expose more SkParagraph methods by Kevin Lubick · 5 years ago
  88. d267719 [canvaskit] Add MatrixTransform ImageFilter by Kevin Lubick · 5 years ago
  89. 1496758 [canvaskit] Request an 8 bit stencil buffer from the WebGL 1/2 context by Kevin Lubick · 5 years ago
  90. ea03373 [canvaskit] Swap font resolution order for emoji test by Kevin Lubick · 5 years ago
  91. 37ab53e [canvaskit] Expose a few more methods by Kevin Lubick · 5 years ago
  92. ad76b2e [skottie] One-node camera support by Florin Malita · 5 years ago
  93. b00ccf5 Correct cluster index by Julia Lavrova · 5 years ago
  94. f0ade8a Fixing no icu situation by Julia Lavrova · 5 years ago
  95. 2e30fde Font resolution: all unit tests working by Julia Lavrova · 5 years ago
  96. 47bd9f1 [canvaskit] Expand SkAnimatedImage by Kevin Lubick · 5 years ago
  97. f6a9d20 [canvaskit] Fix null dereference when GrContext cannot be made by Kevin Lubick · 5 years ago
  98. da53dd5 Reland "Fix empty run handling in trivial shaper iterators" by Ben Wagner · 5 years ago
  99. 1803f4ef Revert "Fix empty run handling in trivial shaper iterators" by Ben Wagner · 5 years ago
  100. 0f3a26d Fix empty run handling in trivial shaper iterators by Ben Wagner · 5 years ago