Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 6fa8b55657705cff739f7b3b82a78f9dcd420eaa https://github.com/WebKit/WebKit/commit/6fa8b55657705cff739f7b3b82a78f9dcd420eaa Author: Mike Wyrzykowski <mwyrzykow...@apple.com> Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths: M Source/WebGPU/WebGPU/ComputePipeline.mm Log Message: ----------- [WebGPU] Compute pipelines are never used in ICBs https://bugs.webkit.org/show_bug.cgi?id=290780 rdar://148217032 Reviewed by Cameron McCormack. No need to set computePipelineDescriptor.supportIndirectCommandBuffers = YES for compute pipelines, they are never used as part of an ICB currently. Setting this has perf cost, so we should only set it if needed. * Source/WebGPU/WebGPU/ComputePipeline.mm: (WebGPU::createComputePipelineState): Canonical link: https://commits.webkit.org/292969@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes