[PATCH] compiz hack to use glXSwapBuffers all the time

2009-02-12 Thread Jesse Barnes
Also removes the (now unnecessary) waitForVideoSync call. diff --git a/src/display.c b/src/display.c index 23b0ba1..134f69e 100644 --- a/src/display.c +++ b/src/display.c @@ -1608,7 +1608,7 @@ eventLoop (void) timeDiff = 0; makeScreenCurrent (s

Re: [PATCH] compiz hack

2009-02-11 Thread Jesse Barnes
(As if the other patches aren't just hacks at this point :) This just makes compiz always do a glXSwapBuffers call rather than SubBuffer calls. Won't play very well with framebuffer compression, but it's a start. diff --git a/src/display.c b/src/display.c index 23b0ba1..134f69e 100644 --- a/src/