UNCONFIRMED 113834
Enable GPU-GPU texture copy in Canvas2D painting for HTMLVideoElement if hardware accelerated video decode is in use.
https://bugs.webkit.org/show_bug.cgi?id=113834
Summary Enable GPU-GPU texture copy in Canvas2D painting for HTMLVideoElement if hard...
hkuang
Reported 2013-04-02 16:28:30 PDT
Hardware accelerated video decode is supported in most platforms like Windows, Mac OSX, ChromeOS, etc, to improve Video playback performance. On mobile platforms, most of the videos are hardware decoded now days. With limits resources on mobile platform, it will be quite inefficient if we tried to read the memory from GPU back to CPU when drawing video to Canvas. When the Canvas is hardware accelerated, there is a possibility to do a GPU-GPU texture copy instead of CPU readback when drawing video to Canvas. There is another patch in Chromium that needed to combine with this patch to enable this feature for Canvas2D painting on android platform.
Attachments
Brent Fulgham
Comment 1 2022-07-18 15:59:45 PDT
We believe that this is true for all Cocoa-based platforms. I'm not sure about GTK or WinCairo ports.
Note You need to log in before you can comment on or make changes to this bug.