- 3868636 discard SkRuntimeEffect builder in SkSLEffect to use lower level API by Jorge Betancourt · 3 years ago
- cf1e959 [canvaskit] Expand Bazel rules to include Canvas2D compat layer by Kevin Lubick · 3 years ago
- 888d4ef [canvaskit] Add Freetype/Fonts to Bazel Build by Kevin Lubick · 3 years ago
- 8a4ba51 Flutter RTL/LTR positioning fix by Julia Lavrova · 3 years ago
- 350d46d [canvaskit] Deploy 0.31.0 by Kevin Lubick · 3 years ago
- ef3d6af [infra] Add POC Bazel rules for CanvasKit by Kevin Lubick · 3 years ago
- 799abb7 [canvaskit] Set unsupported WebGL caps to false by Kevin Lubick · 3 years ago
- e393e72 [canvaskit] Add ImageInfo to Texture APIs by Kevin Lubick · 3 years ago
- 6df1871 Replace `fSkVMDebugTrace` program setting with `SkVMDebugInfo`. by John Stiles · 3 years ago
- 8ed49ea [infra] Add Bazel rules for codecs. by Kevin Lubick · 3 years ago
- cb94b57 [canvaskit] Add ability to make texture image across surfaces. by Kevin Lubick · 3 years ago
- 384ba65 Remove GPU V2 by Brian Salomon · 3 years ago
- a583a0f In SkRuntimeEffect, replace ConstIterable with SkSpan by Brian Osman · 3 years ago
- 0c23120 [canvaskit] Switch to appropriate WebGL Context for Surface methods by Kevin Lubick · 3 years ago
- 1f8c31b [infra] Add initial Bazel rules and files by Kevin Lubick · 3 years ago
- 37bef2d [canvaskit] Add tests/examples for using CanvasKit with Typescript. by Kevin Lubick · 3 years ago
- f2e90d3 add skottie support for Bulge ADBE effect by Jorge Betancourt · 3 years ago
- a05d302 Fix skottie::PropertyHandle export by Avery Musbach · 3 years ago
- ba35f68 [skottie] Clean up FractalNoise and SkSLEffect by Florin Malita · 3 years ago
- 172c799 plumb experimental SkSL layer effect in native Skottie player by Jorge Betancourt · 3 years ago
- 9ec61da Fix Clang warning -Wbitwise-instead-of-logical. by John Stiles · 3 years ago
- 7ce380e [canvaskit] Remove deprecated MakeTypefaceFromData and RefDefault by Kevin Lubick · 3 years ago
- 2d13fab [canvaskit] Define requestAnimationFrame and other definition fixes. by Kevin Lubick · 3 years ago
- aaa7065 expose directional blur to skottie by Jorge Betancourt · 3 years ago
- ebe2d82 [JetSki] get TypeFace from FontMgr by Jorge Betancourt · 3 years, 1 month ago
- b3460f9 [skottie] Floatify Fractal Noise by Florin Malita · 3 years, 1 month ago
- decc9ae [skottie] Fractal Noise optimization by Florin Malita · 3 years, 1 month ago
- b6a3aa7 [skottie] Fractal Noise: cycle evolution support by Florin Malita · 3 years, 1 month ago
- 1cb3f36 Don't free the locale pointer in a paragraph style. by Harry Terkelsen · 3 years, 1 month ago
- aa9656d expose FontChain interface to Java with FontChainAdapter by Jorge Betancourt · 3 years, 1 month ago
- 39edd52 Fix Wbitwise-instead-of-logical warnings by Nico Weber · 3 years, 1 month ago
- ad6f2d3 [skottie] Log text layout errors by Florin Malita · 3 years, 1 month ago
- 9a57620 Followup fixes to gm bindings by Kevin Lubick · 3 years, 1 month ago
- 083e038 Fix WasmGMTests bot by Robert Phillips · 3 years, 1 month ago
- 297d096 [graphite] More testing infrastructure by Robert Phillips · 3 years, 1 month ago
- 734d7e2 Export some classes callers may use for Skottie. by Eric Sum · 3 years, 1 month ago
- 87a0078 Support building on clang with -std=c++14 but no C++17 extension warning. by Brian Salomon · 3 years, 1 month ago
- 0c1f6e5 Implementing baseline shift for JetBrains by Julia Lavrova · 3 years, 1 month ago
- f32ad08 [infra] Deduplicate serve.py by Kevin Lubick · 3 years, 1 month ago
- 9fa47cc Make class members that are static constexpr also be inline. by Brian Salomon · 3 years, 1 month ago
- 132d47c [skottie] Path support for paragraph text by Florin Malita · 3 years, 1 month ago
- d616f0b [skottie] More animatable text path properties by Florin Malita · 3 years, 1 month ago
- cd2f207 Allow tracking of Precompositions onEnter/onExit by Kyle Carlstrom · 3 years, 1 month ago
- 7357ae2 add CCToner support to skottie by Jorge Betancourt · 3 years, 1 month ago
- 7fcda8e [skottie] Initial text path support by Florin Malita · 3 years, 1 month ago
- 7e5772f [skottie] Fix Fractal Noise transform order by Florin Malita · 3 years, 1 month ago
- 8724136 Revert "Allow tracking of Precompositions onEnter/onExit" by Michael Ludwig · 3 years, 1 month ago
- 510e0c5 Allow tracking of Precompositions onEnter/onExit by Kyle Carlstrom · 3 years, 1 month ago
- 9c57e16 [skottie] Fill effect opacity workaround by Florin Malita · 3 years, 1 month ago
- 4aef06d Added TextExpressionAnimator by Kyle Carlstrom · 3 years, 2 months ago
- bb71c1b [canvaskit] Update SKP and RTShader examples by Kevin Lubick · 3 years, 1 month ago
- 0bfac01 Create VectorExpressionAnimator by Kyle Carlstrom · 3 years, 2 months ago
- 18cb4a6 [skottie] Fix MotionTile/opacity interaction by Florin Malita · 3 years, 1 month ago
- 04fe267 Fix some master -> main references in docs by Eric Boren · 3 years, 1 month ago
- 6ba939d [skottie] Improved Hue/Saturation effect by Florin Malita · 3 years, 1 month ago
- 4d06441 [JetSki] bind drawGlyphs to JetSki for Text rendering by Jorge Betancourt · 3 years, 1 month ago
- 6a2a637 [skottie] Fix Keyframe::Value equality operator by Florin Malita · 3 years, 1 month ago
- 3d9c73c Use thread_local on iOS by Ben Wagner · 3 years, 2 months ago
- 398ef44 Reland "Reland "Small changes for SkText that are not in experimental directory"" by Julia Lavrova · 3 years, 2 months ago
- 0c5b05c [canvaskit] Roll 0.30.0 by Kevin Lubick · 3 years, 2 months ago
- b519949 Revert "Reland "Small changes for SkText that are not in experimental directory"" by Julia Lavrova · 3 years, 2 months ago
- ce32c8a Reland "Small changes for SkText that are not in experimental directory" by Julia Lavrova · 3 years, 2 months ago
- 481a58d Revert "Small changes for SkText that are not in experimental directory" by Brian Osman · 3 years, 2 months ago
- 92f1bc0 Small changes for SkText that are not in experimental directory by Julia Lavrova · 3 years, 2 months ago
- 38ecac7 [skottie] Suppress layer parser errors for tt: 0 by Florin Malita · 3 years, 2 months ago
- 151a6f3 expose Font to JetSki by Jorge Betancourt · 3 years, 2 months ago
- cf6ea77 fix fontMgr.makeTypefaceFromData type name by Nam Se Hyun · 3 years, 2 months ago
- e1b74b7 Fix EmbindObject's deleteLater to deleteAfter by Nam Se Hyun · 3 years, 2 months ago
- cbfa34a Convert internal SkSL to use .eval() by Brian Osman · 3 years, 2 months ago
- 5572b2a Reland "[skottie] AllCaps support" by Florin Malita · 3 years, 2 months ago
- 6142500 Revert "[skottie] AllCaps support" by Florin Malita · 3 years, 2 months ago
- efc7ca4 [skottie] AllCaps support by Florin Malita · 3 years, 2 months ago
- 2af13c1 Reland "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 3 years, 2 months ago
- 44b7568 Revert "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 3 years, 2 months ago
- be2c3ee Fix compilation with "skia_enable_skparagraph = false" by Robert Phillips · 3 years, 2 months ago
- 30a6b10 Fix compilation w/ "skia_enable_svg = false" (take 2) by Robert Phillips · 3 years, 2 months ago
- a8b897b Remove blend and colorFilter sksl modules by Brian Osman · 3 years, 2 months ago
- 2910452 [infra] Port serve.py from Python2 to 3 by Kevin Lubick · 3 years, 2 months ago
- 5dbdb1e Line metrics: return all indices in UTF16 by Julia Lavrova · 3 years, 2 months ago
- 078a8dd Yet another bug in line metrics by Julia Lavrova · 3 years, 2 months ago
- c1727fc [JetSki] pass SkPaint into experimental SkText drawText calls by Jorge Betancourt · 3 years, 2 months ago
- 0f629d7 Positioning in chinese glyphs by Julia Lavrova · 3 years, 3 months ago
- f611404 [canvaskit] Remove the need for users to keep track of contexts. by Kevin Lubick · 3 years, 2 months ago
- 293497e Convert internal sample() calls to shade/filter/blend by Brian Osman · 3 years, 2 months ago
- e1fb47d [JetSki] plumb experimental SkText to JetSki by Jorge Betancourt · 3 years, 3 months ago
- 7609f7f Create Vec2ExpressionAnimator by Kyle Carlstrom · 3 years, 3 months ago
- 13c9f66 Fix additional cases of variable shadowing. by John Stiles · 3 years, 3 months ago
- 30c2dfe [skottie] Add support for displacement map output expansion by Florin Malita · 3 years, 3 months ago
- 8343e00 SkText: implement select via styles by Julia Lavrova · 3 years, 3 months ago
- b65b4da Fix cases of variable shadowing in /modules/. by John Stiles · 3 years, 3 months ago
- f0efa1d Reland "Reland "uniform Ptr (UPtr) is a sub class of Ptr"" by Herb Derby · 3 years, 3 months ago
- ad5944c Refactoring Text Editor (in progress) by Julia Lavrova · 3 years, 4 months ago
- eb76f3d [canvaskit] Deploy 0.29.0 by Kevin Lubick · 3 years, 3 months ago
- 363c6e2 [canvaskit] Update object types by Kevin Lubick · 3 years, 3 months ago
- 134c5f7 Support expressions for scalar values by Kyle Carlstrom · 3 years, 3 months ago
- 337e484 Revert "Reland "uniform Ptr (UPtr) is a sub class of Ptr"" by Derek Sollenberger · 3 years, 3 months ago
- ea17e24 Reland "uniform Ptr (UPtr) is a sub class of Ptr" by Herb Derby · 3 years, 3 months ago
- b00cbc7 Revert "uniform Ptr (UPtr) is a sub class of Ptr" by Derek Sollenberger · 3 years, 3 months ago
- cef047a uniform Ptr (UPtr) is a sub class of Ptr by Herb Derby · 3 years, 3 months ago
- 6bbd7df Generalize KeyframeAnimatorBuilder to AnimatorBuilder by Kyle Carlstrom · 3 years, 3 months ago