commit | b2a2a2bcddf11f18b95704c5fb6f616bcb5e2fe1 | [log] [tgz] |
---|---|---|
author | Saifuddin Hitawala <hitawala@chromium.org> | Wed Oct 12 21:40:00 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 12 21:40:00 2022 |
tree | 2256153d175c5d9a50c59019256967dce9395b6c | |
parent | 3879406517fb19168eb0944866f77f7352c05962 [diff] |
MultiplanarSI: Add GetTextureBase(int) to GLRepresentations For multiplanar shared images, for single mailbox, multiple textures need to be created. This change adds the API needed to get the texture given the plane index associated with the GLTextureImageRepresentationBase and its subclasses for gles2::Texture and gles2::TexturePassthrough. Bug: 1366477 Change-Id: I1283686183f3788ce538deb7d55fc62aecf58d93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3947323 Reviewed-by: Kyle Charbonneau <kylechar@chromium.org> Commit-Queue: Saifuddin Hitawala <hitawala@chromium.org> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1058291}
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.