st/mesa: make st_flush do what glFlush does

This commit is contained in:
Marek Olšák 2012-11-23 17:42:11 +01:00
parent 4a486f8bf2
commit 4003961fbf
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ display_front_buffer(struct st_context *st)
void st_flush( struct st_context *st,
struct pipe_fence_handle **fence )
{
FLUSH_VERTICES(st->ctx, 0);
FLUSH_CURRENT(st->ctx, 0);
st_flush_bitmap_cache(st);