Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d77809d46e44e2748bb982d6365fd13b17acc10d
https://github.com/WebKit/WebKit/commit/d77809d46e44e2748bb982d6365fd13b17acc10d
Author: Yury Yarashevich <[email protected]>
Date: 2025-11-13 (Thu, 13 Nov 2025)
Changed paths:
A PerformanceTests/Canvas/drawImageSourceVideoFrameCanvasWebGL.html
A PerformanceTests/Canvas/drawImageSourceVideoFrameOffscreenCanvasWebGL.html
Log Message:
-----------
Construct VideoFrame from Canvas & OffscreenCanvas
https://bugs.webkit.org/show_bug.cgi?id=300579
Reviewed by Kimmo Kinnunen.
This add two simple tests to measure performance of construction of
VideoFrame from Canvas & OffscreenCanvas. The ineffective implementation
of VideoFrame constructor does copy between processes and transformation
of pixels and will be slow in benchmark.
* PerformanceTests/Canvas/videoFrameFromCanvas.html: Added.
* PerformanceTests/Canvas/videoFrameFromOffscreenCanvas.html: Added.
Canonical link: https://commits.webkit.org/302974@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications