kwin/libkwineffects
Fredrik Höglund 3b8b1455a6 Use libepoxy to resolve GL functions
Remove the manually written GL dispatch code, and use libepoxy
to resolve functions.

The only exceptions are GLX_MESA_swap_control, which is not in
the XML API registry, and GL_ARB_robustness/GL_EXT_robustness.
For the latter we want to resolve the functions to the same names
on both GLES and desktop GL, and plug in our own implementations
when the extension is not supported.
2014-07-14 12:04:37 +02:00
..
autotests Unit test for WindowQuadList::makeGrid and ::makeRegularGrid 2013-11-25 09:27:31 +01:00
CMakeLists.txt Use libepoxy to resolve GL functions 2014-07-14 12:04:37 +02:00
Mainpage.dox Move kwineffects library into own directory 2011-02-19 10:01:31 +01:00
Messages.sh Improve message extraction 2011-02-20 16:02:33 +01: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
kwinanimationeffect.cpp [kwin] Mark unused variables as unused 2014-02-03 11:36:21 +01:00
kwinanimationeffect.h added export header through cmake for kwineffects 2013-12-02 07:43:26 +01:00
kwinconfig.h.cmake Provide OpenGL over Egl 2012-10-04 17:17:01 +02:00
kwineffects.cpp [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 2014-04-16 16:05:05 +02:00
kwineffects.h [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 2014-04-16 16:05:05 +02:00
kwinglcolorcorrection.cpp Use libepoxy to resolve GL functions 2014-07-14 12:04:37 +02:00
kwinglcolorcorrection.h Replace NULL with nullptr in libkwineffects 2014-01-08 11:55:49 +01:00
kwinglcolorcorrection_p.h Use libepoxy to resolve GL functions 2014-07-14 12:04:37 +02:00
kwinglobals.h Support for global pointer axis activation 2014-03-19 14:14:56 +01:00
kwinglplatform.cpp Use libepoxy to resolve GL functions 2014-07-14 12:04:37 +02:00
kwinglplatform.h [kwinglutils] Add ::platformInterface() to GLPlatform 2014-05-13 09:23:03 +02:00
kwingltexture.cpp [kwinglutils] Improve cleanup handling 2014-04-14 08:33:19 +02:00
kwingltexture.h Add GLTexture(const QSize &) ctor 2014-02-24 16:08:59 +01:00
kwingltexture_p.h [kwinglutils] Improve cleanup handling 2014-04-14 08:33:19 +02:00
kwinglutils.cpp Use libepoxy to resolve GL functions 2014-07-14 12:04:37 +02:00
kwinglutils.h [kwinglutils] Improve cleanup handling 2014-04-14 08:33:19 +02:00
kwinglutils_funcs.cpp Use libepoxy to resolve GL functions 2014-07-14 12:04:37 +02:00
kwinglutils_funcs.h Use libepoxy to resolve GL functions 2014-07-14 12:04:37 +02:00
kwinxrenderutils.cpp [kwin] Remove dependency on kwinglobals in kwinxrenderutils 2014-03-26 14:01:08 +01:00
kwinxrenderutils.h [kwin] Generate export header for kwinxrenderutils 2014-03-26 14:02:16 +01:00