forked from emscripten-core/emscripten
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid garbage-free WebGL APIs when memory size is over 2gb.
Both chrome and firefox see have some issues with passing 2gb+ and 4gb+ offsets to these APIs. Once the browser issues are addressed we can lift these restrictions over time. Fixes: emscripten-core#20533
- Loading branch information
Showing
18 changed files
with
106,634 additions
and
102 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"a.html": 569, | ||
"a.html.gz": 379, | ||
"a.js": 4589, | ||
"a.js.gz": 2341, | ||
"a.js": 4536, | ||
"a.js.gz": 2312, | ||
"a.wasm": 10451, | ||
"a.wasm.gz": 6724, | ||
"total": 15609, | ||
"total_gz": 9444 | ||
"total": 15556, | ||
"total_gz": 9415 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"a.html": 354, | ||
"a.html.gz": 266, | ||
"a.js": 22323, | ||
"a.js.gz": 11632, | ||
"total": 22677, | ||
"total_gz": 11898 | ||
"a.js": 22270, | ||
"a.js.gz": 11604, | ||
"total": 22624, | ||
"total_gz": 11870 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"a.html": 569, | ||
"a.html.gz": 379, | ||
"a.js": 4075, | ||
"a.js.gz": 2170, | ||
"a.js": 4056, | ||
"a.js.gz": 2152, | ||
"a.wasm": 10451, | ||
"a.wasm.gz": 6724, | ||
"total": 15095, | ||
"total_gz": 9273 | ||
"total": 15076, | ||
"total_gz": 9255 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"a.html": 354, | ||
"a.html.gz": 266, | ||
"a.js": 21794, | ||
"a.js.gz": 11450, | ||
"total": 22148, | ||
"total_gz": 11716 | ||
"a.js": 21775, | ||
"a.js.gz": 11436, | ||
"total": 22129, | ||
"total_gz": 11702 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters