gallium: call st_finish() in XMesaFlush()
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 27 Aug 2008 17:29:26 +0000 (11:29 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 27 Aug 2008 19:22:54 +0000 (13:22 -0600)
src/gallium/winsys/xlib/xm_api.c

index edcadff9c5a3f19fd76ef8cd7936f4065835cef4..b010513107126b3b64a24ad9dffe9ae9755ecf53 100644 (file)
@@ -1298,6 +1298,7 @@ void XMesaFlush( XMesaContext c )
 #ifdef XFree86Server
       /* NOT_NEEDED */
 #else
+      st_finish(c->st);
       XSync( c->xm_visual->display, False );
 #endif
    }