commit | 412102545f9ad7227ab675c7e2a5a37a6d822080 | [log] [tgz] |
---|---|---|
author | Vasiliy Telezhnikov <vasilyt@chromium.org> | Mon Nov 04 21:51:50 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 04 21:51:50 2024 |
tree | 7505f32b0367db954c87af42f6475def3e3601e4 | |
parent | ca817c41e9a242b1f6e3e4a0a732c9470aea0f1b [diff] |
Add recommended AHardwareBuffer usage from Vulkan This CL changes how we calculate AHB usage flags: * Explicitly add USAGE_COMPOSER_OVERLAY (not rely on SurfaceControl::RequiredUsage) * Query recommended flags from Vulkan We use two kill-switches, one guarding all changes (will be added to about flags in follow up) and one targeted most risky part when we mix flags from vulkan and overlays. Both are disabled by default in this CL, will enable in follow up. Bug: 40836080 Change-Id: Idd7ea0b3c5dea67995fbff289fa50fc0bf44c53e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5982270 Reviewed-by: Kyle Charbonneau <kylechar@chromium.org> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1377922}
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.