iris: Drop a dead comment
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 4 Jan 2019 06:34:49 +0000 (22:34 -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 fb62f0c545266d002905458519e9edac28db9031..0dbe41a32e4a99648f850bba4ba61b8b812b3baf 100644 (file)
@@ -92,8 +92,6 @@ iris_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info)
 
    iris_batch_maybe_flush(batch, 1500);
 
-   // XXX: check if BOs are in use by the other batches (compute), if so flush
-
    iris_update_draw_info(ice, info);
 
    iris_update_compiled_shaders(ice);