kwin/libkwineffects
Martin Gräßlin c7d986c7fe [kwin] Remove the legacy OpenGL 1 compositing backend
KWin already has a de facto OpenGL 2 dependency through QML. Combined
with the fact that the OpenGL 1 backend is basically unmaintained and
also unused, it's better to remove it for the new major release.

This change includes:
 * Removal of cmake option KWIN_BUILD_OPENGL_1_COMPOSITING
 * Removal of KWIN_HAVE_OPENGL_1 compile option and all code
   ifdef'ed with it (partially removal of if-else constructs)
 * Removal of CompositingType::OpenGL1Compositing (flags are kept
   as a core flag should get introduced)
 * Driver recommendation for OpenGL1Compositing changed to XRender
   (should be evaluated whether the drivers can provide GL2)
 * Removal of configuration option "GLLegacy"
 * Removal of fooMatrix function in kwinglutils
 * Removal of ARBBlurShader
 * Removal of legacy code path in GLVertexBuffer
 * Removal of GLShaderManager::disable
 * if-blocks with ShaderManager::instance()->isValid() removed

REVIEW: 116042
2014-03-10 08:59:11 +01:00
..
autotests
anidata.cpp
anidata_p.h
CMakeLists.txt [kwin] Remove the legacy OpenGL 1 compositing backend 2014-03-10 08:59:11 +01:00
kwinanimationeffect.cpp [kwin] Mark unused variables as unused 2014-02-03 11:36:21 +01:00
kwinanimationeffect.h
kwinconfig.h.cmake
kwineffects.cpp Migrate effects from displayWidth()/displayHeight() to virtualScreenSize()/virtualScreenGeometry() 2014-03-07 08:01:44 +01:00
kwineffects.h Migrate effects from displayWidth()/displayHeight() to virtualScreenSize()/virtualScreenGeometry() 2014-03-07 08:01:44 +01:00
kwinglcolorcorrection.cpp
kwinglcolorcorrection.h Replace NULL with nullptr in libkwineffects 2014-01-08 11:55:49 +01:00
kwinglcolorcorrection_p.h Replace NULL with nullptr in libkwineffects 2014-01-08 11:55:49 +01:00
kwinglobals.h [kwin] Remove the legacy OpenGL 1 compositing backend 2014-03-10 08:59:11 +01:00
kwinglplatform.cpp [kwin] Remove the legacy OpenGL 1 compositing backend 2014-03-10 08:59:11 +01:00
kwinglplatform.h
kwingltexture.cpp [kwin] Remove the legacy OpenGL 1 compositing backend 2014-03-10 08:59:11 +01:00
kwingltexture.h Add GLTexture(const QSize &) ctor 2014-02-24 16:08:59 +01:00
kwingltexture_p.h
kwinglutils.cpp [kwin] Remove the legacy OpenGL 1 compositing backend 2014-03-10 08:59:11 +01:00
kwinglutils.h [kwin] Remove the legacy OpenGL 1 compositing backend 2014-03-10 08:59:11 +01:00
kwinglutils_funcs.cpp Replace NULL with nullptr in libkwineffects 2014-01-08 11:55:49 +01:00
kwinglutils_funcs.h Merge branch 'KDE/4.11' into master 2014-01-07 09:36:11 +01:00
kwinxrenderutils.cpp Replace NULL with nullptr in libkwineffects 2014-01-08 11:55:49 +01:00
kwinxrenderutils.h
Mainpage.dox
Messages.sh