commit | 3ff765f253c675306682c5504aff95f61d5891c4 | [log] [tgz] |
---|---|---|
author | Sunny Sachanandani <sunnyps@chromium.org> | Wed Apr 09 23:14:41 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 09 23:14:41 2025 |
tree | 440c8c392a3828cfd30f81835f42451da2c88c51 | |
parent | 4f9c486475ea981092ad2c4f9f3e62f533af9281 [diff] |
[gpu] Do not support dcomp textures without d3d fences D3D fences are not used if monitored fences aren't available. Without fences, we attempt to use keyed mutex which cannot work in conjunction with dcomp textures. Bug: 407302711 Change-Id: Ib2752a68ca1bde780cdc713c42e8beab5cce38a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6443318 Auto-Submit: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by: Michael Tang <tangm@microsoft.com> Commit-Queue: Michael Tang <tangm@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1445006}
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.