commit | 72325c7fd62170a3993c626fb858f255e60054d4 | [log] [tgz] |
---|---|---|
author | Saifuddin Hitawala <hitawala@chromium.org> | Thu Jun 16 23:50:00 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 16 23:50:00 2022 |
tree | cb0389dc0e990d015ff2c328395a3c2665b28b5d | |
parent | 1c8a083084666979df07073da10b5dad8123bc5e [diff] |
Use NativePixmapGLBinding to bind NativePixmap in Ozone Prior to this CL, GLImageNativePixmaps were exposed to the SharedImageRepresentationGLOzoneTexture{Passthrough} and all its relevant functions were called directly. As an effort to reduce GLImage usage, this functionality of importing the native pixmap to GL is now done within a separate NativePixmapGLBinding class which handles all access to GLImageNativePixmap. This restricts access to it from the representation and supports future work of deprecating GLImage. Bug: 1310018 Change-Id: If2c33a48a8aee280884ffba190b28790a70bd411 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3632181 Commit-Queue: Saifuddin Hitawala <hitawala@chromium.org> Reviewed-by: Robert Kroeger <rjkroege@chromium.org> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1015141}
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.