commit | f90e83a7228eb270562f5193d5234d08a993c15a | [log] [tgz] |
---|---|---|
author | Saifuddin Hitawala <hitawala@chromium.org> | Fri Dec 09 15:11:39 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 09 15:11:39 2022 |
tree | 18407f4c7d5e5f950af868ad2a8ccba0e9d27576 | |
parent | e25d60d7561bd67d712cce0102f48b3ab8c930a1 [diff] |
Multiplanar: Remove ResourceFormat specific utils This change removes mac specific ResourceFormat util function and moves it to the equivalent SIFormat util fn as that is its only usage now. It also removes the skia util methods that take in ResourceFormat and update remaining callers to use equivalent method taking in GL texture storage format. Bug: 1378707, 1378708 Change-Id: I8016dd31ca7c4860759b79ff6e7206eb8ef26e10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4086288 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@{#1081464}
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.