gallium: call_flush_front_buffer() from st_glFinish()

This commit is contained in:
Brian Paul
2008-04-09 16:32:22 -06:00
parent 574f964667
commit aade2f41b0
+2
View File
@@ -132,6 +132,8 @@ void st_finish( struct st_context *st )
static void st_glFinish(GLcontext *ctx)
{
st_finish( ctx->st );
flush_front_buffer(ctx->st, PIPE_FLUSH_RENDER_CACHE, NULL);
}