From c16df593a5cd54e6e51bb3656d004bbf9382dc6f Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Thu, 9 May 2024 10:48:26 -0400 Subject: [PATCH] asahi: update comment Signed-off-by: Alyssa Rosenzweig Part-of: --- src/asahi/lib/agx_nir_lower_gs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/asahi/lib/agx_nir_lower_gs.c b/src/asahi/lib/agx_nir_lower_gs.c index 312196f548b..15c71d96663 100644 --- a/src/asahi/lib/agx_nir_lower_gs.c +++ b/src/asahi/lib/agx_nir_lower_gs.c @@ -876,9 +876,9 @@ collect_components(nir_builder *b, nir_intrinsic_instr *intr, void *data) } /* - * Create the pre-GS shader. This is a small compute 1x1x1 kernel that patches - * up the VDM Index List command from the draw to read the produced geometry, as - * well as updates transform feedack offsets and counters as applicable (TODO). + * Create the pre-GS shader. This is a small compute 1x1x1 kernel that produces + * an indirect draw to rasterize the produced geometry, as well as updates + * transform feedback offsets and counters as applicable. */ static nir_shader * agx_nir_create_pre_gs(struct lower_gs_state *state, const nir_shader *libagx,