commit | 6aea77037e39b007222a0ae0fad80069558875fb | [log] [tgz] |
---|---|---|
author | Saifuddin Hitawala <hitawala@chromium.org> | Fri Nov 24 01:03:07 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 24 01:03:07 2023 |
tree | b6e570113aa877c301a8f02b0ea489ea3bdc2a28 | |
parent | eb6a4c4c4e90ae1c9589f9216520ca40ec0c946e [diff] |
Multiplanar: Create GLFormatCaps class for GLFormatDesc methods Add a GLFormatCaps class storing all the capabilities needed for getting the appropriate GL internal, texture formats through the GLFormatDesc. This allows storing the caps within GLFormatCaps which will be extended to check for texture_rg, texture_norm16 and other extensions for returning the proper GLFormat supported. Bug: 1414555 Change-Id: I56a715f1e6870242116e107dbe227e5ef633e10a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5046491 Commit-Queue: Saifuddin Hitawala <hitawala@chromium.org> Reviewed-by: Kyle Charbonneau <kylechar@chromium.org> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1228617}
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.