commit | 6aaa28bae000e887c6c34fdf1a3485262ab44924 | [log] [tgz] |
---|---|---|
author | Kyle Charbonneau <kylechar@chromium.org> | Tue Aug 16 14:48:26 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 16 14:48:26 2022 |
tree | c0da515e542483efb784809f5918fd1fb3f1b6d8 | |
parent | 37cae0fb8a84fc75abdf2dfbe11ff59332daac1d [diff] |
Revert "Make compound backing work with GLTextureImageBacking" This reverts commit 8d6fa86174dda68bdfa7b42e19369e3a083284c2. Reason for revert: Broken video on Windows. crbug.com/1353343 Original change's description: > Make compound backing work with GLTextureImageBacking > > Make GLTextureImageBacking work with compound image backing and have it > replace GLImageBacking for shared memory GMBs. > GLTextureImageBackingFactory ignores scanout usage for shared memory > GMBs to match existing behaviour in GLImageBackingFactory. > > This also removes the GLImageBackingFactory functionality to work with > shared memory GMBs and having two instances of the factory. > Unfortunately GLTextureImageBackingFactory needs two instances, one for > regular GL textures and one for shared memory GMBs, to ensure we pick > the right backing type on Windows. This should be a temporary state > until usage flags to specify when D3D backing, eg. supporting > CopyToGpuMemoryBuffer() and ProduceMemory() for overlay path, are needed > get added. > > Bug: 1293509 > Change-Id: I6eb071c8b27f92a2cbcafbb6145f4c05ce04c000 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3774213 > Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> > Commit-Queue: Kyle Charbonneau <kylechar@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1035129} Bug: 1293509, 1353343 Change-Id: I9c07a7574b5ddd3c000742b30ea2bf1369956fe7 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3831244 Auto-Submit: Kyle Charbonneau <kylechar@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1035504}
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.