commit | ed6f0e4271b05e67859f768f30da13567967d31a | [log] [tgz] |
---|---|---|
author | Michael Tang <tangm@microsoft.com> | Tue Apr 30 17:26:20 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 30 17:26:20 2024 |
tree | 02dcdf68074ee41942dbcf858b9024ac552c49ef | |
parent | 673314c347980b2a45ccfe35b7db2e13e97a4dd3 [diff] |
viz: Handle tone-mapping cases with renderer-base color conversion The enablement of ColorConversionInRenderer was reverted in crrev.com/c/5464733 due to incorrect color conversion with tone-mapped videos. Tone-mapping occurs in SkiaRenderer with a color conversion filter, but depends on the tone-mapped resource's color space to be overridden such that the implicit color space conversion provided by Skia is a no-op. Since ColorConversionInRenderer pushes a layer that changes the current color space, the previous code using the render pass' color space for the color space override became invalid. Bug: 41497086 Change-Id: I12b7fa8b9c0a3a4f77b8aa4ab9e3e60ebd9e1a84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5478271 Commit-Queue: Michael Tang <tangm@microsoft.com> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1294440}
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.