commit | 3bc1f7fe4654c11af43fc003eefb8d5e51de0777 | [log] [tgz] |
---|---|---|
author | Saifuddin Hitawala <hitawala@chromium.org> | Fri Oct 01 22:03:39 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 01 22:03:39 2021 |
tree | 5bfc48fb1adf21dfab88848e3e4304be8f56c5eb | |
parent | 15249fcb16cc53f70c8e492124ac5d1453a66588 [diff] |
Choose OzoneBacking over GLImageBacking for CrOS Ash This change completes a TODO where the OzoneFactory is chosen over GLImage since it supports creating shared images with both GMBs and pixel upload support. It also adds a check for device creation failures for x11 in ozone and fallbacks to GPU_READ when SCANOUT is not supported for creating pixmaps. It also fixes null image issue in SharedImageRepresentationGLTextureOzone. Bug: 1241537 Change-Id: If352cf3efde248ceacb12b64174ed6134749d6f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3187214 Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by: Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Saifuddin Hitawala <hitawala@chromium.org> Cr-Commit-Position: refs/heads/main@{#927402}
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.