[webkit-changes] [WebKit/WebKit] 501b96: [WebGPU] GPUAdapterInfo.device/architecture/descri...
mwyrzykowski
noreply at github.com
Thu Aug 22 21:21:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 501b962b3159b23f860841c5b2dd0931df79f186
https://github.com/WebKit/WebKit/commit/501b962b3159b23f860841c5b2dd0931df79f186
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-08-22 (Thu, 22 Aug 2024)
Changed paths:
M Source/WebCore/Modules/WebGPU/GPUAdapterInfo.h
Log Message:
-----------
[WebGPU] GPUAdapterInfo.device/architecture/description should return the same as vendor() (278542)
https://bugs.webkit.org/show_bug.cgi?id=278542
rdar://134528228
Reviewed by Dan Glastonbury.
Previously we were returning a bit too much information on Apple
platforms, such as applem2ultra for AdapterInfo.device.
Instead, return the same as vendor(), which for all iPhones, Macs,
iPads, and the visionPro is simply 'apple'.
* Source/WebCore/Modules/WebGPU/GPUAdapterInfo.h:
(WebCore::GPUAdapterInfo::architecture const):
(WebCore::GPUAdapterInfo::device const):
(WebCore::GPUAdapterInfo::description const):
Canonical link: https://commits.webkit.org/282649@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