From: Brian Paul Date: Fri, 4 Apr 2008 18:24:25 +0000 (-0600) Subject: gallium: add new call to st_flush_bitmap_cache() to fix recent regression X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac2ca39f8f6024b13b0ddbfe767f9dbc9a528e6c;p=mesa.git gallium: add new call to st_flush_bitmap_cache() to fix recent regression --- diff --git a/src/mesa/state_tracker/st_cb_flush.c b/src/mesa/state_tracker/st_cb_flush.c index c90bedd3e5f..c7efa40e38a 100644 --- a/src/mesa/state_tracker/st_cb_flush.c +++ b/src/mesa/state_tracker/st_cb_flush.c @@ -60,6 +60,8 @@ static void st_gl_flush( struct st_context *st, uint pipeFlushFlags, { GLframebuffer *fb = st->ctx->DrawBuffer; + st_flush_bitmap_cache(st); + FLUSH_VERTICES(st->ctx, 0); if (!fb)