1. 1632263 [sksg] Trim down sksg::Matrix size by Florin Malita · 6 years ago
  2. 97df5dc [sksg] Stop caching full SkPaints in Paint nodes by Florin Malita · 6 years ago
  3. f2ade42 [skottie] Shrink SkPaths by Florin Malita · 6 years ago
  4. a61f0f7 [skottie] Add support for explicit image asset sizing by Florin Malita · 6 years ago
  5. cd9d074 [skottie] More efficient group sizing by Florin Malita · 6 years ago
  6. 40c7c64 [skottie] Skip group nodes for single-draw shapes by Florin Malita · 6 years ago
  7. 774be5a [PathKit] Add cubicYFromX by Kevin Lubick · 6 years ago
  8. a900ad5 Make fallback font iterator in shaper cache fallback. by Ben Wagner · 6 years ago
  9. ca858b6 [sksg] Switch containers from SkT(D)Array to std::vector by Florin Malita · 6 years ago
  10. be5e865 [skottie] Lazily-initialized default font manager by Florin Malita · 6 years ago
  11. ab706d8 [skottie] SkTArray begone by Florin Malita · 6 years ago
  12. be5091c [PathKit] Remove experimental- from package names by Kevin Lubick · 6 years ago
  13. c7d0571 [PathKit] Move from experimental to modules by Kevin Lubick · 6 years ago
  14. ef0fee0 [Skottie] Fallback to portable font manager by Kevin Lubick · 6 years ago
  15. a225a6b [skottie] Fix precomp time remapping vs time start/stretch interaction by Florin Malita · 6 years ago
  16. 9402c7d [skottie] Add support for keyframed text nodes by Florin Malita · 6 years ago
  17. 4206969 [skottie] Relax constant keyframe parsing by Florin Malita · 6 years ago
  18. 471a946 [skottie] Make AnimationBuilder available for value parsing by Florin Malita · 6 years ago
  19. 4dddad2 [skottie] Guard against missing solid layer color property by Florin Malita · 6 years ago
  20. 906cdf3 [skottie] Ref-counted ResourceProvider by Florin Malita · 6 years ago
  21. a1c422c [skottie] Improved text rendering by Florin Malita · 6 years ago
  22. 40c3742 [skottie] Plumb external SkFontMgr by Florin Malita · 6 years ago
  23. 1b1dead [skottie] Split-up Skottie.cpp by Florin Malita · 6 years ago
  24. fa0441b [skottie/cleanup] Refactor parser state handling by Florin Malita · 6 years ago
  25. cc9c45d [skottie] Pre-flight animation in-point, out-point by Florin Malita · 6 years ago
  26. 12e3df1 [skottie] Harden interpolation checks for shapes by Florin Malita · 6 years ago
  27. f9c5063 [skottie] Initial text layer plumbing by Florin Malita · 6 years ago
  28. 77af386 [sksg] Explicit text alignment by Florin Malita · 6 years ago
  29. d19fed1 [skottie] Eliminate some temp SkString allocations by Florin Malita · 6 years ago
  30. 679d05c [sksg] Simplify ScopedRenderContext by Florin Malita · 6 years ago
  31. 73154ba [skottie] Avoid UB while parsing 1-based indices by Florin Malita · 6 years ago
  32. e1c9d3c [skottie] Optimize color filter layerization by Florin Malita · 6 years ago
  33. b2c4ea6 Move Views into Sample and Viewer. by Ben Wagner · 6 years ago
  34. e12a090 make some textblob builders private for now by Cary Clark · 6 years ago
  35. c0132ff [skottie] Optimize opacity layerization by Florin Malita · 6 years ago
  36. 3c99296 [skottie] Animator tweaks by Florin Malita · 6 years ago
  37. 5edcd31 migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  38. f9ecb4e Revert "migrating SkTDArray towards std::vector api" by Mike Reed · 6 years ago
  39. 79884be migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  40. fcd1654 make sksg a component by Mike Klein · 6 years ago
  41. 9adff1a use VectorValue consistently by Mike Reed · 6 years ago
  42. 1777424 Some iwyu for SkShaper_harfbuzz. by Ben Wagner · 6 years ago
  43. c0c99b3 Add context to shaper. by Ben Wagner · 6 years ago
  44. 30f4e96 [skottie] Use animator scratch storage to avoid vector reallocations by Florin Malita · 6 years ago
  45. 36216fb [skottie] Initial Fill layer effect support by Florin Malita · 6 years ago
  46. 0c8dca0 [skottie] ResourceManager tweaks by Florin Malita · 6 years ago
  47. 6e487e6 [Skottie] Add raw data factory by Florin Malita · 6 years ago
  48. 270c04a [skottie] Avoid redundant instantiation of image asset nodes by Florin Malita · 6 years ago
  49. 8949c8a [skottie/sksg] Move source files list to .gni by Florin Malita · 6 years ago
  50. 6cfa297 remove conditional flags for sksg -- not needed for a module by Mike Reed · 6 years ago
  51. f107a2f SkUTF by Hal Canary · 6 years ago
  52. f2dd96f [sksg] Fix image filter quality handling by Florin Malita · 6 years ago
  53. 4014ba6 SkUtils: remove some versions of UTF routines. by Hal Canary · 6 years ago
  54. d5148e3 Move SkNoncopyable to include/private. by Ben Wagner · 6 years ago
  55. c45a5c5 [skottie] Treat color properties as optional (default black) by Florin Malita · 6 years ago
  56. 0c604ed [skottie] Teach skottie_tool to dump frame SKPs by Florin Malita · 6 years ago
  57. a487b06 [skottie] Make stroke width optional by Florin Malita · 6 years ago
  58. 13ac194 [skottie] Fix matrix parenting for default/static values by Florin Malita · 6 years ago
  59. 4b15dc2 [skottie] Fix polystar points distribution by Florin Malita · 6 years ago
  60. a7e78ee [skottie] Misc cleanup by Florin Malita · 6 years ago
  61. 4cbfb30 [skottie] Log (unsupported) layer effects by Florin Malita · 6 years ago
  62. 7f8a073 [skottie] Fix spurious gradient error messages by Florin Malita · 6 years ago
  63. 3be2e10 [skottie] Ignore identity transforms by Florin Malita · 6 years ago
  64. 418e658 [skottie] Apply fully opaque masks as clips by Florin Malita · 6 years ago
  65. 502c3ff [skottie] Do not discard SkPath's FillType when interpolating by Florin Malita · 6 years ago
  66. 5dfd069 [skottie] Add support for comp time remapping by Florin Malita · 6 years ago
  67. 8deab3a [skottie] Fix 'subtract' masks by Florin Malita · 6 years ago
  68. 1d7f930 [skottie] Ensure static split-position properties are committed by Florin Malita · 6 years ago
  69. 5361935 [skottie] Simplify AttachMask by Florin Malita · 6 years ago
  70. 8c5f9ef [skottie] Fix start-time/stretch-time handling by Florin Malita · 6 years ago
  71. f5ac906 [skottie] Simplify Parse<SkPoint> by Florin Malita · 6 years ago
  72. 80452be Fold SkJSON into Skia/utils by Florin Malita · 6 years ago
  73. fb3beb0 [skjson] More short string micro-optimizations by Florin Malita · 6 years ago
  74. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  75. 94d4d3e [skottie] Fix OOB access in Parse<SkPoint> by Florin Malita · 6 years ago
  76. 0052a31 [skjson] Detect end-of-input for unbalanced strings by Florin Malita · 6 years ago
  77. 587f5a9 [skjson] Catch end-of-stream for unbalanced scopes by Florin Malita · 6 years ago
  78. d7bfcaf [skjson] Some short string optimizations by Florin Malita · 6 years ago
  79. 7d42c44 [skottie] Switch to SkJSON by Florin Malita · 6 years ago
  80. fedfd54 Reland [skjson] Size-constrained input API by Florin Malita · 6 years ago
  81. 0510ede Revert "[skjson] Size-constrained input API" by Florin Malita · 6 years ago
  82. 28f5dd8 [skjson] Fix ASAN undefined behavior by Florin Malita · 6 years ago
  83. fc792b8 [skjson] Size-constrained input API by Florin Malita · 6 years ago
  84. ae25279 Reland [skjson] Implementation/API tweaks by Florin Malita · 6 years ago
  85. 5ff4fb2 Revert "[skjson] Implementation/API tweaks" by Florin Malita · 6 years ago
  86. 03b6842 [skjson] Implementation/API tweaks by Florin Malita · 6 years ago
  87. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  88. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  89. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  90. 46fbf8c Disable module deps in Android Framework builds by Florin Malita · 6 years ago
  91. 92206a4 [skottie] Fix color parsing by Florin Malita · 6 years ago
  92. 7796f00 SkJson by Florin Malita · 6 years ago
  93. 79725d3 [skottie] Add a tool for dumping encoded animation frames by Florin Malita · 6 years ago
  94. ccb8752 Revert "Rename sg tests and samples targets to fix Visual Studio name conflict" by Brian Osman · 6 years ago
  95. f14bc98 Avoid compilation error on older compilers by Kevin Lubick · 6 years ago
  96. ba2f829 Rename sg tests and samples targets to fix Visual Studio name conflict by Brian Osman · 6 years ago
  97. 911ae40 [skottie] Remove inPoint/outPoint/frameRate from public API by Florin Malita · 6 years ago
  98. c83a0de [skottie] Make the resource provider factory argument optional by Florin Malita · 6 years ago
  99. 8f480d9 Add 'public' headers support to find_headers.py by Florin Malita · 6 years ago
  100. 6e4d95f Add Skottie support to Fiddle by Florin Malita · 6 years ago