commit | e95b44c24e8b9f3faff05a8db03045507e96eb74 | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Tue Sep 12 11:04:59 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 12 11:04:59 2023 |
tree | f390b2c674ac84f63df4d5e9ddc757627b3cba1c | |
parent | 7ea4d25b239df2b69a22244c49ac858366c004e4 [diff] |
[GPU] Map external sampling to VkFormat in ExternalVkImageBackingFactory Adds the VkFormats corresponding to multiplanar formats with external sampling as supported formats by ExternalVkImageBackingFactory. This matches what is currently done for legacy multiplanar formats, with the addition that kI420 will now have its associated VkFormat in the supported VkFormats. This CL is also good future-proofing for when legacy multiplanar formats go away. Bug: 1471111 Change-Id: Ica827d9e0d2e3661ee8b546aa57b00f024a41f2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4852268 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by: Saifuddin Hitawala <hitawala@chromium.org> Cr-Commit-Position: refs/heads/main@{#1195307}
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.