1. 4124807 tools: separate TimeUtils from AnimTimer by Hal Canary · 5 years ago
  2. ccacfa0 [skottie] Caching motion tile by Florin Malita · 5 years ago
  3. 6cc65e1 Samples: simplify Sample::Event by Hal Canary · 5 years ago
  4. 8a02731 Samples: add name() virtual by Hal Canary · 5 years ago
  5. 3127dd6 [sksg] Clear the context mask filter when applied via layers by Florin Malita · 5 years ago
  6. 9c47e15 [skottie] Linear Wipe effect by Florin Malita · 5 years ago
  7. 514bae6 [sksg] RenderNode visibility control by Florin Malita · 5 years ago
  8. b97824d [skottie] Motion tile effect by Florin Malita · 5 years ago
  9. 5785e4a Use SkFontHinting instead of macros. by Ben Wagner · 5 years ago
  10. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  11. e869a1e stop calling legacy 255-biased colormatrix by Mike Reed · 5 years ago
  12. 2253c22 [skottie] Parented camera support by Florin Malita · 5 years ago
  13. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  14. b72dee2 [skottie] Initial "Levels" effect support by Florin Malita · 5 years ago
  15. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 5 years ago
  16. b161a7d [skottie] Fix gradient ramp interaction with non-atomic draws by Florin Malita · 5 years ago
  17. 866e262 [skottie] Fix gradient ramp for non-solid layers by Florin Malita · 5 years ago
  18. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  19. 3d846c9 [skottie] Initial gradient ramp effect support by Florin Malita · 5 years ago
  20. fb4bce8 [sksg] Refactor gradient implementation by Florin Malita · 5 years ago
  21. cd5104e SkAnimTimer -> AnimTimer by Mike Klein · 5 years ago
  22. c25f4e9 GN: split out skia_*_public from skia_*_sources by Hal Canary · 6 years ago
  23. b900853 [skottie] Initial text box support by Florin Malita · 5 years ago
  24. cd6120c [skottie] Use kMedium_SkFilterQuality for image filtering by Florin Malita · 5 years ago
  25. ca9b208 rename mixer to lerp (in prep for SkMixer) by Mike Reed · 5 years ago
  26. a720d76 [skottie] Gaussian blur layer effect by Florin Malita · 6 years ago
  27. bd64f18 [skottie] Layer blend mode support by Florin Malita · 6 years ago
  28. ef22907 [sksg] Use luminance coefficients from SkColorData.h by Florin Malita · 6 years ago
  29. a753d1a Reland "[skottie] Add tritone layer effect support" by Florin Malita · 6 years ago
  30. 42ee402 Revert "[skottie] Add tritone layer effect support" by Florin Malita · 6 years ago
  31. 71c70ea [skottie] Add tritone layer effect support by Florin Malita · 6 years ago
  32. 1ba9c4d [canvaskit] JS API in place for shaped text by Kevin Lubick · 6 years ago
  33. b0604e5 [sksg] Hoist empty-bounds check to base RenderNode by Florin Malita · 6 years ago
  34. 48cc589 [skottie] Tint effect support by Florin Malita · 6 years ago
  35. 63136af [sksg] Fix group hit-testing order by Florin Malita · 6 years ago
  36. ec80d90 starter sample for playing with SG. will flesh out more over time. by Mike Reed · 6 years ago
  37. eb46bd8 [sksg] Hit-testing API by Florin Malita · 6 years ago
  38. ef26fcb [sksg] Fix image filter content inval rect tracking by Florin Malita · 6 years ago
  39. dafd652 Reland "[skottie] Add drop shadow support" by Florin Malita · 6 years ago
  40. 0b36acd Revert "[skottie] Add drop shadow support" by Florin Malita · 6 years ago
  41. 1f43a43 [skottie] Add drop shadow support by Florin Malita · 6 years ago
  42. 8ec9a60 [skottie] Initial repeater support by Florin Malita · 6 years ago
  43. c91527f [skottie] Fix rect/rrect/ellipse direction and starting point by Florin Malita · 6 years ago
  44. 760a052 [sksg] Consolidate Matrix node implementations by Florin Malita · 6 years ago
  45. 13c1b96 [sksg] Add 3x3 Concat Transform specialization by Florin Malita · 6 years ago
  46. df0e1af [sksg] Hide some implementation methods from public Transform API by Florin Malita · 6 years ago
  47. 919e209 [sksg] 4x4 matrix support by Florin Malita · 6 years ago
  48. 722dd61 use SkFont more by Mike Reed · 6 years ago
  49. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  50. f7d6ac1 [sksg] Expose SkFont::Edging in TextNode by Florin Malita · 6 years ago
  51. 2ed7820 use SkFont in a lot of places by Mike Reed · 6 years ago
  52. 9edbf42 Revert[4] "hide nested hinting enum" by Mike Reed · 6 years ago
  53. 8e12cc6 Reland "Revert "hide nested hinting enum"" by Mike Klein · 6 years ago
  54. f49563b Revert "Revert "hide nested hinting enum"" by Mike Reed · 6 years ago
  55. 6bd19df Revert "hide nested hinting enum" by Mike Reed · 6 years ago
  56. fbebece hide nested hinting enum by Mike Reed · 6 years ago
  57. 0a8b4e1 [skottie] Add support for explicit text line breaks by Florin Malita · 6 years ago
  58. 3a42ec0 hide the SkPaint::Align enum entirely by Mike Reed · 6 years ago
  59. 6ddd442 only build non-prod skottie/sksg code in our tree by Mike Klein · 6 years ago
  60. 928db92 [skottie] Clang-tidy fixes by Florin Malita · 6 years ago
  61. 62c6bd9 [skottie] Multi-frame image support by Florin Malita · 6 years ago
  62. bee88d4 [sksg] Fix inval tracking in Group::removeChild() by Florin Malita · 6 years ago
  63. 1632263 [sksg] Trim down sksg::Matrix size by Florin Malita · 6 years ago
  64. 97df5dc [sksg] Stop caching full SkPaints in Paint nodes by Florin Malita · 6 years ago
  65. f2ade42 [skottie] Shrink SkPaths by Florin Malita · 6 years ago
  66. cd9d074 [skottie] More efficient group sizing by Florin Malita · 6 years ago
  67. ca858b6 [sksg] Switch containers from SkT(D)Array to std::vector by Florin Malita · 6 years ago
  68. 9402c7d [skottie] Add support for keyframed text nodes by Florin Malita · 6 years ago
  69. a1c422c [skottie] Improved text rendering by Florin Malita · 6 years ago
  70. 77af386 [sksg] Explicit text alignment by Florin Malita · 6 years ago
  71. 679d05c [sksg] Simplify ScopedRenderContext by Florin Malita · 6 years ago
  72. e1c9d3c [skottie] Optimize color filter layerization by Florin Malita · 6 years ago
  73. b2c4ea6 Move Views into Sample and Viewer. by Ben Wagner · 6 years ago
  74. c0132ff [skottie] Optimize opacity layerization by Florin Malita · 6 years ago
  75. 5edcd31 migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  76. f9ecb4e Revert "migrating SkTDArray towards std::vector api" by Mike Reed · 6 years ago
  77. 79884be migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  78. fcd1654 make sksg a component by Mike Klein · 6 years ago
  79. 36216fb [skottie] Initial Fill layer effect support by Florin Malita · 6 years ago
  80. 8949c8a [skottie/sksg] Move source files list to .gni by Florin Malita · 6 years ago
  81. 6cfa297 remove conditional flags for sksg -- not needed for a module by Mike Reed · 6 years ago
  82. f2dd96f [sksg] Fix image filter quality handling by Florin Malita · 6 years ago
  83. d5148e3 Move SkNoncopyable to include/private. by Ben Wagner · 6 years ago
  84. 418e658 [skottie] Apply fully opaque masks as clips by Florin Malita · 6 years ago
  85. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  86. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  87. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  88. ccb8752 Revert "Rename sg tests and samples targets to fix Visual Studio name conflict" by Brian Osman · 6 years ago
  89. ba2f829 Rename sg tests and samples targets to fix Visual Studio name conflict by Brian Osman · 6 years ago
  90. 50d9c94 [sksg] Fix WASM build by Florin Malita · 6 years ago
  91. 3b526b0 "Modularize" SkSG by Florin Malita · 6 years ago