[Webkit-unassigned] [Bug 229986] WebGL Canvas will not update when using putImageData with small area update.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 10 06:56:51 PDT 2021


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

Kimmo Kinnunen <kkinnunen at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sabouhallawa at apple.com

--- Comment #6 from Kimmo Kinnunen <kkinnunen at apple.com> ---
Thanks for the report!
I did a layout test for this, but not a fix yet.

After the first update, the putImageData is buggy due to some shortcutting that is visible to getImageData but is not visible when reading with WebGL. Probably related to flushes and the fact that putImageData puts the data into the memory area past CG context bookkeeping.

-- 
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/20210910/0034c9a0/attachment.htm>


More information about the webkit-unassigned mailing list