iris: update comment
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 20 Nov 2018 19:25:13 +0000 (11:25 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:10 +0000 (10:26 -0800)
src/gallium/drivers/iris/iris_draw.c

index cf9d3c638330b9a97a7255f4806c8eb3b8bc11ad..a5b4c63d54f8a71a595ac2ba38f50771d56fad51 100644 (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.
+    */
 }