iris: update comment

This commit is contained in:
Kenneth Graunke 2018-11-20 11:25:13 -08:00
parent f9612e7682
commit 39cb10613c
1 changed files with 3 additions and 1 deletions

View File

@ -168,5 +168,7 @@ iris_launch_grid(struct pipe_context *ctx, const struct pipe_grid_info *grid)
ice->state.dirty &= ~IRIS_ALL_DIRTY_FOR_COMPUTE;
// XXX: postdraw resolve tracking
/* Note: since compute shaders can't access the framebuffer, there's
* no need to call iris_postdraw_update_resolve_tracking.
*/
}