From 98526b7d48d4141df8b675c7e2f4ac0bea939105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Tue, 7 Feb 2023 12:51:56 +0100 Subject: [PATCH] mesa/st: Fix GL_EXT_texture_type_2_10_10_10_REV name in comment Suggested by Adam Jackson in https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21021#note_1747761 Part-of: --- src/mesa/state_tracker/st_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/state_tracker/st_format.c b/src/mesa/state_tracker/st_format.c index d0b87d0d2f0..db4c2db8f67 100644 --- a/src/mesa/state_tracker/st_format.c +++ b/src/mesa/state_tracker/st_format.c @@ -1206,7 +1206,7 @@ st_choose_format(struct st_context *st, GLenum internalFormat, /* For an unsized GL_RGB but a 2_10_10_10 type, try to pick one of the * 2_10_10_10 formats. This is important for - * GL_EXT_texture_type_2_10_10_10_EXT support, which says that these + * GL_EXT_texture_type_2_10_10_10_REV support, which says that these * formats are not color-renderable. Mesa's check for making those * non-color-renderable is based on our chosen format being 2101010. */