From: Alyssa Rosenzweig Date: Fri, 14 Aug 2020 19:24:35 +0000 (-0400) Subject: panfrost: Reword comment X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=d5a264facfda518bb854737a563242cb36626c22 panfrost: Reword comment Avoid referencing data structures that no longer exist. Signed-off-by: Alyssa Rosenzweig Reviewed-by: Tomeu Vizoso Part-of: --- diff --git a/src/gallium/drivers/panfrost/pan_cmdstream.c b/src/gallium/drivers/panfrost/pan_cmdstream.c index 4fce8597970..0ca9439b798 100644 --- a/src/gallium/drivers/panfrost/pan_cmdstream.c +++ b/src/gallium/drivers/panfrost/pan_cmdstream.c @@ -1365,7 +1365,7 @@ panfrost_emit_vertex_data(struct panfrost_batch *batch, unsigned k = 0; for (unsigned i = 0; i < so->num_elements; ++i) { - /* We map a mali_attr to be 1:1 with the mali_attr_meta, which + /* We map buffers 1:1 with the attributes, which * means duplicating some vertex buffers (who cares? aside from * maybe some caching implications but I somehow doubt that * matters) */