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