commit | 98b8b6a1af336996549e6be75b00c91ea745cea1 | [log] [tgz] |
---|---|---|
author | Sunny Sachanandani <sunnyps@chromium.org> | Fri Aug 23 16:39:33 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 23 16:39:33 2024 |
tree | eb9721a6f1a83cb3ea3c0d96b5d9530ba5578344 | |
parent | 1f943e37298d0a460bd49f1a685859e8ccc21abb [diff] |
graphite: Skip GLFence for backpressure on Metal After https://crrev.com/c/5795722, any GL write access on IOSurface backings will also enqueue a Metal shared event that will later be used for backpressure. So using a GLFence is unnecessary. Remove the GLFence since that has extra overhead with Graphite - Metal command buffers end up being allocated in ANGLE just for the fence. Bug: 357138774 Change-Id: Ibe650e4e75d06118e904c1c703ba92b44de91f0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5805787 Reviewed-by: Quyen Le <lehoangquyen@chromium.org> Commit-Queue: Quyen Le <lehoangquyen@chromium.org> Auto-Submit: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/main@{#1346012}
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.