iris: delete finished comments
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 12 Dec 2018 06:51:15 +0000 (22:51 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:11 +0000 (10:26 -0800)
src/gallium/drivers/iris/iris_draw.c

index d33bad0a0ff724fbfb4651f9783e32164a5ffc51..602a0ec517f009e4088cbb2ee661d3fdea87e6b3 100644 (file)
@@ -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);