These three patches are the combined work of the EDID feature and the CMS feature. With all three patches applied to master output devices are registered with colord. Color correction and profiling works when using clients such as colord-kde or gnome-color-manager.
In the future, this framework will allow us to do per-output color transforms to automatically convert from a defined color space to the output space. All suggestions and recommendations have been implemented from past reviews. Richard Hughes (3): Extract and parse the EDID when outputs are added Add initial color management framework code Add a colord implementation of a CMS plugin for weston configure.ac | 17 ++ src/Makefile.am | 15 +- src/cms.c | 106 +++++++++++++ src/cms.h | 84 ++++++++++ src/colord.c | 440 +++++++++++++++++++++++++++++++++++++++++++++++++++ src/compositor-drm.c | 296 +++++++++++++++++++++++++++++++++- src/compositor.c | 7 + src/compositor.h | 23 ++- weston.ini | 2 + 9 files changed, 985 insertions(+), 5 deletions(-) create mode 100644 src/cms.c create mode 100644 src/cms.h create mode 100644 src/colord.c -- 1.8.2 _______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel