diff --git a/src/gallium/drivers/iris/iris_draw.c b/src/gallium/drivers/iris/iris_draw.c index d33bad0a0ff..602a0ec517f 100644 --- a/src/gallium/drivers/iris/iris_draw.c +++ b/src/gallium/drivers/iris/iris_draw.c @@ -173,8 +173,6 @@ iris_launch_grid(struct pipe_context *ctx, const struct pipe_grid_info *grid) iris_batch_maybe_flush(batch, 1500); - // XXX: check if BOs are in use by the other batches (render), if so flush - // //if (dirty & IRIS_DIRTY_UNCOMPILED_CS) iris_update_compiled_compute_shader(ice);