commit | 2f6397aa0a5aa899a8c84def5af65333ce8ce4e4 | [log] [tgz] |
---|---|---|
author | Sergey Ulanov <sergeyu@chromium.org> | Thu Aug 05 18:24:05 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 05 18:24:05 2021 |
tree | 204b8374f85ba7835ef54d9dece58bfbba3c999d | |
parent | 0f3688f7911b66f0b6becf11f5a2a6961b1cbbc1 [diff] |
[Fuchsia] Signal last release fences in ~OutputPresenterFuchsia ImagePipe may not signal the release fences submitted in the last Present() call, but ~ExternalVkImageBacking() waits for the corresponding Vulkan semaphores. This was causing the timeout for semaphore wait to expire. This change updates OutputPresenterFuchsia to signal the semaphore explicitly on destruction. Bug: 1234845 Change-Id: Ie979861a1408942d192b691d2252f4cfaea88c4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3073070 Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by: Emircan Uysaler <emircan@chromium.org> Reviewed-by: Peng Huang <penghuang@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#908955}
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.