From fa4e55c54fa4bc4e6401b7979fde5af9812cb5ae Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Thu, 18 May 2023 14:59:06 -0700 Subject: [PATCH] mesa/atifs: Rename the header guard. Just a bit more cleanup as I grep around for "what TGSI is left in the GL frontend?" Reviewed-by: Alyssa Rosenzweig Part-of: --- src/mesa/state_tracker/st_atifs_to_nir.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mesa/state_tracker/st_atifs_to_nir.h b/src/mesa/state_tracker/st_atifs_to_nir.h index f13a321331f..88d84029801 100644 --- a/src/mesa/state_tracker/st_atifs_to_nir.h +++ b/src/mesa/state_tracker/st_atifs_to_nir.h @@ -20,8 +20,8 @@ * OTHER DEALINGS IN THE SOFTWARE. */ -#ifndef ST_ATIFS_TO_TGSI_H -#define ST_ATIFS_TO_TGSI_H +#ifndef ST_ATIFS_TO_NIR_H +#define ST_ATIFS_TO_NIR_H #include "util/glheader.h" #include "pipe/p_defines.h" @@ -47,4 +47,4 @@ bool st_nir_lower_atifs_samplers(struct nir_shader *s, const uint8_t *texture_in } /* extern "C" */ #endif -#endif /* ST_ATIFS_TO_TGSI_H */ +#endif /* ST_ATIFS_TO_NIR_H */