Closed
Bug 1718497
Opened 3 years ago
Closed 3 years ago
Minimize / maximize / close buttons are not visible with Alpenglow theme with WebRender(Software D3D11) on Window7
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
Created from a user post on the desktop development channel.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
It looks similar to Bug 1636683.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 3•3 years ago
|
||
WebRender(Software D3D11) could be enabled with pref gfx.webrender.software=true and pref gfx.webrender.software.d3d11=true.
Assignee | ||
Comment 4•3 years ago
|
||
It seems that clear tile is not handled by WebRender(Software D3D11). composite_simple() handle the clear tile like the following.
Assignee | ||
Comment 5•3 years ago
|
||
With WebRender(Software), the problem did not happen. Since it copy BGRA data instead of blit data when tile is opaque.
https://searchfox.org/mozilla-central/rev/ed5c7b4262d4e30656886a45321cbbf4200de349/gfx/wr/swgl/src/composite.h#442
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 6•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Blocks: sw-wr-correctness
Assignee | ||
Comment 7•3 years ago
|
||
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/827ee33b9a37
Copy opaque tile instead of premultiplied blending r=lsalzman
Comment 9•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•