Closed
Bug 1791693
Opened 2 years ago
Closed 2 years ago
Enable RemoteTexture on WebGL with sync present until early beta
Categories
(Core :: Graphics: CanvasWebGL, task)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
107 Branch
Tracking | Status | |
---|---|---|
firefox107 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
By using RemoteTexture, gl::SharedSurface could be recycled. It seems to improve WebGL performance. RemoteTexture was originally implemented for async present. But with pref webgl.out-of-process.async-present.force-sync = true, it works as sync present.
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Updated•2 years ago
|
Summary: Enable RemoteTexture on WebGL with pref webgl.out-of-process.async-present.force-sync=true → Enable RemoteTexture on WebGL with sync present
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
With RemoteTexture on WebGL with sync present, glterrain was improved a lot.
Updated•2 years ago
|
Attachment #9295507 -
Attachment description: Bug 1791693 - Enable RemoteTexture on WebGL with sync present → Bug 1791693 - Enable RemoteTexture on WebGL with sync present until early beta
Assignee | ||
Comment 3•2 years ago
|
||
RemoteTexture implementation was refactored by Bug 1781740.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 4•2 years ago
|
||
Test results seems good.
https://treeherder.mozilla.org/jobs?repo=try&revision=c6073ec11961068a6377a58e0002539856def702
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5cbd3d92a78c
Enable RemoteTexture on WebGL with sync present until early beta r=jgilbert,gfx-reviewers
Comment 6•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox107:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 107 Branch
Comment 7•2 years ago
|
||
== Change summary for alert #35668 (as of Wed, 12 Oct 2022 21:59:40 GMT) ==
Improvements:
Ratio | Test | Platform | Options | Absolute values (old vs new) |
---|---|---|---|---|
68% | glterrain | linux1804-64-shippable-qr | e10s fission stylo webrender-sw | 8.15 -> 2.61 |
67% | glterrain | linux1804-64-qr | e10s fission stylo webgl-ipc webrender | 8.82 -> 2.92 |
67% | glterrain | linux1804-64-shippable-qr | e10s fission stylo webrender | 8.76 -> 2.92 |
66% | glterrain | linux1804-64-shippable-qr | e10s fission stylo webgl-ipc webrender | 8.56 -> 2.91 |
29% | glterrain | macosx1015-64-shippable-qr | e10s fission stylo webrender-sw | 1.32 -> 0.94 |
... | ... | ... | ... | ... |
22% | glterrain | windows10-64-shippable-qr | e10s fission stylo webrender-sw | 1.43 -> 1.11 |
For up to date results, see: https://treeherder.mozilla.org/perfherder/alerts?id=35668
Assignee | ||
Updated•2 years ago
|
Summary: Enable RemoteTexture on WebGL with sync present → Enable RemoteTexture on WebGL with sync present until early beta
You need to log in
before you can comment on or make changes to this bug.
Description
•