Bug 258637 - GPUQueue.copyExternalImageToTexture is inefficient
Summary: GPUQueue.copyExternalImageToTexture is inefficient
Status: RESOLVED DUPLICATE of bug 263692
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-06-28 12:45 PDT by Mike Wyrzykowski
Modified: 2024-01-30 09:08 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Wyrzykowski 2023-06-28 12:45:07 PDT
GPUQueue.copyExternalImageToTexture is inefficient, it copies the PixelBuffer to the web process and calls writeTexture with the byes. We should be able to perform the copy without copying the bytes to the web process
Comment 1 Radar WebKit Bug Importer 2023-06-28 12:45:26 PDT
<rdar://problem/111466185>
Comment 2 Mike Wyrzykowski 2024-01-30 09:08:57 PST

*** This bug has been marked as a duplicate of bug 263692 ***