[Differential] [Changed Subscribers] D3336: Pass function ptr to resolve glFunctions to initGL

broulik (Kai Uwe Broulik) noreply at phabricator.kde.org
Fri Nov 11 10:27:25 UTC 2016


broulik added inline comments.

INLINE COMMENTS

> kwinglutils_funcs.cpp:26
>  // Resolves given function, using getProcAddress
> -#define GL_RESOLVE( function ) \
> -    if (platformInterface == GlxPlatformInterface) \
> -        function = (function ## _func)getProcAddress( #function ); \
> -    else if (platformInterface == EglPlatformInterface) \
> -        function = (function ## _func)eglGetProcAddress( #function );
>  // Same as above but tries to use function "symbolName"
>  // Useful when functionality is defined in an extension with a different name

There's nothing above anymore

REPOSITORY
  rKWIN KWin

REVISION DETAIL
  https://phabricator.kde.org/D3336

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: graesslin, #kwin, #plasma_on_wayland
Cc: broulik, plasma-devel, kwin, lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20161111/c103d781/attachment.html>


More information about the Plasma-devel mailing list