[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
Wed Aug 19 14:02:33 PDT 2020


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

--- Comment #12 from Kenneth Russell <kbr at google.com> ---
Both James and I are a bit swamped this week and would appreciate any help figuring out which driver bug needs to be worked around to pass more of the failing conformance tests.

One approach might be to search through this file:
https://source.chromium.org/chromium/chromium/src/+/master:gpu/config/gpu_driver_bug_list.json?q=gpu_driver_bug_list.json

for:
  "type": "macosx"

then launch Chrome from the command line disabling each of those workarounds in turn:

/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --user-data-dir=/tmp/t1 --use-cmd-decoder=validating --clamp_texture_base_level_and_max_level=0

(--use-cmd-decoder=passthrough switches to the ANGLE backend)

and see which one causes those tests to break, and/or this site to start rendering incorrectly.

-- 
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/00e4f195/attachment.htm>


More information about the webkit-unassigned mailing list