| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[Wayland] Use PQ/HLG TF instead of Gamma 2.2 for HDR color spaces
* If the compositor reports HDR headroom but suggests a TF of gamma
2.2, fallback to an HDR TF like PQ or HLG. This is required because
gfx::ColorSpace::IsHDR() will return false for gamma 2.2.
gfx::ColorSpace::GetAsHDR() cannot always be used because that sets
a custom TF, which is not supported by any compositors.
* Call wp_image_description_creator_params_v1_set_luminances for HDR
content. This is required for correct compositor tonemapping.
* Remove WaylandWpImageDescription::color_space() and
WaylandWpImageDescription::hdr_metadata(). These were never used.
* Properly report output reference luminance and headroom.
R=fangzhoug
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |