[Webkit-unassigned] [Bug 230749] REGRESSION (Safari 15): Poor WebGL performance on https://downloads.scirra.com/labs/particles
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 25 05:51:38 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=230749
Kimmo Kinnunen <kkinnunen at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |231607
--- Comment #19 from Kimmo Kinnunen <kkinnunen at apple.com> ---
This is most likely due to the same root cause as bug 231607.
The test case appears to ramp up the amount of vertices drawn with drawArrays.
This causes the conversion attribute buffers to be re-allocated for each draw.
To work around the issue, you could try to store each vertex attribute in a separate buffer.
Referenced Bugs:
https://bugs.webkit.org/show_bug.cgi?id=231607
[Bug 231607] REGRESSION (iOS 15): Tab crashes when trying to render Projector stories
--
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/20211025/05aaf849/attachment.htm>
More information about the webkit-unassigned
mailing list