Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5f1dbf558ddd5140ca297618e7145001895e5625
https://github.com/WebKit/WebKit/commit/5f1dbf558ddd5140ca297618e7145001895e5625
Author: Mike Wyrzykowski <[email protected]>
Date: 2025-04-07 (Mon, 07 Apr 2025)
Changed paths:
M Source/WebGPU/WebGPU/ComputePipeline.h
M Source/WebGPU/WebGPU/ComputePipeline.mm
M Source/WebGPU/WebGPU/RenderPipeline.h
M Source/WebGPU/WebGPU/RenderPipeline.mm
Log Message:
-----------
[WebGPU] Render / compute pipelines remain valid when their underlying layout
is invalid
https://bugs.webkit.org/show_bug.cgi?id=291183
rdar://148683481
Reviewed by Tadeu Zagallo.
When a render / compute pipeline's layout becomes invalid
then the respective pipeline should too.
* Source/WebGPU/WebGPU/ComputePipeline.h:
(WebGPU::ComputePipeline::isValid const):
* Source/WebGPU/WebGPU/RenderPipeline.h:
(WebGPU::RenderPipeline::isValid const):
* Source/WebGPU/WebGPU/ComputePipeline.mm:
(WebGPU::ComputePipeline::getBindGroupLayout):
* Source/WebGPU/WebGPU/RenderPipeline.mm:
(WebGPU::RenderPipeline::getBindGroupLayout):
Additionally invalidation should only occur when exceeding the device's
maxBindGroups
Canonical link: https://commits.webkit.org/293375@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes