Closed
Bug 1587695
Opened 5 years ago
Closed 5 years ago
Fix redundant SwapChain re-creation
Categories
(Core :: Graphics: WebRender, task)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
Details
Attachments
(1 file)
Since Bug 1570879, SwapChain is created with alpha, then the SwapChain is typically re-created at first RenderCompositorANGLE::BeginFrame() called, since non Glass window is common since Windows 10. The re-creation is redundant.
It seems better to create SwapChain as non-alpha usage at first.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d0d277ebb448
Fix redundant SwapChain re-creation r=nical
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•