Bug 258637

Summary: GPUQueue.copyExternalImageToTexture is inefficient
Product: WebKit Reporter: Mike Wyrzykowski <mwyrzykowski>
Component: WebGPUAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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 ***