iris/compute: Flush compute batches
authorJordan Justen <jordan.l.justen@intel.com>
Thu, 13 Sep 2018 18:42:29 +0000 (11:42 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:09 +0000 (10:26 -0800)
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
src/gallium/drivers/iris/iris_context.c

index 6a38b3b4a856c3a50d477d06378cd8fc674f5851..c594f19beb9120931e0c9559d22284a898889523 100644 (file)
@@ -42,6 +42,7 @@ iris_flush(struct pipe_context *ctx,
    struct iris_context *ice = (struct iris_context *)ctx;
 
    iris_batch_flush(&ice->render_batch);
+   iris_batch_flush(&ice->compute_batch);
 
    // XXX: bogus!!!
    if (fence)