[i965] use intel_batchbuffer_flush to flush the clear

This commit is contained in:
Zou Nan hai
2009-09-18 13:29:28 +08:00
parent fac38e8c8f
commit a66bab0e37
+2 -1
View File
@@ -170,8 +170,9 @@ intelClear(GLcontext *ctx, GLbitfield mask)
}
DBG("\n");
}
intelFlush(&intel->ctx);
_mesa_meta_clear(&intel->ctx, tri_mask);
intel_batchbuffer_flush(intel->batch);
}
if (swrast_mask) {