summaryrefslogtreecommitdiff
path: root/lib/Makefile.sources
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2018-02-27 22:52:28 +0200
committerVille Syrjälä <ville.syrjala@linux.intel.com>2018-05-23 19:24:07 +0300
commit71c7a5740913d2618f44bca252669efe8a84f4c9 (patch)
tree7cd946393000f5bd5f388e40ded35df19963b127 /lib/Makefile.sources
parent9fddc9dd06d122bc8c7abe9a1195b96e2099c5cd (diff)
lib: Add igt_color_encoding
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ä <ville.syrjala@linux.intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'lib/Makefile.sources')
-rw-r--r--lib/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
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 \