commit | 43decd4b24a4306c4f3837359ca9ef47e9f3ccc2 | [log] [tgz] |
---|---|---|
author | Brandon Jones <bajones@chromium.org> | Tue May 11 19:50:16 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 11 19:50:16 2021 |
tree | 168acd0579c47b50776096c69c8731975472cb1f | |
parent | 2ac3ea9ecb1fe0ac716bedd989557b27927ba532 [diff] |
Removing deprecated WebGPU APIs, pt. 1 Removing multiple deprecated WebGPU APIs as outlined in the latest PSA doc: https://hackmd.io/BtRPZXulQICjbcZi4tLCdg?view This CL removes: - Fences - GPUAdapter.extensions and GPUDevice.extensions - GPUDevice.defaultQueue - Extent3D.depth - GPUTextureUsage.OUTPUT_ATTACHMENT - The async variant of getSwapChainPreferredFormat Bug: 1206740 Change-Id: Ie0c7933b603c7541f2187053e240ef49a2f0fb77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2879900 Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#881657}
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.