commit | f6e8004cf37e0d6ca1dc8288349c2c62264fba36 | [log] [tgz] |
---|---|---|
author | Christopher Cameron <ccameron@chromium.org> | Wed Jul 28 19:10:49 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 28 19:10:49 2021 |
tree | 269038c3c22b7eb5c10e7c0311b02ecdc5ecfc81 | |
parent | 242d125575a20bc151a07913b41d566ecf84241a [diff] |
GLImageIOSurface: Fix memory accounting A GLImageIOSurface will report the full memory use of the IOSurface, even if the GLImageIOSurface is only bound to a single plane. When using per-plane image bindings, this will result in memory usage from video frames being reported as being twice as high as it is. When per-plane image binding was enabled, there were lots of memory regressions. This may be the reason (or there may be other things going on). Bug: 1233724 Change-Id: I6535d643af202856de122513ae5880e7aea342ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3058631 Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#906315}
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.