[Wayland/GL compositor] Visual glitches when selecting text by mouse
Categories
(Core :: Graphics, defect, P3)
Tracking
()
People
(Reporter: stransky, Assigned: stransky)
References
(Blocks 2 open bugs, )
Details
A page is flickering when text is selected by mouse on Wayland/GL compositor. It does not affect WebRender.
- Go to ct24.cz, open any article
- Repeatedly select some text and images
- See the flickering
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Unable to reproduce with dma buf backend.
Assignee | ||
Comment 3•5 years ago
|
||
Also does not reproduce when switched SHM EGL backend from ContentClientSingleBuffered to ContentClientDoubleBuffered, but that change leads to significant performance drop.
Assignee | ||
Comment 4•5 years ago
|
||
This bug happens only when a frame is composited from more than one texture source - so it happens on particular page location only.
Assignee | ||
Comment 5•5 years ago
|
||
Seems to be caused by upload to texture and then rendering from it shortly after the upload...the texture it not complete. I see no flickering then the textures are not updated and compositor just re-use existing texture content.
Assignee | ||
Comment 6•5 years ago
|
||
Hm, tested with desktop GL (Bug 1474281) but result is the same.
Assignee | ||
Comment 7•5 years ago
•
|
||
Tracked down to EffectTypes::COMPONENT_ALPHA but still not sure why.
Assignee | ||
Comment 8•5 years ago
|
||
It's caused by incomplete texture upload - reported as MESA bug https://gitlab.freedesktop.org/mesa/mesa/issues/1992
Assignee | ||
Comment 9•5 years ago
|
||
Only workaround here right now is to use dma-buf backend - which needs Bug 1589924 fixed at least.
Assignee | ||
Comment 10•5 years ago
|
||
Closing as Wontfix - better to concentrate to webrender.
Description
•