1. 4968ad7 [canvaskit] Clean up Skottie sources list by Florin Malita · 6 years ago
  2. f2aaa08 [canvaskit] more testing logs by Kevin Lubick · 6 years ago
  3. ec841f7 [canvaskit] Increase timeout and add logging to further diagnose test flakiness by Kevin Lubick · 6 years ago
  4. e0aa760 Interface for passing skp file from JS to WASM by Nathaniel Nifong · 6 years ago
  5. cb4eb61 [canvaskit] Remove additional copies of CanvasKit when testing by Kevin Lubick · 6 years ago
  6. 269fe89 [canvaskit] Add particles integration by Kevin Lubick · 6 years ago
  7. 1523963 Basic wasm skp debugger unit test by Nathaniel Nifong · 6 years ago
  8. b3574c9 [canvaskit] Add some APIs for speed and clients by Kevin Lubick · 6 years ago
  9. ad5f6cd Initial wasm debugger by Nathaniel Nifong · 6 years ago
  10. a181055 Add fetch-gn to canvaskit and cmake compile scripts by Ben Wagner · 6 years ago
  11. bae7121 Add flush call to take access type, flags, and semaphore. by Greg Daniel · 6 years ago
  12. 53169df [canvaskit] Roll 0.4.1 by Kevin Lubick · 6 years ago
  13. a8c728f [canvaskit] Ignore image paths in Skottie asset keys by Florin Malita · 6 years ago
  14. 71a23d4 [canvaskit] Consolidate Skottie assets by Florin Malita · 6 years ago
  15. 88aff5f [canvaskit] Add support for external fonts by Kevin Lubick · 6 years ago
  16. f5ea37f [canvaskit] Support image assets for Skottie by Kevin Lubick · 6 years ago
  17. dc822b1 update canvaskit docs to new API by Kevin Lubick · 6 years ago
  18. 2722083 [pathkit][canvaskit] roll versions by Kevin Lubick · 6 years ago
  19. 867da4b Allow system harfbuzz. by Kevin Lubick · 6 years ago
  20. a753d1a Reland "[skottie] Add tritone layer effect support" by Florin Malita · 6 years ago
  21. 1ba9c4d [canvaskit] JS API in place for shaped text by Kevin Lubick · 6 years ago
  22. 2031f34 [canvaskit] Upgrade emscripten to .27 by Kevin Lubick · 6 years ago
  23. e29d579 [canvaskit] Add SkShaper to build list by Florin Malita · 6 years ago
  24. ec4903d [canvaskit] Use textblob by Kevin Lubick · 6 years ago
  25. da3d8ac [canvaskit] Add path/canvas methods by Kevin Lubick · 6 years ago
  26. faa7387 [*kit] fulfil promise immediately by Kevin Lubick · 6 years ago
  27. 65846c0 [canvaskit] Add .ready() which is a real promise by Kevin Lubick · 6 years ago
  28. 5f1692c [canvaskit] Allow providing webgl context and canvas element by Kevin Lubick · 6 years ago
  29. 4683942 [canvaskit] Refactor skottie into own file by Kevin Lubick · 6 years ago
  30. 35ac038 [canvaskit] Move to using SkFont instead of SkPaint.measure* by Kevin Lubick · 6 years ago
  31. ffde0f6 [canvaskit] Get docs ready for npm release by Kevin Lubick · 6 years ago
  32. a40f832 [canvaskit] Add Path2D to Canvas API by Kevin Lubick · 6 years ago
  33. fa72071 [canvaskit] Add files needed for npm release by Kevin Lubick · 6 years ago
  34. a96ec09 [canvaskit] Performance tuning of GL calls by Kevin Lubick · 6 years ago
  35. 8e4a331 [canvaskit] Canvas API for loading fonts by Kevin Lubick · 6 years ago
  36. 2b79d1c [canvaskit] Expose setVolatile (especially for animations) by Kevin Lubick · 6 years ago
  37. d090a70 [canvaskit] Correctly translate between shadow radius and sigma by Kevin Lubick · 6 years ago
  38. ddd0a33 [canvaskit] Allow users to load their own fonts by Kevin Lubick · 6 years ago
  39. 53eabf6 [canvaskit] Refactor Canvas2D JS into own files by Kevin Lubick · 6 years ago
  40. 5d5723c [canvaskit] Refactor with getTotalMatrix by Kevin Lubick · 6 years ago
  41. 1646e7d [canvaskit] Add isPointInPath / isPointInStroke by Kevin Lubick · 6 years ago
  42. d29edd7 [canvaskit] Add createPattern support to canvasAPI by Kevin Lubick · 6 years ago
  43. ae9dfc0 [canvaskit] In Canvas2d, move matrix to internal canvas by Kevin Lubick · 6 years ago
  44. b45d512 bin/sysopen: script moved to bin by Hal Canary · 6 years ago
  45. ed18c93 bin/gerrit-number (no longer experimental) by Hal Canary · 6 years ago
  46. e0dc346 experimental/tools/gerrit-change-id-to-number: cleanup by Hal Canary · 6 years ago
  47. 92d8ea6 [canvaskit] remove setMatrix by Kevin Lubick · 6 years ago
  48. 52b9f37 [canvaskit] Support getImageData/putImageData by Kevin Lubick · 6 years ago
  49. 2d9e543 some SkAtomics cleanup by Mike Klein · 6 years ago
  50. f9910ea [canvaskit] Add profile mode by Kevin Lubick · 6 years ago
  51. 6ba8c7e [skottie] Surface composition markers in CK by Florin Malita · 6 years ago
  52. 7a1b845 [canvaskit] remove POC Nima code by Kevin Lubick · 6 years ago
  53. 0a1293c [canvaskit] Add drawImage support by Kevin Lubick · 6 years ago
  54. 91af8d8 [skottie] Expose composition markers to embedders by Florin Malita · 6 years ago
  55. ea905ec [canvaskit] Save a copy on CPU backend by using RasterDirect by Kevin Lubick · 6 years ago
  56. dee08d8 [canvaskit] Fix conversion of large images to base64 by Kevin Lubick · 6 years ago
  57. eb2f6b0 [canvaskit] Add gradients and clips by Kevin Lubick · 6 years ago
  58. c2e85f9 [skottie] Expose property bindings in CK by Florin Malita · 6 years ago
  59. 43ff69a [canvaskit] Fix arc() call by Kevin Lubick · 6 years ago
  60. 12c0e50 [canvaskit] support globalAlpha and dashed strokes by Kevin Lubick · 6 years ago
  61. 61ef7b2 [canvaskit] Add shadow and save/restore support by Kevin Lubick · 6 years ago
  62. b9db390 [canvaskit] Make transforms work properly by Kevin Lubick · 6 years ago
  63. 114bde8 Revert "Revert "add rect-parameter to makeImageSnapshot"" by Mike Reed · 6 years ago
  64. 6fccc9d [canvaskit] Add debug-mode only logs by Kevin Lubick · 6 years ago
  65. b07204a Add software backend to gpu build by Kevin Lubick · 6 years ago
  66. 1a05fce [canvaskit] Expand canvas2d API by Kevin Lubick · 6 years ago
  67. 3e11933 [canvaskit] Exposed SkPath::arc. Exposed SkEncodedImageFormat enum. Exposed SkImage::encodeToData overload with arguments by Alexander Khovansky · 6 years ago
  68. 5437823 Reland "simplify disabling effect deserialization" by Mike Klein · 6 years ago
  69. 34d7a16 Revert "simplify disabling effect deserialization" by Mike Klein · 6 years ago
  70. 5bbf790 simplify disabling effect deserialization by Mike Klein · 6 years ago
  71. e5a06e7 [canvaskit] Update examples after enum name change by Kevin Lubick · 6 years ago
  72. e71e9ef [canvaskit] Add catchException everywhere by Kevin Lubick · 6 years ago
  73. b5ae3b5 [canvaskit] Add drawVertices API by Kevin Lubick · 6 years ago
  74. f67b162 add pvg experiment by Mike Reed · 6 years ago
  75. a0a6fe4 experimental/tools/generate-unicode-test-txt: update by Hal Canary · 6 years ago
  76. 134be1d [canvaskit] Expose nima animation as POC by Kevin Lubick · 6 years ago
  77. d969932 Refactor Nima code by Kevin Lubick · 6 years ago
  78. 2cf29ce [canvaskit] Remove ReadBuffer by Kevin Lubick · 6 years ago
  79. 006a6f3 [canvaskit] Fleshing out the beginnings of a Canvas API by Kevin Lubick · 6 years ago
  80. 9e40e6f Give attribution by Kevin Lubick · 6 years ago
  81. b9d7fb9 [canvaskit] Disable effect_deserialization by Kevin Lubick · 6 years ago
  82. d04b551 [canvaskit] Increase timeout thresholds for perf by Kevin Lubick · 6 years ago
  83. 32dfdbe [canvaskit] Slice out SkPicture by Kevin Lubick · 6 years ago
  84. f2a146c [canvaskit] Add perf jobs by Kevin Lubick · 6 years ago
  85. f20c349 [canvaskit] Remove DAA and SAA from gpu build by Kevin Lubick · 6 years ago
  86. 5b90b84 [canvaskit] POC working on Node.js by Kevin Lubick · 6 years ago
  87. 3d99b1e Add Correctness tests for CanvasKit by Kevin Lubick · 6 years ago
  88. 4bf2c26 Remove nvpr from CanvasKit by Kevin Lubick · 6 years ago
  89. 36528e9 clean up SkPipe by Mike Klein · 6 years ago
  90. d7065e7 Revert "Revert "Add experimental API to draw a set of SkImages in one SkCanvas call."" by Brian Salomon · 6 years ago
  91. 8d5b41b Revert "Add experimental API to draw a set of SkImages in one SkCanvas call." by Brian Salomon · 6 years ago
  92. 0a0304c Add experimental API to draw a set of SkImages in one SkCanvas call. by Brian Salomon · 6 years ago
  93. 53965c9 Add CPU backend for CanvasKit by Kevin Lubick · 6 years ago
  94. 93faa67 Make CCPR optional by Kevin Lubick · 6 years ago
  95. e805b24 Tweak to compile flags by Kevin Lubick · 6 years ago
  96. 8e9750d Add CanvasKit build by Kevin Lubick · 6 years ago
  97. d45c781 Fix text on CanvasKit by Kevin Lubick · 6 years ago
  98. 60900b5 move skpipe to experimental by Mike Klein · 6 years ago
  99. 1466af4 [canvaskit] Link demos to fiddles by Kevin Lubick · 6 years ago
  100. 217056c [CanvasKit] Implement some basic Canvas/Surface things. by Kevin Lubick · 6 years ago