gallium: add new call to st_flush_bitmap_cache() to fix recent regression
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 4 Apr 2008 18:24:25 +0000 (12:24 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 4 Apr 2008 18:24:25 +0000 (12:24 -0600)
src/mesa/state_tracker/st_cb_flush.c

index c90bedd3e5ff995b95c7e3b129c57b7669eee83c..c7efa40e38a80a8866fd8bc721a78639df49b7a2 100644 (file)
@@ -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)