From 71c7a5740913d2618f44bca252669efe8a84f4c9 Mon Sep 17 00:00:00 2001 From: Ville Syrjälä Date: Tue, 27 Feb 2018 22:52:28 +0200 Subject: lib: Add igt_color_encoding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add some helpers for generating rgb<->ycbcr conversion matrices. v2: Add enums for color_encoding/color_range Fix full range handling (lacked +-0.5<->+-1.0 scaling) Signed-off-by: Ville Syrjälä Reviewed-by: Chris Wilson --- lib/Makefile.sources | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Makefile.sources') diff --git a/lib/Makefile.sources b/lib/Makefile.sources index 2b904b58..fbd8844b 100644 --- a/lib/Makefile.sources +++ b/lib/Makefile.sources @@ -21,6 +21,8 @@ lib_source_list = \ igt_device.h \ igt_aux.c \ igt_aux.h \ + igt_color_encoding.c \ + igt_color_encoding.h \ igt_edid_template.h \ igt_gt.c \ igt_gt.h \ -- cgit v1.2.3