[webkit-changes] [WebKit/WebKit] 35c4f4: [WebGPU] Disable support on VMs and simulators
mwyrzykowski
noreply at github.com
Wed Jan 15 09:57:10 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 35c4f43f7689a548a0a89b6b4d7e180c3eb0bf58
https://github.com/WebKit/WebKit/commit/35c4f43f7689a548a0a89b6b4d7e180c3eb0bf58
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2025-01-15 (Wed, 15 Jan 2025)
Changed paths:
A LayoutTests/fast/webgpu/regression/repro_285709-expected.txt
A LayoutTests/fast/webgpu/regression/repro_285709.html
A LayoutTests/platform/ios/fast/webgpu/repro_285709-expected.txt
M Source/WebGPU/WebGPU/HardwareCapabilities.mm
Log Message:
-----------
[WebGPU] Disable support on VMs and simulators
https://bugs.webkit.org/show_bug.cgi?id=285709
rdar://142642638
Reviewed by Alexey Proskuryakov and Tadeu Zagallo.
Simulator was already returning std::nullopt from this function since
simulator support is Apple2 and WebGPU requires Apple4 or later.
VM was reporting a GPU family which was inconsistent with the featureset
it supports, so disable on VMs as well.
* LayoutTests/fast/webgpu/regression/repro_285709-expected.txt: Added.
General hardware expectations.
* LayoutTests/fast/webgpu/regression/repro_285709.html: Added.
* LayoutTests/platform/ios/fast/webgpu/repro_285709-expected.txt: Added.
Add iOS specific expectations which should run on the simulator.
* Source/WebGPU/WebGPU/HardwareCapabilities.mm:
(WebGPU::isPhysicalHardware):
(WebGPU::rawHardwareCapabilities):
Canonical link: https://commits.webkit.org/288946@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list