Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 84d86c9e712c57a74dc460e7f46495728747e145 https://github.com/WebKit/WebKit/commit/84d86c9e712c57a74dc460e7f46495728747e145 Author: Mike Wyrzykowski <mwyrzykow...@apple.com> Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths: A LayoutTests/fast/webgpu/nocrash/fuzz-295370-expected.txt A LayoutTests/fast/webgpu/nocrash/fuzz-295370.html M Source/WebGPU/WebGPU/CommandEncoder.h M Source/WebGPU/WebGPU/CommandEncoder.mm Log Message: ----------- [WebGPU] synchronizeResource is not needed for UMA systems https://bugs.webkit.org/show_bug.cgi?id=295370 rdar://154828949 Reviewed by Tadeu Zagallo. SV exhibits a retain issue on some UMA devices with calls to sychronizeResource: which is not neede on UMA, only Intel Macs. * LayoutTests/fast/webgpu/nocrash/fuzz-295370-expected.txt: Added. * LayoutTests/fast/webgpu/nocrash/fuzz-295370.html: Added. Add regression test. * Source/WebGPU/WebGPU/CommandEncoder.mm: (WebGPU::CommandEncoder::CommandEncoder): (WebGPU::CommandEncoder::finish): Only compile the code on X86. Canonical link: https://commits.webkit.org/296984@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