Add initial color management framework code
authorRichard Hughes <hughsient@gmail.com>
Thu, 9 May 2013 19:31:09 +0000 (20:31 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 10 May 2013 16:51:08 +0000 (12:51 -0400)
commitb24e48e2ffbc499b940942bbc52b4fe636c14b58
tree545ae2d9acdeab65a906e980e53d807e191f5fcd
parent7b9195f9d6e84308a4a779f171fc7432e415ae10
Add initial color management framework code

ICC profiles can now be specified in weston.ini for each output, or a CMS
implementation can optionally loaded from a pluggable module.
configure.ac
src/Makefile.am
src/cms-helper.c [new file with mode: 0644]
src/cms-helper.h [new file with mode: 0644]
src/cms-static.c [new file with mode: 0644]
src/compositor-drm.c
src/compositor.h
weston.ini