color_management_v1: add BT.1886 to TF-from-renderer helper

BT.1886 support has been added to wlroots after this helper got
written.
This commit is contained in:
Simon Ser 2025-12-18 15:10:15 +01:00 committed by Simon Zeni
parent c0b93a9e7c
commit 3d8c471aef

View file

@ -1055,6 +1055,7 @@ wlr_color_manager_v1_transfer_function_list_from_renderer(struct wlr_renderer *r
WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_GAMMA22, WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_GAMMA22,
WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_ST2084_PQ, WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_ST2084_PQ,
WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_EXT_LINEAR, WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_EXT_LINEAR,
WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_BT1886,
}; };
enum wp_color_manager_v1_transfer_function *out = NULL; enum wp_color_manager_v1_transfer_function *out = NULL;