From c60002ea2744869e8e3d5350379b2654c7149509 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Sun, 12 Mar 2023 03:31:16 -0400 Subject: [PATCH] nir: remove an obsolete comment from nir_gather_xfb_info_from_intrinsics MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Qiang Yu Reviewed-by: Timur Kristóf Part-of: --- src/compiler/nir/nir_gather_xfb_info.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/compiler/nir/nir_gather_xfb_info.c b/src/compiler/nir/nir_gather_xfb_info.c index 306cab8..dad009e 100644 --- a/src/compiler/nir/nir_gather_xfb_info.c +++ b/src/compiler/nir/nir_gather_xfb_info.c @@ -313,9 +313,6 @@ compare_xfb_out(const void *pa, const void *pb) /** * Gather transform feedback info from lowered IO intrinsics. - * - * Optionally return slot_to_register, an optional table to translate - * gl_varying_slot to "base" indices. */ void nir_gather_xfb_info_from_intrinsics(nir_shader *nir) -- 2.7.4