9a169646b4
checked in (request 42058) OBS-URL: https://build.opensuse.org/request/show/42058 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=114
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();
|