Hi, On 12 July 2012 13:30, Jon TURNEY <[email protected]> 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 <[email protected]> Cheers (and sorry!), Daniel _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
