Closed
Bug 1859432
Opened 2 years ago
Closed 2 years ago
Disable uploading software decoded video to ID3D11Texture2D in RDD process on Windows
Categories
(Core :: Graphics, task)
Core
Graphics
Tracking
()
RESOLVED
FIXED
121 Branch
| Tracking | Status | |
|---|---|---|
| firefox121 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Since Bug 1717119 fix, 4k+ video's software video decoding consumes more video frames to prevent frames drop like Bug 1834615. Then uploading software decoded video to ID3D11Texture2D in RDD process consumes a lot of GPU memory.
By Bug 1857385 fix, gecko could upload software decoded video to ID3D11Texture2D in GPU process. RDD process does not need to to the uploading anymore.
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → sotaro.ikeda.g
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
There is an r+ patch which didn't land and no activity in this bug for 2 weeks.
:sotaro, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit BugBot documentation.
Flags: needinfo?(sotaro.ikeda.g)
Flags: needinfo?(padenot)
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/95851433f341
Disable uploading software decoded video to ID3D11Texture2D in RDD process on Windows r=media-playback-reviewers,gfx-reviewers,lsalzman,padenot
| Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(sotaro.ikeda.g)
| Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(padenot)
Comment 4•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•