wlroots/types/output
David Turner 58c158dba6 output: Add color-representation to output state
Add color_representation to wlr_output_state, holding color
representation metadata about the primary buffer.  This can be set
using wlr_output_state_set_primary_color_representation() and a
new enum value WLR_OUTPUT_STATE_COLOR_REPRESENTATION in
wlr_output_state.committed indicates when this data is present.

Also add color-representation to wlr_output, and discard
color-representation in wlr_output_state if it matches what's already
been committed to the output.
2026-03-17 16:32:30 +00:00
..
cursor.c
output.c output: Add color-representation to output state 2026-03-17 16:32:30 +00:00
render.c
state.c output: Add color-representation to output state 2026-03-17 16:32:30 +00:00
swapchain.c