View | Details | Raw Unified | Return to bug 31682
Collapse All | Expand All

(-)compiz-0.8.8-alt12.patch.orig (-2 / +2 lines)
Lines 18607-18613 Link Here
18607
 	return FALSE;
18607
 	return FALSE;
18608
     }
18608
     }
18609
 
18609
 
18610
+    /* NVIDIA */
18610
+    /* NVIDIA *
18611
+    indirectRendering = TRUE;
18611
+    indirectRendering = TRUE;
18612
+    int n = 0;
18612
+    int n = 0;
18613
+    char **extlist = XListExtensions (dpy, &n);
18613
+    char **extlist = XListExtensions (dpy, &n);
Lines 18619-18625 Link Here
18619
+            }
18619
+            }
18620
+        }
18620
+        }
18621
+        XFreeExtensionList (extlist);
18621
+        XFreeExtensionList (extlist);
18622
+    }
18622
+    } */
18623
+
18623
+
18624
     s->ctx = glXCreateContext (dpy, visinfo, NULL, !indirectRendering);
18624
     s->ctx = glXCreateContext (dpy, visinfo, NULL, !indirectRendering);
18625
     if (!s->ctx)
18625
     if (!s->ctx)

Return to bug 31682