1. b82c0ec [sksg] Clean up public headers by Florin Malita · 4 years, 9 months ago
  2. 2758ec2 Reland "Fix skshaper in component builds" by Brian Osman · 4 years, 9 months ago
  3. 7ad393e Fix placeholders in cache by Julia Lavrova · 4 years, 9 months ago
  4. 7c1142d Dead code by Julia Lavrova · 4 years, 9 months ago
  5. 482f1c7 Revert "Fix skshaper in component builds" by Brian Osman · 4 years, 9 months ago
  6. eb40726 Revert "Use separate SKSHAPER_DLL define to activate shared library logic" by Brian Osman · 4 years, 9 months ago
  7. cc982ec [skottie] Cleanup: convert remaining effects to new adapter pattern by Florin Malita · 4 years, 9 months ago
  8. 3e98c0e Use separate SKSHAPER_DLL define to activate shared library logic by Brian Osman · 4 years, 9 months ago
  9. d1be5d6 Fix skshaper in component builds by Brian Osman · 4 years, 9 months ago
  10. f7d399a [skottie] Cleanup: convert shape stroke/fill to new adapter pattern by Florin Malita · 4 years, 9 months ago
  11. f4a9067 tweak textbox to use subpixel by Mike Reed · 4 years, 9 months ago
  12. db543f6 Memory leak in cache by Julia Lavrova · 4 years, 9 months ago
  13. a2a0c8a extract font from run by Mike Reed · 4 years, 10 months ago
  14. d960cc3 [skottie] Cleanup: remove unused header by Florin Malita · 4 years, 9 months ago
  15. dc49b0c [canvaskit] Fix support for fonts with CFF by Kevin Lubick · 4 years, 10 months ago
  16. ad91100 [skottie] Separate text resize options by Florin Malita · 4 years, 10 months ago
  17. 04da746 improvements to shaper_ct by Mike Reed · 4 years, 10 months ago
  18. e17862a Fix wasm builds by Kevin Lubick · 4 years, 10 months ago
  19. b2bf28c Experimental coretext backend for SkShaper by Mike Reed · 4 years, 10 months ago
  20. 89e678d Skip vertical clipping in unclear case of font height=font size by Julia Lavrova · 4 years, 10 months ago
  21. f76da63 [canvaskit] Update build script to support latest Emscripten by Kevin Lubick · 4 years, 10 months ago
  22. aec9c84 Dealing with SkScalar values in cache by Julia Lavrova · 4 years, 10 months ago
  23. b67ca74 [skottie] Switch SkMatrix44 -> SkM44 by Florin Malita · 4 years, 10 months ago
  24. e7bd58f [skottie] Cleanup: convert transform adapters to new pattern by Florin Malita · 4 years, 10 months ago
  25. 5237933 [canvaskit] Fix test for drawOnce by Kevin Lubick · 4 years, 10 months ago
  26. 2c5b856 Add drawOnce() API to SkSurface. by Bryce Thomas · 4 years, 10 months ago
  27. b962eff Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 4 years, 10 months ago
  28. c88a3bc Bidi segmentation BEFORE anything else by Julia Lavrova · 4 years, 10 months ago
  29. 60ff651 Fix build when (is_ios && !skia_enable_skottie) by Hal Canary · 4 years, 10 months ago
  30. 2ea20ea Another attempt to aling ellipsis behavior with TxtLib by Julia Lavrova · 4 years, 10 months ago
  31. 470e0ac Revert "Revert "Revert "Complete rewrite of the SkSL interpreter""" by Ben Wagner · 4 years, 10 months ago
  32. 7deb1c2 Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 4 years, 10 months ago
  33. 4ca0dac [canvaskit] Roll to 0.12.0 by Kevin Lubick · 4 years, 10 months ago
  34. a538e46 [canvaskit] Fix color opaqueness by Kevin Lubick · 4 years, 10 months ago
  35. 319524b [canvaskit] Fix colorType bug by Kevin Lubick · 4 years, 10 months ago
  36. cbf31d0 [skottie] Cleanup: convert shape layer adapters to new pattern by Florin Malita · 4 years, 10 months ago
  37. 32b45b3 Glyph 0xFFFF is a valid glyph. by Ben Wagner · 4 years, 10 months ago
  38. 51a813d Calculating drawing area for a line with shadows by Julia Lavrova · 4 years, 10 months ago
  39. 55f6fc3 IWYU -- colorspace no longer includes matrix44 by Mike Reed · 4 years, 10 months ago
  40. 99c54f0 Revert "Complete rewrite of the SkSL interpreter" by Ethan Nicholas · 4 years, 10 months ago
  41. 2cde3a1 Complete rewrite of the SkSL interpreter by Ethan Nicholas · 4 years, 10 months ago
  42. 447a4e0 [skottie] Ensure malformed scalar properties are initialized by Florin Malita · 4 years, 10 months ago
  43. e905233 [skottie] Cleanup: convert more effects to new animator pattern by Florin Malita · 4 years, 10 months ago
  44. 486aecf [canvaskit] Make font names programmatically accessible by Kevin Lubick · 4 years, 10 months ago
  45. 7c7cd30 [skottie] Add custom props rendering GM by Florin Malita · 4 years, 10 months ago
  46. 56a48bb Avoid BOT/EOT setting in HarfBuzz. by Ben Wagner · 4 years, 10 months ago
  47. d5c42c8 [skottie] Refactor property animators by Florin Malita · 4 years, 10 months ago
  48. d4d3b33 Make converting from 4x4 to 3x3 explicit by Mike Reed · 4 years, 10 months ago
  49. 9bd8351 RTL Paragraph + all it causes by Julia Lavrova · 4 years, 10 months ago
  50. 4cf1874 Fixing the cache by Julia Lavrova · 4 years, 10 months ago
  51. 1fa5404 rm CanvasKit.HEAPU8.buffer caching (fix UAF bug). by Bryce Thomas · 4 years, 10 months ago
  52. a4f218d Add support for reading .skp files in CanvasKit. by Kevin Lubick · 4 years, 10 months ago
  53. 70e9301 Formatting paragraph with width=0 by Julia Lavrova · 4 years, 10 months ago
  54. 032aa72 [canvaskit] Roll to 0.11.0 by Kevin Lubick · 4 years, 10 months ago
  55. f6a3f8e height_override without a multiplier by Julia Lavrova · 4 years, 10 months ago
  56. c48687a Ellipsis attached to cluster, not word by Julia Lavrova · 4 years, 10 months ago
  57. f5bc8fb [canvaskit] Create an SkImage from a frame of an SkAnimatedImage by Kevin Lubick · 4 years, 10 months ago
  58. a4c4c3c [canvaskit] Add webp support by Kevin Lubick · 4 years, 10 months ago
  59. 08bf8f7 [canvaskit] Remove support for T1 fonts and reduce code size by Kevin Lubick · 4 years, 10 months ago
  60. dbc53a8 Make tracing data a compile-time option by Kevin Lubick · 4 years, 10 months ago
  61. a3936c8 [skottie] cleanup: move transform & camera adapters to own CUs by Florin Malita · 4 years, 10 months ago
  62. 567f25a Fix a bug with unresolved text by Julia Lavrova · 4 years, 10 months ago
  63. 31f2df0 [canvaskit] Update test to use correct metrics by Kevin Lubick · 4 years, 10 months ago
  64. 53c1447 Small bug fixes: leading spaces affect all width measurements, by Julia Lavrova · 5 years ago
  65. f3d6c36 [canvaskit] Add npm release target to ship smaller binaries by Kevin Lubick · 4 years, 10 months ago
  66. 933ea8c [canvaskit] Add build flag for pathops by Kevin Lubick · 4 years, 10 months ago
  67. 524360e Tweak the CanvasKit interface to SkRuntimeEffect by Brian Osman · 4 years, 10 months ago
  68. ee426f2 Move SkRuntimeEffect.h to include/effects by Brian Osman · 4 years, 10 months ago
  69. b6a3b7d [canvaskit] Update compile.sh with initial code size findings by Kevin Lubick · 4 years, 10 months ago
  70. 0d423a6 Add instructions for compiling CanvasKit and viewing example page. by Bryce Thomas · 4 years, 10 months ago
  71. 107c666 Make it safe to include SkRuntimeEffect.h from client code by Brian Osman · 4 years, 10 months ago
  72. 93de162 Add SkRuntimeEffect::makeShader by Brian Osman · 4 years, 11 months ago
  73. c8bf796 [skottie] Drop legacy effect logging by Florin Malita · 4 years, 11 months ago
  74. e3f34a6 [skottie] Treat unknown effects as warnings by Florin Malita · 5 years ago
  75. 77742c3 Remove SkShader.Empty from CanvasKit by Brian Osman · 5 years ago
  76. e6e39bc [canvaskit] Fix SaveLayer constants by Kevin Lubick · 5 years ago
  77. 42725ae Reland "[skottie] Simplify effect builder lookup" by Florin Malita · 5 years ago
  78. 07c4e1d remove use_PIC. by Shachar Langbeheim · 5 years ago
  79. 187cd36 Revert "[skottie] Simplify effect builder lookup" by Florin Malita · 5 years ago
  80. ef363a9 [skottie] Simplify effect builder lookup by Florin Malita · 5 years ago
  81. cf0e3c6 remove dead code around old SkPath enums by Mike Reed · 5 years ago
  82. 9d10abe Remove all layout(ctype=...) from runtime SkSKL by Brian Osman · 5 years ago
  83. f46d5ca use std::make_unique by Mike Klein · 5 years ago
  84. 46a331b [skottie] Cascading track matte support by Florin Malita · 5 years ago
  85. e1fa700 [skottie] Invert effect support by Florin Malita · 5 years ago
  86. c5313e6 Font features by Julia Lavrova · 5 years ago
  87. f9c6ee5 Fixing the fix for memory leak by Julia Lavrova · 5 years ago
  88. 90bfd1c Small changes by Julia Lavrova · 5 years ago
  89. 3f7c49c skparagraph: fix another leak by Hal Canary · 5 years ago
  90. 189f302 skparagraph: fix leak by Hal Canary · 5 years ago
  91. 99e9532 [canvaskit] roll to 0.10.0 by Kevin Lubick · 5 years ago
  92. 8703748 [skottie] Explicit seek(0) in tools by Florin Malita · 5 years ago
  93. 6283690 [canvaskit] Expose SkShader combiners by Kevin Lubick · 5 years ago
  94. 4b5b645 [canvaskit] Add _RTShaderFactory for demos by Kevin Lubick · 5 years ago
  95. 22bb52e Get baselines from cached default metrics if the text is empty by Jason Simmons · 5 years ago
  96. 24ee4e0 Add feature support to shaper. by Ben Wagner · 5 years ago
  97. 3e01360 GCC gets worried when we memset Stats by Mike Klein · 5 years ago
  98. cc92b27 [skottie] Optionally-deferred single-frame image loading by Florin Malita · 5 years ago
  99. 6cc4953 [skottie] Fix precomposed camera sizing by Florin Malita · 5 years ago
  100. 0af13b3 [canvaskit] update shaping example to have emoji by Kevin Lubick · 5 years ago