commit | 247892e3d4703f129e125152cf4a50d87de9952c | [log] [tgz] |
---|---|---|
author | Drew Davenport <ddavenport@chromium.org> | Wed Oct 02 14:30:48 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 02 14:30:48 2024 |
tree | 08e480fc364a470c81cda7f3bcabc98feaae8a5f | |
parent | 208994ba524d14fb7ebb2d8892b17425f9c43f0a [diff] |
Revert "viz: Pass alpha_type to BufferQueue::Reshape" This reverts commit 44878ca6db44d614e3881fffdf6a9c0a08f2b108. Reason for revert: Caused a regression on ChromeOS: b:365702862 Original change's description: > viz: Pass alpha_type to BufferQueue::Reshape > > This change allows BufferQueue to allocate buffers with an opaque alpha > type. Previously all buffers were unconditionally created with > premultiplied alpha. Now, SkiaRenderer uses the reshape params to > specify the alpha_type to BufferQueue, which is opaque when the root > render pass does not have tranparency. > > Change-Id: I3872f98035798aacedd70624642ca8f10a909b2c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5805783 > Reviewed-by: Rafael Cintron <rafael.cintron@microsoft.com> > Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> > Commit-Queue: Michael Tang <tangm@microsoft.com> > Cr-Commit-Position: refs/heads/main@{#1346036} Change-Id: I7c971bce23bd0f247496a91745ed79c91fe4be4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5902555 Commit-Queue: Drew Davenport <ddavenport@chromium.org> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1363027}
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.