Bug 276490
Summary: | [WebGPU] read_write storage textures should use appropriate fence functions, when needed | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mike Wyrzykowski <mwyrzykowski> |
Component: | WebGPU | Assignee: | Tadeu Zagallo <tzagallo> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | aestes, commit-queue, mwyrzykowski, tzagallo, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 276917 | ||
Bug Blocks: |
Mike Wyrzykowski
[WebGPU] read_write storage textures should use appropriate fence functions, when needed
We could start with always omitting fence after every write. I think it is only needed when a read occurs. Alternatively, limit the insertion of fence to access::read_write textures.
Required to fix https://gpuweb.github.io/cts/standalone/?q=webgpu:shader,execution,memory_model,texture_intra_invocation_coherence:*
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/131545944>
Tadeu Zagallo
Pull request: https://github.com/WebKit/WebKit/pull/30715
EWS
Committed 281217@main (1f4a0763d4ce): <https://commits.webkit.org/281217@main>
Reviewed commits have been landed. Closing PR #30715 and removing active labels.
WebKit Commit Bot
Re-opened since this is blocked by bug 276917
Andy Estes
Reverted this by mistake. The revert has been undone in https://commits.webkit.org/281221@main.