RESOLVED FIXED259436
Avoid going back to the GPU process for canvas ImageData when possible
https://bugs.webkit.org/show_bug.cgi?id=259436
Summary Avoid going back to the GPU process for canvas ImageData when possible
Cameron McCormack (:heycam)
Reported 2023-07-23 18:13:39 PDT
We can detect cases where getImageData() need not go back to the GPU process for ImageData.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-07-23 18:13:54 PDT
Cameron McCormack (:heycam)
Comment 2 2023-07-23 18:19:02 PDT
Said Abou-Hallawa
Comment 3 2023-08-04 15:30:48 PDT
In bug 227427, I tried to do the same thing (avoid going to GPUP if the image data in WebP is still valid).
EWS
Comment 4 2023-08-07 02:56:28 PDT
Committed 266632@main (5466cd2c2451): <https://commits.webkit.org/266632@main> Reviewed commits have been landed. Closing PR #16028 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.