commit | 7a4f94f91e07d35e609fb659e7fa35521999ded4 | [log] [tgz] |
---|---|---|
author | Sunny Sachanandani <sunnyps@chromium.org> | Wed May 21 19:38:38 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 21 19:38:38 2025 |
tree | 6d66751e97dcf4236ba65c61dc855f69894907d2 | |
parent | d7b80d1302726073bedaae99d9e7a111b9934c23 [diff] |
[ios blink] Batch return read fence synchronized viz resources Resources that are synchronized using a GPU commands completed fence are not currently returned in a batch - this manifests as excessive mojo IPC CPU time on Motionmark Images. This CL fixes that by introducing a ScopedBatchReturnResources in the fence completed callback. Bug: 40254930 Change-Id: I5cf20ad166b8e29eecb492511e58ed1e3bff5941 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6569656 Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Auto-Submit: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/main@{#1463651}
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.