Mesa (gallium-mesa-7.4): egl: remove temporary glFlush

Alan Hourihane alanh at kemper.freedesktop.org
Tue Feb 17 14:11:06 UTC 2009


Module: Mesa
Branch: gallium-mesa-7.4
Commit: d866997b50882d250b66d88616b0428534497bbf
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d866997b50882d250b66d88616b0428534497bbf

Author: Alan Hourihane <alanh at vmware.com>
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;




More information about the mesa-commit mailing list