From c42e4a2fbaeeda9558c27cb8da7d8465b5ca28d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Fri, 22 May 2026 01:24:40 -0400 Subject: [PATCH] ac/nir/lower_ps_early: remove obsolete comment Reviewed-by: Samuel Pitoiset Part-of: --- src/amd/common/nir/ac_nir.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/amd/common/nir/ac_nir.h b/src/amd/common/nir/ac_nir.h index 58a5c45054c..94860043dbf 100644 --- a/src/amd/common/nir/ac_nir.h +++ b/src/amd/common/nir/ac_nir.h @@ -310,15 +310,7 @@ typedef struct { int force_front_face; /* 0 -> keep, 1 -> set to true, -1 -> set to false */ bool frag_coord_is_center; /* GL requirement for sample shading */ - /* frag_coord/pixel_coord: - * allow_pixel_coord && (frag_coord_is_center || ps_iter_samples == 1 || msaa_disabled || - * the fractional part of frag_coord.xy isn't used): - * * frag_coord.xy is replaced by u2f(pixel_coord) + 0.5. - * else: - * * pixel_coord is replaced by f2u16(frag_coord.xy) - * * ps_iter_samples == 0 means the state is unknown. - * - * barycentrics: + /* barycentrics: * msaa_disabled: * * All barycentrics including at_sample but excluding at_offset are changed to * barycentric_pixel