diff options
author | Kenneth Graunke <[email protected]> | 2018-12-11 22:51:15 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-02-21 10:26:11 -0800 |
commit | dd0d47a5d278a5c09674428ede4b6d1b5eca94d6 (patch) | |
tree | 44feac0dca1ec1defee79f20f8ac6687671e1ee3 /src | |
parent | 32ee2e4c274131d97d78f9c193087cd7104dab92 (diff) |
iris: delete finished comments
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/iris/iris_draw.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |