[Bug 111618] [Bisected]. [Regression]. Wayland. Chromium. Opening on full-screen mode videos lead to flickering white/black squads
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Sep 9 14:19:49 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=111618
--- Comment #1 from Lionel Landwerlin <lionel.g.landwerlin at linux.intel.com> ---
That is usually a desynchronization between the compositor and the client
(chromium) of state of the compression of the surface.
One is rendering compressed, the other reading uncompressed. We recently
pointed mutter/gnome-shell to avoid reading the texture of a shared surface
from the CPU (glReadPixels, etc...) because it would trigger that.
We should probably fix the driver, but this is somewhat of a rewrite of how we
deal with aux surfaces.
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20190909/821fce6c/attachment.html>
More information about the intel-3d-bugs
mailing list