1. d267719 [canvaskit] Add MatrixTransform ImageFilter by Kevin Lubick · 5 years ago
  2. 1496758 [canvaskit] Request an 8 bit stencil buffer from the WebGL 1/2 context by Kevin Lubick · 5 years ago
  3. 37ab53e [canvaskit] Expose a few more methods by Kevin Lubick · 5 years ago
  4. 47bd9f1 [canvaskit] Expand SkAnimatedImage by Kevin Lubick · 5 years ago
  5. 79b7134 [canvaskit] Add relative SkPath operators by Kevin Lubick · 5 years ago
  6. 77d9b5c [canvaskit] Add tentative support for savelayerrec by Kevin Lubick · 5 years ago
  7. 15b4023 [canvaskit] Add various ImageFilters by Kevin Lubick · 5 years ago
  8. 6dbc4ed [canvaskit] Expose various canvas features by Kevin Lubick · 5 years ago
  9. 369f6a5 [canvaskit] Initial addition of SkParagraph by Kevin Lubick · 5 years ago
  10. 61887c7 [canvaskit] Create SkFontMgr from passed in data by Kevin Lubick · 5 years ago
  11. 6b921b7 [canvaskit] add support for SkAnimatedImage by Kevin Lubick · 5 years ago
  12. ea1b30b New proposed syntax for SkColorTypes by Robert Phillips · 5 years ago
  13. 17a3a0b Last tranche of new SkColorTypes by Robert Phillips · 5 years ago
  14. d372934 [canvaskit] expose SkColorFilter and add SkColorMatrix helpers by Kevin Lubick · 5 years ago
  15. 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 5 years ago
  16. 50f377e [canvaskit] expose ComputeTonalColors by Kevin Lubick · 5 years ago
  17. 7d644e1 [canvaskit] expose all 8 radii for RRect by Kevin Lubick · 5 years ago
  18. d470e1b Add kRG_88_SkColorType by Robert Phillips · 5 years ago
  19. 2e5fe35 [canvaskit] Add rrect support by Kevin Lubick · 5 years ago
  20. e384df4 [canvaskit] Add sundry APIs and tests by Kevin Lubick · 6 years ago
  21. d6ba725 [canvaskit] Save a copy by using SkVertices::Builder by Kevin Lubick · 6 years ago
  22. dc2b98f simplify setColor, without needing the 4f or the colorspace by Mike Reed · 6 years ago
  23. d6b32ed [img-decode] Start on proposed new spec by Kevin Lubick · 6 years ago
  24. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  25. cc13fd3 [CanvasKit] Add basic support for SkPicture by Kevin Lubick · 6 years ago
  26. a064c28 [canvaskit] Make SkImageShader from SkImage by Kevin Lubick · 6 years ago
  27. ee91c07 [canvaskit] adding drawAtlas to canvas API by Kevin Lubick · 6 years ago
  28. 5c5de21 no more legacy enum references by Mike Reed · 6 years ago
  29. e25b447 Move SkTileModes to top level by Mike Reed · 6 years ago
  30. 3bdb69c Clean up shaper handler. by Ben Wagner · 6 years ago
  31. cd54466 Expose gpu cache knobs by Kevin Lubick · 6 years ago
  32. d3cfbca [canvaskit] Add TextOnPath helper to TextBlob by Kevin Lubick · 6 years ago
  33. 3f67f41 [canvaskit] Move from experimental to modules by Kevin Lubick · 6 years ago[Renamed (99%) from experimental/canvaskit/canvaskit_bindings.cpp]
  34. 543f352 [canvaskit] Expose more options for working with Surfaces and Contexts by Kevin Lubick · 6 years ago
  35. b3574c9 [canvaskit] Add some APIs for speed and clients by Kevin Lubick · 6 years ago
  36. bae7121 Add flush call to take access type, flags, and semaphore. by Greg Daniel · 6 years ago
  37. 88aff5f [canvaskit] Add support for external fonts by Kevin Lubick · 6 years ago
  38. 1ba9c4d [canvaskit] JS API in place for shaped text by Kevin Lubick · 6 years ago
  39. ec4903d [canvaskit] Use textblob by Kevin Lubick · 6 years ago
  40. da3d8ac [canvaskit] Add path/canvas methods by Kevin Lubick · 6 years ago
  41. 5f1692c [canvaskit] Allow providing webgl context and canvas element by Kevin Lubick · 6 years ago
  42. 4683942 [canvaskit] Refactor skottie into own file by Kevin Lubick · 6 years ago
  43. 35ac038 [canvaskit] Move to using SkFont instead of SkPaint.measure* by Kevin Lubick · 6 years ago
  44. a40f832 [canvaskit] Add Path2D to Canvas API by Kevin Lubick · 6 years ago
  45. 2b79d1c [canvaskit] Expose setVolatile (especially for animations) by Kevin Lubick · 6 years ago
  46. ddd0a33 [canvaskit] Allow users to load their own fonts by Kevin Lubick · 6 years ago
  47. 5d5723c [canvaskit] Refactor with getTotalMatrix by Kevin Lubick · 6 years ago
  48. 1646e7d [canvaskit] Add isPointInPath / isPointInStroke by Kevin Lubick · 6 years ago
  49. d29edd7 [canvaskit] Add createPattern support to canvasAPI by Kevin Lubick · 6 years ago
  50. 92d8ea6 [canvaskit] remove setMatrix by Kevin Lubick · 6 years ago
  51. 52b9f37 [canvaskit] Support getImageData/putImageData by Kevin Lubick · 6 years ago
  52. 6ba8c7e [skottie] Surface composition markers in CK by Florin Malita · 6 years ago
  53. 7a1b845 [canvaskit] remove POC Nima code by Kevin Lubick · 6 years ago
  54. 0a1293c [canvaskit] Add drawImage support by Kevin Lubick · 6 years ago
  55. 91af8d8 [skottie] Expose composition markers to embedders by Florin Malita · 6 years ago
  56. ea905ec [canvaskit] Save a copy on CPU backend by using RasterDirect 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. 12c0e50 [canvaskit] support globalAlpha and dashed strokes by Kevin Lubick · 6 years ago
  60. 61ef7b2 [canvaskit] Add shadow and save/restore support by Kevin Lubick · 6 years ago
  61. b9db390 [canvaskit] Make transforms work properly by Kevin Lubick · 6 years ago
  62. 114bde8 Revert "Revert "add rect-parameter to makeImageSnapshot"" by Mike Reed · 6 years ago
  63. b07204a Add software backend to gpu build by Kevin Lubick · 6 years ago
  64. 1a05fce [canvaskit] Expand canvas2d API by Kevin Lubick · 6 years ago
  65. 3e11933 [canvaskit] Exposed SkPath::arc. Exposed SkEncodedImageFormat enum. Exposed SkImage::encodeToData overload with arguments by Alexander Khovansky · 6 years ago
  66. b5ae3b5 [canvaskit] Add drawVertices API by Kevin Lubick · 6 years ago
  67. 134be1d [canvaskit] Expose nima animation as POC by Kevin Lubick · 6 years ago
  68. 006a6f3 [canvaskit] Fleshing out the beginnings of a Canvas API by Kevin Lubick · 6 years ago
  69. 9e40e6f Give attribution by Kevin Lubick · 6 years ago
  70. 3d99b1e Add Correctness tests for CanvasKit by Kevin Lubick · 6 years ago
  71. 53965c9 Add CPU backend for CanvasKit by Kevin Lubick · 6 years ago
  72. d45c781 Fix text on CanvasKit by Kevin Lubick · 6 years ago
  73. 217056c [CanvasKit] Implement some basic Canvas/Surface things. by Kevin Lubick · 6 years ago