commit | c0c1215d14e8d13457f42a003b056c89e53b5dbc | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Thu Feb 22 13:37:52 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 22 13:37:52 2024 |
tree | caa3bc07f9958de40ea0904653c59c7700b04633 | |
parent | a1b851f92ae012e297f689149155bc611ac57baa [diff] |
[Blink] Refine GpuCanvasContext WebGPU SharedImage usage reference GpuCanvasContext copies WebGPU textures to CanvasResourceProviders' backing SharedImages via the WebGPU interface: * Associating the backing SharedImage with a destination WebGPU texture * Copying the source WebGPU texture into the destination WebGPU texture * Disassociating the destination WebGPU texture with the backing SharedImage (on the service side, this ends the Dawn access that was initiated by the association) It currently CHECKs that the backing SharedImage has WEBGPU_READ | WEBGPU_WRITE usage, but for this purpose, the SI need have only WEBGPU_WRITE usage. Bug: 324930395 Change-Id: If5ea95930de5a28e4689f81c38cdadc8376eae13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5307802 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1263911}
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.