Bug 267128

Summary: RemoteGPUProxy uses GPUProcessConnection in thread-unsafe manner
Product: WebKit Reporter: Kimmo Kinnunen <kkinnunen>
Component: WebGPUAssignee: Kimmo Kinnunen <kkinnunen>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 16   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=266825

Kimmo Kinnunen
Reported 2024-01-05 05:27:14 PST
RemoteGPUProxy uses GPUProcessConnection in thread-unsafe manner RemoteGPUProxy might be instantiated in a Worker. GPUProcessConnection cannot be stored into RemoteGPUProxy as GPUProcessConnection cannot be used from non-main thread.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-01-05 05:27:24 PST
Kimmo Kinnunen
Comment 2 2024-01-05 05:33:23 PST
EWS
Comment 3 2024-01-06 06:23:27 PST
Committed 272731@main (11e984bdb5d8): <https://commits.webkit.org/272731@main> Reviewed commits have been landed. Closing PR #22432 and removing active labels.
EWS
Comment 4 2024-01-17 12:45:49 PST
Committed 272448.239@safari-7618-branch (e13b8e260107): <https://commits.webkit.org/272448.239@safari-7618-branch> Reviewed commits have been landed. Closing PR #1025 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.