Closed
Bug 1419882
Opened 7 years ago
Closed 6 years ago
Multiple external blobs in the MotionMark image test
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox59 | --- | affected |
People
(Reporter: kvark, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [wr-reserve])
Attachments
(1 file)
251.36 KB,
image/png
|
Details |
Looking at the Test-07 of MotionMark that shows a bunch of images fading into darkness, I noticed that each of them is provided to WebRender as a separate external image blob of size 50x50, each getting an individual draw call. This is inefficient. At the very least, Gecko should provide an atlas of images. Ideally, they should be generated and managed by WebRender all alone.
Reporter | ||
Updated•7 years ago
|
Blocks: motionmark
Updated•7 years ago
|
Whiteboard: [wr-mvp] [triage]
Comment 1•7 years ago
|
||
These images are canvases.
Updated•7 years ago
|
Blocks: stage-wr-trains
Priority: -- → P3
Whiteboard: [wr-mvp] [triage] → [wr-mvp] [triage][wr-reserve-candidate]
Updated•7 years ago
|
Whiteboard: [wr-mvp] [triage][wr-reserve-candidate] → [wr-reserve]
Comment 2•6 years ago
|
||
Since these are canvases there's probably nothing we can do.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•