commit | cf574772f3a6dd1924a903d1d32475f7932b21ec | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Thu Jan 04 16:08:34 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 04 16:08:34 2024 |
tree | f45f8b3ac0148f33c5b939b4da75619b2a8d58ce | |
parent | b3a16a9d0abcb6d4c872bb352a08c46336c5f2b7 [diff] |
[//gpu] Clarify EGLImageBackingFactoryUnittest GLES2 SharedImage usage These tests write to the created SI via GLES2 but do not read from it. This CL strips out the read usage and also changes the scoped access made by the test in question to correctly be READWRITE rather than its current incorrect value of READ. Bug: 1512542 Change-Id: Icff6561b7833c81d1c5e7b20722524a884088386 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5167971 Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/main@{#1242909}
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.