Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
c75c2a0
Refactor JS support code to isolate multithreaded stuff.
eyebrowsoffire Sep 11, 2024
97b5065
Some attempts to make a single threaded skwasm variant.
eyebrowsoffire Sep 12, 2024
d357317
Some more tries.
eyebrowsoffire Sep 26, 2024
5958769
Some more changes.
eyebrowsoffire Oct 7, 2024
7cad722
Merge branch 'main' into skwasm_single_threaded
eyebrowsoffire Oct 24, 2024
39c1803
skwasm_st is working.
eyebrowsoffire Oct 24, 2024
1923170
New test suites for skwasm_st.
eyebrowsoffire Oct 28, 2024
322686c
Merge branch 'main' into skwasm_single_threaded
eyebrowsoffire Oct 28, 2024
970c168
Explicitly add a few exported symbols to CanvasKit.
eyebrowsoffire Oct 29, 2024
3e043c0
Generate builder json.
eyebrowsoffire Oct 29, 2024
7d998da
Fix formatting.
eyebrowsoffire Oct 29, 2024
52da191
Fix whitespace in JS file.
eyebrowsoffire Oct 29, 2024
5cc8b20
Clean up some of the artifact copying stuff.
eyebrowsoffire Oct 29, 2024
a6c6477
Update licenses golden.
eyebrowsoffire Oct 29, 2024
9fdeaa6
Produce fewer test shards.
eyebrowsoffire Oct 29, 2024
ee8f1cf
Make each test suite its own CI step.
eyebrowsoffire Oct 29, 2024
fe701ed
Oops, run safari on Mac.
eyebrowsoffire Oct 29, 2024
5218fb2
Regenerate builder json.
eyebrowsoffire Oct 29, 2024
009f485
Add some logging around creating the SkiaGoldClient
eyebrowsoffire Oct 30, 2024
69f002d
Bump buildroot.
eyebrowsoffire Oct 30, 2024
f1f32f5
Changed generate-builder-json into its own command, and have it read …
eyebrowsoffire Oct 30, 2024
af91ad0
Fix formatting issue.
eyebrowsoffire Oct 30, 2024
399c8cc
Update buildroot hash to the commit on master.
eyebrowsoffire Oct 30, 2024
c6716a5
Merge branch 'main' into skwasm_single_threaded
eyebrowsoffire Oct 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ allowed_hosts = [
]

deps = {
'src': 'https://github.com/flutter/buildroot.git' + '@' + '3f1a1f0b26c22a3de5ffe0d3a081397550a12185',
'src': 'https://github.com/flutter/buildroot.git' + '@' + '79bb5dfa69db3f72647c65d94dc1815bc84e9bed',

'src/flutter/third_party/depot_tools':
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7',
Expand Down Expand Up @@ -762,7 +762,7 @@ deps = {
},

'src/flutter/prebuilts/emsdk': {
'url': Var('skia_git') + '/external/github.com/emscripten-core/emsdk.git' + '@' + 'a896e3d066448b3530dbcaa48869fafefd738f57',
'url': Var('skia_git') + '/external/github.com/emscripten-core/emsdk.git' + '@' + '2514ec738de72cebbba7f4fdba0cf2fabcb779a5',
'condition': 'download_emsdk',
},

Expand Down
Loading