Bug 267128
Summary: | RemoteGPUProxy uses GPUProcessConnection in thread-unsafe manner | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
Component: | WebGPU | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/120539209>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/22432
EWS
Committed 272731@main (11e984bdb5d8): <https://commits.webkit.org/272731@main>
Reviewed commits have been landed. Closing PR #22432 and removing active labels.
EWS
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.