i965: do a flush in clear, fix openarena render issue,

fd.o bug# 23857
This commit is contained in:
Zou Nan hai 2009-09-16 13:25:46 +08:00
parent 6c6fe0a704
commit 76e836a41a
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ intelClear(GLcontext *ctx, GLbitfield mask)
}
DBG("\n");
}
intelFlush(&intel->ctx);
_mesa_meta_clear(&intel->ctx, tri_mask);
}