kwin/libkwineffects
Martin Gräßlin ac1dbac8b1 Handle conflicts between epoxy and manually resolved function pointers
For the functions from GL_FOO_robustness we want to resolve it by
ourselves in order to add a custom implementation if it's not available.
Unfortunately once epoxy.h is included this breaks as epoxy defines the
names and so through the preprocessor epoxy always wins.

So we need different names: all functions from robustness get a "kwin"
prefix and the usage is changed everywhere in kwin source code.

REVIEW: 125883
2015-11-11 08:04:29 +01:00
..
autotests
anidata.cpp
anidata_p.h
CMakeLists.txt Handle conflicts between epoxy and manually resolved function pointers 2015-11-11 08:04:29 +01:00
kwinanimationeffect.cpp
kwinanimationeffect.h
kwinconfig.h.cmake
kwineffects.cpp
kwineffects.h
kwinglcolorcorrection.cpp
kwinglcolorcorrection.h
kwinglcolorcorrection_p.h
kwinglobals.h
kwinglplatform.cpp
kwinglplatform.h
kwingltexture.cpp
kwingltexture.h
kwingltexture_p.h
kwinglutils.cpp Handle conflicts between epoxy and manually resolved function pointers 2015-11-11 08:04:29 +01:00
kwinglutils.h
kwinglutils_funcs.cpp Handle conflicts between epoxy and manually resolved function pointers 2015-11-11 08:04:29 +01:00
kwinglutils_funcs.h Handle conflicts between epoxy and manually resolved function pointers 2015-11-11 08:04:29 +01:00
kwinxrenderutils.cpp
kwinxrenderutils.h
logging.cpp
logging_p.h
Mainpage.dox
Messages.sh