From: Brian Date: Fri, 2 Nov 2007 17:43:33 +0000 (-0600) Subject: call FLUSH_VERTICES() in st_flush() X-Git-Tag: 062012170305~17580^2~390^2~3487 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08f88cbbc9a5da5667d02d5eeafac79d2de1ee95;p=profile%2Fivi%2Fmesa.git call FLUSH_VERTICES() in st_flush() --- diff --git a/src/mesa/state_tracker/st_cb_flush.c b/src/mesa/state_tracker/st_cb_flush.c index fe920a4..5af391d 100644 --- a/src/mesa/state_tracker/st_cb_flush.c +++ b/src/mesa/state_tracker/st_cb_flush.c @@ -46,6 +46,8 @@ void st_flush( struct st_context *st ) { GLframebuffer *fb = st->ctx->DrawBuffer; + FLUSH_VERTICES(st->ctx, 0); + /* If there has been no rendering to the frontbuffer, consider * short-circuiting this, or perhaps pass an "optional" flag down * to the driver so that it can make the decision.