iris: don't always flush

This commit is contained in:
Kenneth Graunke
2018-06-22 09:57:45 -07:00
parent 9226ebfa85
commit d0b55ca782
+1 -1
View File
@@ -70,5 +70,5 @@ iris_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info)
ice->state.dirty = 0ull;
// XXX: don't flush always
iris_batch_flush(batch);
//iris_batch_flush(batch);
}