- c1f0e16 Revert "[skottie] Refactor property dispatch to avoid std::function" by Florin Malita · 4 years, 6 months ago
- e646fad [skottie] Refactor property dispatch to avoid std::function by Florin Malita · 4 years, 6 months ago
- ce1648f Restore offscreen surface example, Add GPU/CPU reporting function. by Nathaniel Nifong · 4 years, 6 months ago
- 2887d35 [canvaskit] Enable font edging by Kevin Lubick · 4 years, 6 months ago
- 0dc207f [skottie] Cleanup: refactor asset lookup to avoid std::function by Florin Malita · 4 years, 6 months ago
- 71c3141 [skottie] Cleanup: rename ImageLayer -> FootageLayer by Florin Malita · 4 years, 6 months ago
- d7a2753 [skottie] Include ExternalLayer.h explicitly by Florin Malita · 4 years, 6 months ago
- 2871ab0 [skottie-wasm] Add support for nested animation playback by Florin Malita · 4 years, 6 months ago
- 6bdbd3d Lines ending with hard line breaks should not be justified by Julia Lavrova · 4 years, 6 months ago
- 00de91c Add markCTM to canvaskit API, use in 3D cube example by Nathaniel Nifong · 4 years, 6 months ago
- fbddfbb [skottie] Introduce an external layer API by Florin Malita · 4 years, 6 months ago
- 18db52f Skips in underline decorations by Julia Lavrova · 4 years, 6 months ago
- 999257d Convert pathkit's usage of SkPath::Iter to SkPatPriv::RangeIter by Chris Dalton · 4 years, 6 months ago
- 0cbd587 be sure to keep the fonts alive for the two loops by Mike Reed · 4 years, 6 months ago
- 1bedbeb Pass 4f colors to private functions with float pointers by Nathaniel Nifong · 4 years, 6 months ago
- 9588a64 TextHeightBehavior implemented by Julia Lavrova · 4 years, 6 months ago
- f03781b Update canvaskit to use the new path iterator by Chris Dalton · 4 years, 6 months ago
- 3facc9c [skottie] Non-legacy brightness effect by Florin Malita · 4 years, 6 months ago
- 8335ab6 Hide more of leftToRight checks by Julia Lavrova · 4 years, 7 months ago
- 672c7a6 [skottie] More accurate contrast effect option by Florin Malita · 4 years, 6 months ago
- dc976a9 update skstd by Mike Klein · 4 years, 6 months ago
- a9379fb [skottie] Contrast cleanup by Florin Malita · 4 years, 7 months ago
- f207233 [skottie] Non-legacy (is this modern?) contrast effect support by Florin Malita · 4 years, 7 months ago
- fc75d5c [skottie] Brightness and Contrast effect by Florin Malita · 4 years, 7 months ago
- f4cf893 LTR/RTL iterateThroughClustersInGlyphsOrder simplified by Julia Lavrova · 4 years, 7 months ago
- 5766e3b [canvaskit] Set Safari to webl 1 by Kevin Lubick · 4 years, 7 months ago
- 123e3b8 [skottie/tools] Video playback support by Florin Malita · 4 years, 7 months ago
- 8b70f4d [skottie] Video layer support by Florin Malita · 4 years, 7 months ago
- bf03ac5 [skottie] Initial outer/inner glow by Florin Malita · 4 years, 7 months ago
- b920a0b Small bugs in tests by Julia Lavrova · 4 years, 7 months ago
- 4f8297d Small bugs in tests by Julia Lavrova · 4 years, 7 months ago
- 67c905c Fixing a bug in SkOpEdgeBuilder::walk that causes pathOps to fail when cubic segment is reducable by Kevin Lubick · 4 years, 7 months ago
- efb2133 Update CK particle examples by Brian Osman · 4 years, 7 months ago
- 24ea293 [skottie] Suppress ubsan div-by-zero VenetialBlindsAdapter crash by Florin Malita · 4 years, 7 months ago
- e35a7ea [skottie] Initial inner shadow layer style support by Florin Malita · 4 years, 7 months ago
- f3f822c getRectForRange with HeightStyle == kTight should ignore strut metrics by Julia Lavrova · 4 years, 7 months ago
- cff970c MinIntrinsicWidth should ignore placeholders by Julia Lavrova · 4 years, 7 months ago
- 95c26ef Pure SkSL RNG for particles by Brian Osman · 4 years, 9 months ago
- 7fe6ee3 Add markCTM(id) api, to replace functionality of saveCamera. by Mike Reed · 4 years, 7 months ago
- cd2d4e4 Mixed languages text crashes by Julia Lavrova · 4 years, 8 months ago
- c1d0898 [canvaskit] Handle 4x4 matrix passing ourselves. by Kevin Lubick · 4 years, 7 months ago
- 3ef77dd clean up public m44 and camera api by Mike Reed · 4 years, 7 months ago
- 9b56cea [canvaskit] Add test and gm for 4x4 matrix by Kevin Lubick · 4 years, 7 months ago
- 0ba3032 [skottie] Corner pin effect by Florin Malita · 4 years, 7 months ago
- cc8a76f [canvaskit] Add gm helper functions to tests. by Kevin Lubick · 4 years, 7 months ago
- b08cc02 Switch back to stack-based SkSL interpreter by Brian Osman · 4 years, 7 months ago
- 96f6401 harmonize rewrite-includes and gn-format checks by Mike Klein · 4 years, 7 months ago
- c89ca0b [canvaskit] Tweak matrix benchmarks by Kevin Lubick · 4 years, 7 months ago
- 6bffe39 [canvaskit] Handle passing matrix values into CK ourselves. by Kevin Lubick · 4 years, 7 months ago
- 523f02d [skottie] Cleanup pass by Florin Malita · 4 years, 7 months ago
- 37d8c64 [canvaskit] Add tests for RTShader by Kevin Lubick · 4 years, 7 months ago
- 8ce842d Fix the CanvasKit viewer build by Chris Dalton · 4 years, 7 months ago
- a01c6b0 reformat GN files by Mike Klein · 4 years, 7 months ago
- 9e2d384 [canvaskit] Add support for DOMMatrix to some APIs by Kevin Lubick · 4 years, 7 months ago
- eeaabc4 [skottie] Vector-encoded paths by Florin Malita · 4 years, 7 months ago
- 507e486 Revert "Enable deprecated-copy-dtor warning." by Ben Wagner · 4 years, 7 months ago
- e990fcc Enable deprecated-copy-dtor warning. by Ben Wagner · 4 years, 8 months ago
- 01f2ce0 [skottie] Use a documenting alias for Animator::seek() return type by Florin Malita · 4 years, 7 months ago
- 0147de4 [skottie] Lazy adapter sync by Florin Malita · 4 years, 8 months ago
- 32494ad Remove deprecated functions by Nathaniel Nifong · 4 years, 8 months ago
- 833313b Add back deprecated warnings. by Ben Wagner · 4 years, 8 months ago
- bb7d95f [skottie] Cleanup: relocate Animator base class out of SkSG by Florin Malita · 4 years, 8 months ago
- a169b00 Respect grapheme clusters when wrapping text by Julia Lavrova · 4 years, 8 months ago
- e5d3254 Reland "Switch to using a Float32Array (bound as value array) for color." by Nathaniel Nifong · 4 years, 8 months ago
- bccb5f3 Add a simple FPS meter to CanvasKit viewer by Chris Dalton · 4 years, 8 months ago
- 988ce04 remove localmatrix parameter from Blend and Lerp compose shaders by Kevin Lubick · 4 years, 8 months ago
- 2b59890 Bootstrap a very simple viewer implementation in CanvasKit by Chris Dalton · 4 years, 8 months ago
- ae58199 [skottie] Initial drop shadow style support by Florin Malita · 4 years, 8 months ago
- cb77eab Revert "Switch to using a Float32Array (bound as value array) for color." by Robert Phillips · 4 years, 8 months ago
- 4e79b67 Switch to using a Float32Array (bound as value array) for color. by Nathaniel Nifong · 4 years, 8 months ago
- 99ede42 Some bengali text does not have cluster index in ascending order by Julia Lavrova · 4 years, 8 months ago
- 9339266 Infer NodeType in attachDiscardableAdapter. by Ben Wagner · 4 years, 8 months ago
- f4ba4ec Revert "Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"""" by Brian Salomon · 4 years, 8 months ago
- 1171d31 Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots""" by Brian Salomon · 4 years, 8 months ago
- fabad15 Remove ln "-T" option from cavaskit demo by Chris Dalton · 4 years, 8 months ago
- d3b92b9 [canvaskit] Add tests for gradients by Kevin Lubick · 4 years, 8 months ago
- afa83bc [canvaskit] Update to 0.14.0 by Kevin Lubick · 4 years, 8 months ago
- f279c63 [canvaskit] Add tests for patheffects by Kevin Lubick · 4 years, 8 months ago
- 8febecf [canvaskit] Make codec inclusion configurable by Kevin Lubick · 4 years, 8 months ago
- fb27c9a Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"" by Brian Salomon · 4 years, 8 months ago
- 3a76975 [skottie] VectorValue specialization by Florin Malita · 4 years, 8 months ago
- 00ba5ef Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots" by Brian Salomon · 4 years, 8 months ago
- f6784a8 Don't build GL on Metal, Vulkan, Dawn, Direct3D bots by Brian Salomon · 4 years, 8 months ago
- beefcb9 Reland saveLayer can omit the rectangle argument. by Kevin Lubick · 4 years, 8 months ago
- 141ac68 [skottie] Cleanup: split animators into separate CUs by Florin Malita · 4 years, 8 months ago
- 7957d53 Revert "Allow null rect for saveLayer" by Kevin Lubick · 4 years, 8 months ago
- 3d44f73 Sweep gradient support for CanvasKit by Dan Field · 4 years, 8 months ago
- f2e9709 Allow null rect for saveLayer by Dan Field · 4 years, 8 months ago
- ba96256 hide getters so we can change the internals of SkVertices by Mike Reed · 4 years, 8 months ago
- 6509bc7 [skottie] Cleanup VectorValue use by Florin Malita · 4 years, 8 months ago
- c02e77c [skottie] Effects cleanup pass by Florin Malita · 4 years, 8 months ago
- 06e5a15 [skottie] Power reduce trivial spatial Berzier by Florin Malita · 4 years, 8 months ago
- 6e7eac9 [skottie] Simplify the separate-dimensions vector interpolator by Florin Malita · 4 years, 8 months ago
- 92ec801 [skottie] 2D spatial interpolation support by Florin Malita · 4 years, 8 months ago
- 2e30796 Clean up Enums in Canvaskit by Nathaniel Nifong · 4 years, 8 months ago
- 0c465e3 SkShaders::Blend/GPU: treat null inputs as input color by Florin Malita · 4 years, 8 months ago
- a3aa601 Add a canvas test to make and draw SkVertices by Nathaniel Nifong · 4 years, 8 months ago
- a77f30c Reland "Split building encoding from decoding" by Leon Scroggins III · 4 years, 8 months ago
- 4054061 [skottie] Defibrillate wipe effects by Florin Malita · 4 years, 8 months ago
- ea3ddc9 [skottie] KeyframeAnimator builders by Florin Malita · 4 years, 8 months ago