[webkit-changes] [WebKit/WebKit] 57b35e: [WebGPU] Support counter set only on certain devices
mwyrzykowski
noreply at github.com
Wed Nov 20 22:17:22 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 57b35e7ee82a383aaa1df14ae71f501fc6d5e186
https://github.com/WebKit/WebKit/commit/57b35e7ee82a383aaa1df14ae71f501fc6d5e186
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-11-20 (Wed, 20 Nov 2024)
Changed paths:
M Source/WebGPU/WebGPU/HardwareCapabilities.mm
Log Message:
-----------
[WebGPU] Support counter set only on certain devices
https://bugs.webkit.org/show_bug.cgi?id=283441
rdar://139265606
Reviewed by Dan Glastonbury.
Intel Iris returns NSString* instead of NSArray<id<MTLCounterSet>>*
as required by the Metal API.
Workaround Intel driver bug by disabling this optional feature on Intel.
* Source/WebGPU/WebGPU/HardwareCapabilities.mm:
(WebGPU::isIntel):
(WebGPU::baseCapabilities):
Canonical link: https://commits.webkit.org/286890@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