commit | 73fd78e4c4d2b62be4521aaaa70551779e742c0d | [log] [tgz] |
---|---|---|
author | Brandon Jones <bajones@chromium.org> | Wed Apr 13 01:22:52 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 13 01:22:52 2022 |
tree | c5a1aa8f2dd481c246fdca04f9b0e97fa091f7da | |
parent | 89f4333d8dfd9d0b0147efd13583f344ca7cfd31 [diff] |
Implement GPUQueueDescriptor, device/queue labels Implements GPUQueueDescriptor as well as communicating label attribute changes for GPUDevice/GPUQueue to Dawn. Labels from the descriptors are not passed to Dawn at the time of requestDevice due to how the descriptor is currently being passed, but is instead set using the setLabel() method immediately after creation. This should generally not be observable unless there are errors during device creation that would have included the label. Bug: dawn:1323 Change-Id: I27e608cb01ed76f9cdefd1740c3dcb370661409d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3569265 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Brandon Jones <bajones@chromium.org> Cr-Commit-Position: refs/heads/main@{#991837}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.