Closed
Bug 1683247
Opened 4 years ago
Closed 4 years ago
sw-wr: RenderDXGITextureHost::GetD3D11Texture2D() creates shared GL in RenderDXGITextureHost::GetD3D11Texture2D()
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
When RenderDXGITextureHost::GetD3D11Texture2D() is called with WebRender (Software D3D11), it creates shared GL and WebRenderShaders. sw-wr does not need them.
Assignee | ||
Updated•4 years ago
|
Summary: sw-wr: RenderDXGITextureHost::GetD3D11Texture2D() creates shared GL during device reset handling → sw-wr: RenderDXGITextureHost::GetD3D11Texture2D() creates shared GL in RenderDXGITextureHost::GetD3D11Texture2D()
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e58a9a0be702
Stop to create shared GL and WebRenderShaders in RenderDXGITextureHost::GetD3D11Texture2D() r=nical
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•