1. ca4ed90 Particles: Store stable randoms after spawn affectors by Brian Osman · 5 years ago
  2. a720d76 [skottie] Gaussian blur layer effect by Florin Malita · 5 years ago
  3. 4025710 [skottie] Use std::chrono for load time stats by Florin Malita · 5 years ago
  4. 34336e3 Make SkCubicMap immutable by Florin Malita · 5 years ago
  5. d0c1bd4 Particle cleanup: IWYU by Brian Osman · 5 years ago
  6. 93c47cc SkReflected - avoid double registration, auto register base types, etc. by Brian Osman · 5 years ago
  7. b77d502 Particles: Cleanup and better UI by Brian Osman · 5 years ago
  8. 269fe89 [canvaskit] Add particles integration by Kevin Lubick · 5 years ago
  9. 9663484 [particles] Clean up build - remove test deps by Kevin Lubick · 5 years ago
  10. bdcdf1a Add SkParticleValue to allow further customization of curve behavior by Brian Osman · 5 years ago
  11. 3d76d1b Particles: Removed emitters, added more full-featured position affectors by Brian Osman · 5 years ago
  12. 34d1331 Particles: Improvements to SkCurve by Brian Osman · 5 years ago
  13. ff84d8a SkTypeface::openStream to return smart pointer. by Ben Wagner · 5 years ago
  14. e5d532e Particles: remove non-stable random, add better enum reflection by Brian Osman · 5 years ago
  15. f12d675 [skottie] Shape blending mode support by Florin Malita · 5 years ago
  16. 0c48681 Few more particle features and some generalization work by Brian Osman · 5 years ago
  17. 8abc842 [pathkit] fix perf by Kevin Lubick · 5 years ago
  18. 2722083 [pathkit][canvaskit] roll versions by Kevin Lubick · 5 years ago
  19. 14a67a3 Change particle affector to work on N particles by Brian Osman · 5 years ago
  20. 1b20cd8 Add "enabled" flag to affectors, fix curve interaction with stable random by Brian Osman · 5 years ago
  21. bd64f18 [skottie] Layer blend mode support by Florin Malita · 5 years ago
  22. 867da4b Allow system harfbuzz. by Kevin Lubick · 5 years ago
  23. ef22907 [sksg] Use luminance coefficients from SkColorData.h by Florin Malita · 5 years ago
  24. a753d1a Reland "[skottie] Add tritone layer effect support" by Florin Malita · 5 years ago
  25. 42ee402 Revert "[skottie] Add tritone layer effect support" by Florin Malita · 5 years ago
  26. 71c70ea [skottie] Add tritone layer effect support by Florin Malita · 5 years ago
  27. d5c57fe Add local vs world flag for particle velocity by Brian Osman · 5 years ago
  28. 1ba9c4d [canvaskit] JS API in place for shaped text by Kevin Lubick · 5 years ago
  29. b0604e5 [sksg] Hoist empty-bounds check to base RenderNode by Florin Malita · 5 years ago
  30. 2031f34 [canvaskit] Upgrade emscripten to .27 by Kevin Lubick · 5 years ago
  31. 48cc589 [skottie] Tint effect support by Florin Malita · 5 years ago
  32. d8e1ee9 Refactor particle age logic by Brian Osman · 5 years ago
  33. 125daa4 Refactor and further generalization of particle model by Brian Osman · 5 years ago
  34. b059194 Make SkShaper an interface. by Ben Wagner · 5 years ago
  35. e12e499 Add comments to document SkCurve by Brian Osman · 5 years ago
  36. 23b96c0 First pass comments to document SkReflected.h by Brian Osman · 5 years ago
  37. 2991cbe Remove SkField, it's no longer used by Brian Osman · 5 years ago
  38. 18ea3c7 Add asserts to SkTextBlobBuilderRunHandler. by Ben Wagner · 5 years ago
  39. 543d2e2 Moved image params out to SkParticleDrawable by Brian Osman · 5 years ago
  40. 1b85323 ICU: enable on wasm by Hal Canary · 5 years ago
  41. 112aa2d Add curve visualization back, guard eval by Brian Osman · 5 years ago
  42. 8b6283f New SkCurve type with multiple curve segments by Brian Osman · 5 years ago
  43. 2fe1e23 Fix signed/unsigned mismatch in shaper assert. by Ben Wagner · 5 years ago
  44. 84cc461 Fix assert in shaper. by Ben Wagner · 5 years ago
  45. 83597ce Remove typeface from SkShaper constructor. by Ben Wagner · 5 years ago
  46. f61c936 Add HarfBuzz callbacks. by Ben Wagner · 5 years ago
  47. b9cc1c6 Fix calculating clusters from start of input. by Ben Wagner · 5 years ago
  48. 5c1f8eb Various particle system improvements by Brian Osman · 5 years ago
  49. 5de7ea4 Particles/SkReflected: Generalize array reflection by Brian Osman · 5 years ago
  50. b6f5378 SkShaper: enable for unit and render tests by Hal Canary · 5 years ago
  51. a8d94c1 Font fallback to handle no font with character. by Ben Wagner · 5 years ago
  52. 63136af [sksg] Fix group hit-testing order by Florin Malita · 5 years ago
  53. 7c979f5 Experimental Particle System by Brian Osman · 5 years ago
  54. 50becee Primitive SkShaper to do primitive line breaking. by Ben Wagner · 5 years ago
  55. ec80d90 starter sample for playing with SG. will flesh out more over time. by Mike Reed · 5 years ago
  56. eb46bd8 [sksg] Hit-testing API by Florin Malita · 5 years ago
  57. 454e5fb Fix cluster reporting from shaper. by Ben Wagner · 5 years ago
  58. ef26fcb [sksg] Fix image filter content inval rect tracking by Florin Malita · 5 years ago
  59. dafd652 Reland "[skottie] Add drop shadow support" by Florin Malita · 5 years ago
  60. 0b36acd Revert "[skottie] Add drop shadow support" by Florin Malita · 5 years ago
  61. 1f43a43 [skottie] Add drop shadow support by Florin Malita · 5 years ago
  62. 50e24d7 Add a mechanism for GMs to silently exclude themselves from Gold by Chris Dalton · 5 years ago
  63. 500133b [skshaper] Add per-line callback by Florin Malita · 5 years ago
  64. 3fb7bbe [skottie] Use SkShaper for text by Florin Malita · 5 years ago
  65. 2fc1474 Add BOT/EOT to Shaper. by Ben Wagner · 5 years ago
  66. 6102192 SkLoadICU: simplify by Hal Canary · 5 years ago
  67. b26b899 [skottie] Fix logging of oversized messages by Florin Malita · 5 years ago
  68. 0ec8ec2 Add a 'correct' shaper. by Ben Wagner · 6 years ago
  69. 32498f0 GN/ICU cleanup by Hal Canary · 5 years ago
  70. d7a5a1d Add a central skiagm::GM::DrawFailureMessage for error messages by Chris Dalton · 5 years ago
  71. 8ec9a60 [skottie] Initial repeater support by Florin Malita · 5 years ago
  72. 57abfe9 Adjust variable names from paint to font by Kevin Lubick · 5 years ago
  73. c5aa8eb Use only icu c api in shaper. by Ben Wagner · 5 years ago
  74. 77f94ea Move more utils into SkFontPriv, IWYU by Mike Reed · 5 years ago
  75. a4e1a63 [skshaper] Relax create_hb_font assert by Florin Malita · 5 years ago
  76. c91527f [skottie] Fix rect/rrect/ellipse direction and starting point by Florin Malita · 5 years ago
  77. 9a4a05e iwyu by Mike Reed · 5 years ago
  78. 6d415bc [skshaper] Build tweaks by Florin Malita · 5 years ago
  79. 950243d Hack up SkShaper to pass additional callback info by Florin Malita · 5 years ago
  80. 760a052 [sksg] Consolidate Matrix node implementations by Florin Malita · 5 years ago
  81. 13c1b96 [sksg] Add 3x3 Concat Transform specialization by Florin Malita · 5 years ago
  82. df0e1af [sksg] Hide some implementation methods from public Transform API by Florin Malita · 5 years ago
  83. 919e209 [sksg] 4x4 matrix support by Florin Malita · 5 years ago
  84. da3d8ac [canvaskit] Add path/canvas methods by Kevin Lubick · 5 years ago
  85. faa7387 [*kit] fulfil promise immediately by Kevin Lubick · 5 years ago
  86. d2efe52 [pathkit] Increase test timeouts (for asmjs mostly) by Kevin Lubick · 5 years ago
  87. 275eaff [pathkit] Add .ready() to initialize by Kevin Lubick · 5 years ago
  88. d2a1853 [skottie] Initial 3D layer transform support by Florin Malita · 6 years ago
  89. 9356393 [skottie] Derive most adapters from SkNVRefCnt by Florin Malita · 6 years ago
  90. 22451cc accessors for RunBuffer as points or rsxforms by Mike Reed · 6 years ago
  91. fa72071 [canvaskit] Add files needed for npm release by Kevin Lubick · 6 years ago
  92. ec1c620 Avoid system fonts when fuzzing by Kevin Lubick · 6 years ago
  93. 9d0b306 [skottie] Add initial tracing by Florin Malita · 6 years ago
  94. 34c9b6d start removing legacy paint calls by Mike Reed · 6 years ago
  95. 9867f61 SkShaper per-line callback by Florin Malita · 6 years ago
  96. 722dd61 use SkFont more by Mike Reed · 6 years ago
  97. 6d59568 change private alloc methods to also take fonts by Mike Reed · 6 years ago
  98. 97f3cc2 flag to convert to SkTextEncoding by Mike Reed · 6 years ago
  99. 91af8d8 [skottie] Expose composition markers to embedders by Florin Malita · 6 years ago
  100. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago