Revision 385f084...
Go back to digest for 26th May 2013Optimization in KDE Base
Fredrik Höglund committed changes in [kde-workspace] /libkwineffects:
kwin: Resolve functions for GL_ARB_robustness
Only the subset of functions available in core contexts is resolved,
except for glGetnTexImageARB() and glGetnUniformivARB(), which are
not used by kwin.
Instead of setting the function pointers to NULL when the extension isn't
supported, kwin provides its own implementations that call the non-robust
versions of the functions. This is so callers don't have to check if the
extension is supported before calling the functions.
File Changes
Modified 2 files
- /libkwineffects
- kwin/kwinglutils_funcs.cpp
- kwin/kwinglutils_funcs.h
2 files changed in total