Closed
Bug 1683606
Opened 4 years ago
Closed 4 years ago
sw-wr: Avoid crash by using ID3D11Texture2D that uses obsoleted ID3D11Device
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
RenderCompositorD3D11SWGL uses ID3D11Texture2D that uses obsoleted ID3D11Device after device reset. That caused crash.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Updated•4 years ago
|
Blocks: sw-wr
Summary: sw-wr: Avoid crash by using obsoleted ID3D11Device → sw-wr: Avoid crash by using ID3D11Texture2D that uses obsoleted ID3D11Device
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4a6061d43991
Avoid crash by using ID3D11Texture2D that uses obsoleted ID3D11Device r=mattwoodrow
Assignee | ||
Comment 3•4 years ago
|
||
Atila, this bug should not cause Bug 1683801, since the change affect only to Windows.
Flags: needinfo?(abutkovits)
Comment 4•4 years ago
|
||
I belive that I have made a mistake here. Bug 1683801 was caused by another bug.
Sorry for the trouble.
Flags: needinfo?(abutkovits)
Comment 5•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
Assignee | ||
Updated•4 years ago
|
Blocks: sw-wr-stability
You need to log in
before you can comment on or make changes to this bug.
Description
•