kwin/libkwineffects
Martin Gräßlin e3618e8796 [kwin] Follow Qt's OpenGL choice for KWin
As KWin indirectly uses Qt's OpenGL through QtQuick we need to ensure
to not mix OpenGL and OpenGLES. So we have to built KWin only against
OpenGL if Qt is built against OpenGL and we have to built KWin only
against GLESv2 if Qt is built against GLESv2.

This means the kwin_gles binary is no more. There is only kwin which
either links GL or GLESv2.
2013-10-14 09:04:03 +02:00
..
anidata.cpp Port libkwineffects away from KDebug 2013-09-02 10:43:55 +02:00
anidata_p.h add effect debug interface and dbus export 2013-03-28 20:31:02 +01:00
CMakeLists.txt [kwin] Follow Qt's OpenGL choice for KWin 2013-10-14 09:04:03 +02:00
kwinanimationeffect.cpp fix mismatched struct/class forward declaration 2013-09-13 16:52:25 +02:00
kwinanimationeffect.h Fix no cast to/from ASCII intrduced issues 2013-07-24 09:58:33 +02:00
kwinconfig.h.cmake
kwineffects.cpp Drop the GlobalShortcutsEditor from libkwineffects 2013-09-09 07:10:08 +02:00
kwineffects.h Drop the GlobalShortcutsEditor from libkwineffects 2013-09-09 07:10:08 +02:00
kwinglcolorcorrection.cpp Port libkwinglutils from KDebug to QDebug 2013-09-02 11:31:46 +02:00
kwinglcolorcorrection.h Use Q_SLOTS and Q_SIGNALS instead of slots and signals 2013-07-24 09:46:54 +02:00
kwinglcolorcorrection_p.h Use Q_SLOTS and Q_SIGNALS instead of slots and signals 2013-07-24 09:46:54 +02:00
kwinglobals.h Remove XLib dependency from kwinglobals 2013-09-05 09:56:50 +02:00
kwinglplatform.cpp Merge branch 'master' into frameworks-scratch 2013-09-24 11:28:38 +02:00
kwinglplatform.h kwin: Add GLPlatform::preferBufferSubData() 2013-07-08 01:23:37 +02:00
kwingltexture.cpp Merge branch 'master' into frameworks-scratch 2013-09-24 11:28:38 +02:00
kwingltexture.h introduce GLTexture::clear and use it from paintredirector 2013-09-24 00:50:55 +02:00
kwingltexture_p.h introduce GLTexture::clear and use it from paintredirector 2013-09-24 00:50:55 +02:00
kwinglutils.cpp Merge branch 'master' into frameworks-scratch 2013-09-24 11:28:38 +02:00
kwinglutils.h reset custom cube shaders on screen change 2013-08-27 07:53:02 +02:00
kwinglutils_funcs.cpp Merge branch 'master' into frameworks-scratch 2013-08-07 10:10:06 +02:00
kwinglutils_funcs.h Fix many color correction problems with OpenGL ES 2013-07-28 17:44:06 +03:00
kwinxrenderutils.cpp Merge branch 'master' into frameworks-scratch 2013-09-24 11:28:38 +02:00
kwinxrenderutils.h Merge branch 'master' into frameworks-scratch 2013-09-24 11:28:38 +02:00
Mainpage.dox
Messages.sh