commit | caf9ea00a6561794c6ac95fb0fb60e6d8eb9d3f9 | [log] [tgz] |
---|---|---|
author | Phan Quang Minh <phanquangminh217@gmail.com> | Wed Jul 12 02:31:10 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 12 02:31:10 2023 |
tree | ae7ed9f2e62df9effdce906da09c43d5cb246122 | |
parent | 0bfcbbe79d36833553e6621a6278f5fa637967b0 [diff] |
Vulkan: Override tiling for VK_FORMAT_{R8,R8G8}_UNORM in GrVkImageInfo These formats are allocated by OzoneImageBackingFactory for usage by software video decoders when Vulkan on Wayland is used and unsafe WebGPU is enabled. Without overriding the image tiling for these formats, Skia will treat it as a read only buffer causing video frame uploads to fail. Change-Id: I1c150c8c275c0db9294dedf81120d288a6737a38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4675550 Reviewed-by: Saifuddin Hitawala <hitawala@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/main@{#1169104}
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.