[Webkit-unassigned] [Bug 215630] Safari 14: Graphics is distorted when playing online games (https://cs-online.club/en/servers)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 18 17:15:49 PDT 2020


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

--- Comment #7 from Dean Jackson <dino at apple.com> ---
I'm a bit confused as to what is going on with the page. On good frames the page simply does:

bufferSubData
clear
drawArrays (the lines)
drawArrays (the nodes)

On the frames that produce black, there is also a pass that:

createFramebuffer
createTexture
texImage2D
framebufferTexture2D
createRenderbuffer
viewport
scissor
createProgram
adds shaders and links
drawArrays
readPixels

-- 
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/20200819/70ed581d/attachment.htm>


More information about the webkit-unassigned mailing list