[i965] use intel_batchbuffer_flush to flush the clear
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user