SHA256
1
0
forked from pool/Mesa
Mesa/Mesa_indirect_old_xserver_compatibility.diff

15 lines
489 B
Diff

--- src/glx/glxext.c.orig 2010-06-15 19:43:47.000000000 +0200
+++ src/glx/glxext.c 2010-06-25 11:27:16.000000000 +0200
@@ -891,9 +891,11 @@ __glXInitialize(Display * dpy)
dpyPriv->dri2Display = dri2CreateDisplay(dpy);
dpyPriv->driDisplay = driCreateDisplay(dpy);
}
+#if 0
if (glx_direct)
dpyPriv->driswDisplay = driswCreateDisplay(dpy);
#endif
+#endif
#ifdef GLX_USE_APPLEGL
if (apple_init_glx(dpy) || !AllocAndFetchScreenConfigs(dpy, dpyPriv)) {
#else