kwin/kcmkwin/kwincompositing
Casian Andrei 01adbe6dc5 Implement color correction (per output)
Add an option to kcmcompositing in the 'Advanced' tab, to enable or
disable color correction. It is specified that it's experimental and it
needs Kolor Manager.

Before painting for a particular screen, ColorCorrection::setupForOutput
should be called.

A screen property is added for WindowPaintData.

In kwinglutils, The fragment shaders are intercepted before being
compiled and they get a couple of lines of code inserted in order to do
the color correction. This happens only when color correction is enabled, of
course.

For D-Bus communication with KolorServer, everything is async.

The implementation basically manages a set of color lookup tables for
different outputs and for different window regions. These are taken via
D-Bus. Each lookup table has around 700 KB.

This commit reintroduces the changes from the former merge with the
"color2" branch. In this form, it can be easily reverted.

REVIEW: 106141
2012-11-13 22:47:09 +02:00
..
CMakeLists.txt Add GHNS support for Scripted KWin Effects 2012-10-28 09:49:02 +01:00
interface_util.h When confirming compositing in the configuration module, 2008-08-15 11:09:07 +00:00
ktimerdialog.cpp KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
ktimerdialog.h KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
kwincompositing.desktop SVN_SILENT made messages (.desktop file) 2012-09-20 10:06:35 +02:00
kwineffect.knsrc Add GHNS support for Scripted KWin Effects 2012-10-28 09:49:02 +01:00
main.cpp Implement color correction (per output) 2012-11-13 22:47:09 +02:00
main.h Add GHNS support for Scripted KWin Effects 2012-10-28 09:49:02 +01:00
main.ui Implement color correction (per output) 2012-11-13 22:47:09 +02:00
Messages.sh Remove temporary file 2008-07-02 07:04:51 +00:00