Closed
Bug 1477783
Opened 6 years ago
Closed 6 years ago
Async blob causes us to always reupload blob textures (http://snapsvg.io/demos/#game got much slower with async blob)
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox-esr60 | --- | unaffected |
firefox61 | --- | unaffected |
firefox62 | --- | unaffected |
firefox63 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
Details
(Keywords: regression)
It went from 60fps to 20fps and we're spending all of our time uploading textures:
https://perfht.ml/2LzJJl6
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(nical.bugzilla)
Assignee | ||
Comment 1•6 years ago
|
||
It looks like we're reuploading even when the contents of the blobs haven't changed.
Assignee | ||
Updated•6 years ago
|
Summary: http://snapsvg.io/demos/#game got much slower with async blob → Async blob causes us to always reupload blob textures (http://snapsvg.io/demos/#game got much slower with async blob)
Assignee | ||
Comment 2•6 years ago
|
||
I've put up https://github.com/servo/webrender/pull/2926
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jmuizelaar
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Fixed via bug 1477505.
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(nical.bugzilla)
Resolution: --- → FIXED
Updated•6 years ago
|
status-firefox63:
affected → ---
Updated•6 years ago
|
status-firefox61:
--- → unaffected
status-firefox62:
--- → unaffected
status-firefox63:
--- → fixed
status-firefox-esr52:
--- → unaffected
status-firefox-esr60:
--- → unaffected
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•