Open
Bug 1673415
Opened 4 years ago
Updated 4 years ago
wr_renderer_lock_external_image is called for video frames that are promoted to compositor surfaces
Categories
(Core :: Graphics: WebRender, defect, P3)
Core
Graphics: WebRender
Tracking
()
NEW
People
(Reporter: mstange, Unassigned)
References
(Blocks 1 open bug)
Details
wr_renderer_lock_external_image
creates a GL texture for an external image.
In the case of videos that are presented as compositor surfaces, we do not need a GL texture, and creating one comes with unnecessary overhead.
It would be great if we could avoid calling it in this case.
Comment 1•4 years ago
|
||
The severity field is not set for this bug.
:jimm, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jmathies)
Updated•4 years ago
|
Severity: -- → N/A
Flags: needinfo?(jmathies)
Priority: -- → P3
Comment 2•4 years ago
|
||
The severity field is not set for this bug.
:jimm, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jmathies)
Updated•4 years ago
|
Severity: N/A → S4
Flags: needinfo?(jmathies)
You need to log in
before you can comment on or make changes to this bug.
Description
•