SHA256
1
0
forked from pool/Mesa
Mesa/Mesa_indirect_old_xserver_compatibility.diff
Stefan Dirsch c26bc606f9 - Mesa 7.8.2
* Various i965 and i915 driver fixes.
- adjusted Mesa_indirect_old_xserver_compatibility.diff,
  egl-buildfix.diff

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=113
2010-06-25 09:39:54 +00:00

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