[R600] Resizing window produces hall of mirrors effect in new areas
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | wontfix |
firefox111 | --- | wontfix |
firefox112 | --- | wontfix |
firefox113 | --- | wontfix |
firefox114 | --- | fix-optional |
People
(Reporter: ke5trel, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
3.65 MB,
video/webm
|
Details |
STR:
- Start with
MOZ_ENABLE_WAYLAND=1
on Ubuntu 22.10 with HW-WR on low-spec graphics hardware (AMD RS880/R600). - Resize the window several times from the top-left corner.
There is a delay in the content catching up to the window and a hall of mirrors effect is rendered in the new areas on the right and bottom sides. Screen capture fails to record this effect, only showing black areas.
It is much more severe with HW-WR on low spec hardware but it can also be seen with SW-WR as a subtle flicker on the window edges.
Does not happen on XWayland where window resizing is synchronous with the content.
Regression window:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=798c43651cb145ef813aa9ece37b6d965afc315f&tochange=658c01aa35228543db3728393f7b2bfa626249df
Likely regressed by Bug 1734368.
Comment 1•2 years ago
|
||
:stransky, since you are the author of the regressor, bug 1734368, could you take a look?
For more information, please visit auto_nag documentation.
We can't use sync update as may block whole browser and makes off main thread rendering obsolete.
I tested that on AMD RX 6600 and also on 9 years old laptop with integrated Intel HD 530 and I don't see the effects there.
I'd say it's R600 specific bug then.
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Set release status flags based on info from the regressing bug 1734368
Updated•2 years ago
|
Updated•2 years ago
|
Description
•