mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 20:18:12 +02:00
util: Tweak comment for D3D10-like formats.
This commit is contained in:
parent
4e1aa4a812
commit
7a31bed4b1
1 changed files with 3 additions and 1 deletions
|
|
@ -119,7 +119,9 @@ PIPE_FORMAT_DXT1_SRGBA , compressed, 4, 4, x64 , , , , xy
|
|||
PIPE_FORMAT_DXT3_SRGBA , compressed, 4, 4, x128, , , , xyzw, srgb
|
||||
PIPE_FORMAT_DXT5_SRGBA , compressed, 4, 4, x128, , , , xyzw, srgb
|
||||
|
||||
# Old vector formats
|
||||
# Straightforward D3D10-like formats (also used for
|
||||
# vertex buffer element description)
|
||||
#
|
||||
# See also:
|
||||
# - src/gallium/auxiliary/translate/translate_generic.c
|
||||
# - src/mesa/state_tracker/st_draw.c
|
||||
|
|
|
|||
|
Can't render this file because it contains an unexpected character in line 8 and column 3.
|
Loading…
Add table
Reference in a new issue