From: Kenneth Graunke Date: Thu, 14 Jun 2018 22:51:59 +0000 (-0700) Subject: iris: put back the always flush - fixes some things :( X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=daceb04bc03fef2d341426f6c9fb093c34372f83;p=mesa.git iris: put back the always flush - fixes some things :( --- diff --git a/src/gallium/drivers/iris/iris_draw.c b/src/gallium/drivers/iris/iris_draw.c index 9101d7a58ab..8028c2b476b 100644 --- a/src/gallium/drivers/iris/iris_draw.c +++ b/src/gallium/drivers/iris/iris_draw.c @@ -60,5 +60,5 @@ iris_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info) // XXX: ice->state.dirty = 0ull; // XXX: don't flush always - //iris_batch_flush(batch); + iris_batch_flush(batch); }