commit | df8938c4b4da51422155e3bcdc81775d6ef3c23c | [log] [tgz] |
---|---|---|
author | Sergey Ulanov <sergeyu@chromium.org> | Thu Nov 12 03:46:11 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 12 03:46:11 2020 |
tree | 65f837624a713e36daaba1bd2681de4da9976277 | |
parent | 4ebb4ef1f74be8857c7d6c3404685ddb1a041433 [diff] |
[Fuchsia] Enable R8 and R8G8 buffer formats Sysmem now supports R8 and R8G8 image formats, so it can be used to back R8 and R8G8 GpuMemoryBuffers. Also disabled CPU-accessile buffers on X64 because these are not compatible with Goldfish Vulkan drivers yet (Swiftshader doesn't support linear image layout). Bug: 1141538 Change-Id: Ic16e491239679541f90bddcde0060a801c73e13d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522673 Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by: Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#826631}
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.
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.