Module: Mesa Branch: gallium-mesa-7.4 Commit: d866997b50882d250b66d88616b0428534497bbf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d866997b50882d250b66d88616b0428534497bbf
Author: Alan Hourihane <[email protected]> Date: Tue Feb 17 14:10:49 2009 +0000 egl: remove temporary glFlush --- src/egl/drivers/glx/egl_glx.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/egl/drivers/glx/egl_glx.c b/src/egl/drivers/glx/egl_glx.c index 4f64103..8ba70ba 100644 --- a/src/egl/drivers/glx/egl_glx.c +++ b/src/egl/drivers/glx/egl_glx.c @@ -777,7 +777,6 @@ GLX_eglSwapBuffers(_EGLDriver *drv, EGLDisplay dpy, EGLSurface draw) if (!_eglSwapBuffers(drv, dpy, draw)) return EGL_FALSE; - glFlush(); /* temporary */ glXSwapBuffers(disp->Xdpy, GLX_surf->drawable); return EGL_TRUE; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
