commit | 8dfa31cbb869f1e3e7c93683666bf1a9f66fae92 | [log] [tgz] |
---|---|---|
author | Dominik Behr <dbehr@chromium.org> | Fri Sep 06 17:19:18 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 06 17:19:18 2024 |
tree | 672af789f92e7f2cf52aa4bf85b995c850511c49 | |
parent | 391f6697a6e000a850d23121b9a4b2bab730f343 [diff] |
[gpu] do not use GL_COMMANDS_ISSUED_CHROMIUM for CPU-GPU synchronization Revert https://crrev.com/839673003 GL_COMMANDS_ISSUED_CHROMIUM does not guarantee synchronization with CPU access to GPU native buffer, causing software renderer to reuse buffers prematurely resulting in onscreen corruption. BUG=b:343776209 TEST=run Chrome with native gpu memory buffer and software rasterization on Rauru. Change-Id: I381e6e48a21a44a00153f7373a1c4f764225365b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5838064 Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by: Peter McNeeley <petermcneeley@chromium.org> Commit-Queue: Peter McNeeley <petermcneeley@chromium.org> Cr-Commit-Position: refs/heads/main@{#1352133}
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.