ba70b2cd70
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=c782f5f8a4fc3347bb49d85adca37cab
15 lines
459 B
Diff
15 lines
459 B
Diff
--- src/glx/glxext.c.orig 2010-05-22 15:57:21.000000000 +0200
|
|
+++ src/glx/glxext.c 2010-05-22 15:57:37.000000000 +0200
|
|
@@ -820,9 +820,11 @@ __glXInitialize(Display * dpy)
|
|
dpyPriv->dri2Display = dri2CreateDisplay(dpy);
|
|
dpyPriv->driDisplay = driCreateDisplay(dpy);
|
|
}
|
|
+#if 0
|
|
if (glx_direct)
|
|
dpyPriv->driswDisplay = driswCreateDisplay(dpy);
|
|
#endif
|
|
+#endif
|
|
|
|
if (!AllocAndFetchScreenConfigs(dpy, dpyPriv)) {
|
|
__glXUnlock();
|