WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
263099
[WebGPU] A RenderBundle with several calls to setPipeline may not be built correctly
https://bugs.webkit.org/show_bug.cgi?id=263099
Summary
[WebGPU] A RenderBundle with several calls to setPipeline may not be built co...
Mike Wyrzykowski
Reported
2023-10-12 18:05:50 PDT
[WebGPU] A RenderBundle with several calls to setPipeline may not be built correctly The reason is we can change the pipeline state via -[MTLIndirectRenderCommand setRenderPipelineState:] but not the depth / stencil state. A website may call GPURenderBundleEncoder.setPipelineState() multiple times with different depth / stencil states and I think we need to create a new ICB to handle that correctly.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-10-12 18:06:36 PDT
<
rdar://problem/116893300
>
Mike Wyrzykowski
Comment 2
2023-10-13 11:35:14 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/19057
EWS
Comment 3
2023-10-26 14:23:05 PDT
Committed
269826@main
(17f80e19eb23): <
https://commits.webkit.org/269826@main
> Reviewed commits have been landed. Closing PR #19057 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug