From ea286d4df270897ca2a8f9e5e41b82cea419bdae Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 6 Nov 2007 13:58:25 -0700 Subject: [PATCH] need to call pipe->flush() in finish_or_flush() --- src/mesa/pipe/xlib/xm_api.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/pipe/xlib/xm_api.c b/src/mesa/pipe/xlib/xm_api.c index 67ef797..2d07f17 100644 --- a/src/mesa/pipe/xlib/xm_api.c +++ b/src/mesa/pipe/xlib/xm_api.c @@ -1386,6 +1386,7 @@ finish_or_flush( GLcontext *ctx ) /* NOT_NEEDED */ #else const XMesaContext xmesa = XMESA_CONTEXT(ctx); + ctx->st->pipe->flush(ctx->st->pipe, 0); if (xmesa) { _glthread_LOCK_MUTEX(_xmesa_lock); XSync( xmesa->display, False ); -- 2.7.4