Mesa (main): radeonsi: remove an incorrect comment at lds_byte0_accept_flag

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Nov 16 02:41:11 UTC 2021


Module: Mesa
Branch: main
Commit: d3d5777536152486b990c48531b1542a333528b2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d3d5777536152486b990c48531b1542a333528b2

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Sun Nov  7 15:06:54 2021 -0500

radeonsi: remove an incorrect comment at lds_byte0_accept_flag

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13700>

---

 src/gallium/drivers/radeonsi/gfx10_shader_ngg.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/gallium/drivers/radeonsi/gfx10_shader_ngg.c b/src/gallium/drivers/radeonsi/gfx10_shader_ngg.c
index 64c1b3d5b2a..6f6f769dce5 100644
--- a/src/gallium/drivers/radeonsi/gfx10_shader_ngg.c
+++ b/src/gallium/drivers/radeonsi/gfx10_shader_ngg.c
@@ -551,10 +551,7 @@ static void build_streamout(struct si_shader_context *ctx, struct ngg_streamout
 /* LDS layout of ES vertex data for NGG culling. */
 enum
 {
-   /* Byte 0: Boolean ES thread accepted (unculled) flag, and later the old
-    *         ES thread ID. After vertex compaction, compacted ES threads
-    *         store the old thread ID here to copy input VGPRs from uncompacted
-    *         ES threads.
+   /* Byte 0: Boolean ES thread accepted (unculled) flag.
     * Byte 1: New ES thread ID, loaded by GS to prepare the prim export value.
     * Byte 2: TES rel patch ID
     * Byte 3: Unused



More information about the mesa-commit mailing list