[Webkit-unassigned] [Bug 192982] [GTK] Garbled rendering on Youtube while scrolling under X11.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 11 01:55:57 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=192982

--- Comment #13 from Miguel Gomez <magomez at igalia.com> ---
I found the reason of the strange colors showing up on the page. The problem is that we are creating a glcontext for the window whose default framebuffer doesn't have a stencil buffer (neither a depth one). Due to this, when we do stencil clipping on the default framebuffer it doesn't work properly, leaking to the page the last color we painted with.

I'm cooking a patch that creates a context using a GLXFBConfig that is compatible with the one used by the window but having a depth and stencil buffer.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190111/220852f2/attachment-0001.html>


More information about the webkit-unassigned mailing list