iris: put back the always flush - fixes some things :(
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 14 Jun 2018 22:51:59 +0000 (15:51 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:06 +0000 (10:26 -0800)
src/gallium/drivers/iris/iris_draw.c

index 9101d7a58abcd468c1fac7b7bbea4ab706537e56..8028c2b476ba59a8e45ceaa37ea81dc4d35ffa28 100644 (file)
@@ -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);
 }