Open
Bug 1880016
Opened 2 years ago
Updated 2 years ago
mSyncObject->Synchronize() in RenderCompositorANGLE::BeginFrame() is called when video frame is created by D3D11DXVA2Manager::CopyToImage()
Categories
(Core :: Graphics, enhancement)
Core
Graphics
Tracking
()
NEW
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
By default, hardware video decoder uses compositor device for D3D11Device. In this case, mSyncObject->Synchronize() in RenderCompositorANGLE::BeginFrame() is not necessary.
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → sotaro.ikeda.g
| Assignee | ||
Updated•2 years ago
|
Type: defect → enhancement
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/10faf99bbe8f
Make RenderDXGITextureHost::SyncObjectNeeded() return false when ID3D11Texture2D is created by compositor device r=gfx-reviewers,lsalzman
Comment 3•2 years ago
|
||
Backed out as requested, backout link: https://hg.mozilla.org/integration/autoland/rev/f99efb87e51aba9303e0ccea70e1512313a6dfa4
| Assignee | ||
Comment 4•2 years ago
|
||
Thank you!
Comment 5•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?(lsalzman)
Updated•2 years ago
|
Flags: needinfo?(lsalzman)
| Assignee | ||
Comment 6•2 years ago
|
||
I changed my mind. I am going to put off to land the patch for now.
Flags: needinfo?(sotaro.ikeda.g)
You need to log in
before you can comment on or make changes to this bug.
Description
•