[PATCH 3/3] Restore GLX extension to XWin

Daniel Stone daniel at fooishbar.org
Thu Jul 12 05:46:10 PDT 2012


Hi,

On 12 July 2012 13:30, Jon TURNEY <jon.turney at dronecode.org.uk> wrote:
>  #ifdef XWIN_GLX_WINDOWS
> -    if (g_fNativeGl) {
> +    if ((g_fNativeGl) && (serverGeneration == 1)) {
>          /* install the native GL provider */
>          glxWinPushNativeProvider();
>      }
>  #endif

You might instead want to create a wrapper for GlxExtensionInit that
calls glxWinPushNativeProvider and then calls through to
GlxExtensionInit, rather than doing it here.

Other than that, for the series:
Reviewed-by: Daniel Stone <daniel at fooishbar.org>

Cheers (and sorry!),
Daniel


More information about the xorg-devel mailing list