mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
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:
parent
6390953fa5
commit
98526b7d48
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue