gallium: add new call to st_flush_bitmap_cache() to fix recent regression

This commit is contained in:
Brian Paul
2008-04-04 12:24:25 -06:00
parent 5ffc5cce15
commit ac2ca39f8f

View 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)