[Webkit-unassigned] [Bug 258637] New: GPUQueue.copyExternalImageToTexture is inefficient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 28 12:45:07 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=258637

            Bug ID: 258637
           Summary: GPUQueue.copyExternalImageToTexture is inefficient
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mwyrzykowski at apple.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230628/b716cac7/attachment.htm>


More information about the webkit-unassigned mailing list