commit | a1c1bd8c7674563f30c69e09845ca154bbf55321 | [log] [tgz] |
---|---|---|
author | Vikas Soni <vikassoni@chromium.org> | Thu Jan 12 00:02:27 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 12 00:02:27 2023 |
tree | ad772886fb8346586281b04ca26f77ef4d520829 | |
parent | 36607aecb5c4dd56bfd323aeadafe545e78dfe8e [diff] |
Add EGLImage to DawnEGLImageRepresentation constructor. Since DawnEGLImageRepresentation only uses GLImage to get EGLImage, pass EGLImage to its constructor. This will eliminate need to having a GLImage in DawnEGLImageRepresentation. Bug: 1332554 Change-Id: I972a75357cf3824cba95b073e56bed031743cb4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4150197 Auto-Submit: vikas soni <vikassoni@chromium.org> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by: Peng Huang <penghuang@chromium.org> Commit-Queue: vikas soni <vikassoni@chromium.org> Cr-Commit-Position: refs/heads/main@{#1091582}
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.