[Bug 111140] Buffer corruption with Chromium on gnome-shell (wayland) after taking a screenshot

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jul 16 14:32:16 UTC 2019


https://bugs.freedesktop.org/show_bug.cgi?id=111140

--- Comment #6 from Lionel Landwerlin <lionel.g.landwerlin at linux.intel.com> ---
Right mutter/cogl ends up calling glGetTexImage() which transfer one of the
image of the chromium set of images into a non compressed texture.

I need to read more GL spec to figure out what should actually happen on the
driver side.
One way mutter could workaround this would be to use the
get_image_via_offscreen() path in meta_shaped_texture_get_image() so that the
state of the image is not affected.

-- 
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/20190716/77a97870/attachment-0001.html>


More information about the intel-3d-bugs mailing list