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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21021>
This commit is contained in:
Michel Dänzer 2023-02-07 12:51:56 +01:00 committed by Marge Bot
parent 6390953fa5
commit 98526b7d48

View file

@ -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.
*/