commit | 6ad78e82fbd5ae3128df32e467221326685d9d0d | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Thu Oct 31 22:55:45 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 31 22:55:45 2024 +0000 |
tree | e324b55d43e5f558e292f2a4dbc5aad4c58c209c | |
parent | 1bcd8c82dfe49cb0ae3545e34a2a0249852317ed [diff] |
[dawn][Metal] Disable timestamp sampling on all Intel GPUs And not just Iris 655 Plus as done previously. On a variety of Intel GPUs on macOS, if timestamp queries are used at least once, the GPU gets stuck in high-power mode until the browser is closed. This causes heating and battery drainage of user's devices so instead prevent using timestamp queries on these devices. Bug: 368256332 Change-Id: Ia5c0eb2963fc1378d421c0ab7ca51ef91acee011 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/212896 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.