diff options
author | José Fonseca <jfonseca@vmware.com> | 2010-03-02 11:30:23 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2010-03-02 11:30:23 +0000 |
commit | 7a31bed4b1d2aa099a8af02d9ab8dee33e0c1858 (patch) | |
tree | 169f903f0deaa61e612d904bb3310800a03c049b | |
parent | 4e1aa4a8125d70c61e8c61b7b025ccbc841e7cba (diff) |
util: Tweak comment for D3D10-like formats.
-rw-r--r-- | src/gallium/auxiliary/util/u_format.csv | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_format.csv b/src/gallium/auxiliary/util/u_format.csv index 43d69f1cd8..c9766e6207 100644 --- a/src/gallium/auxiliary/util/u_format.csv +++ b/src/gallium/auxiliary/util/u_format.csv @@ -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 |