From: Brian Date: Fri, 2 Nov 2007 17:43:33 +0000 (-0600) Subject: call FLUSH_VERTICES() in st_flush() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=08f88cbbc9a5da5667d02d5eeafac79d2de1ee95;p=mesa.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 fe920a44abe..5af391d8ed3 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.