mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-14 08:22:25 -04:00
Merge branch 'edid-color-metadata' into 'master'
Draft: output, backend/drm: add wlr_output.color_primaries See merge request wlroots/wlroots!5096
This commit is contained in:
commit
58a9c3b1c2
7 changed files with 60 additions and 3 deletions
|
|
@ -37,6 +37,8 @@ struct wlr_buffer_pass_options {
|
|||
struct wlr_color_transform *color_transform;
|
||||
/** Primaries describing the color volume of the destination buffer */
|
||||
const struct wlr_color_primaries *primaries;
|
||||
/** Luminances for the destination buffer */
|
||||
const struct wlr_color_luminances *luminances;
|
||||
|
||||
/* Signal a timeline synchronization point when the render pass completes.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue