NEW 258917
Remote image buffer Context2D contexts are prepared needlessly
https://bugs.webkit.org/show_bug.cgi?id=258917
Summary Remote image buffer Context2D contexts are prepared needlessly
Kimmo Kinnunen
Reported 2023-07-06 03:12:37 PDT
Remote image buffer Context2D contexts are prepared needlessly The preparation step prepares for external access of the ImageBuffer backing store. The Context2D does not use external access for compositing, rather the image buffer is just drawn to another image buffer.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-07-06 03:14:52 PDT
Kimmo Kinnunen
Comment 2 2023-07-06 07:10:52 PDT
Note You need to log in before you can comment on or make changes to this bug.