diff options
author | Eric Anholt <[email protected]> | 2019-01-24 08:53:19 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2019-01-25 13:06:47 -0800 |
commit | 104c7883e777b3d5caca98ed96afc3c7c409d340 (patch) | |
tree | cd3385c87788a488b20060ffa2af619cf3f0ee15 /src/gallium/auxiliary/util | |
parent | 54abd2e0844edf005510cb50b001cde8cf0366b7 (diff) |
gallium: Fix comment about possible colorspaces.
Two typos, and missing one of the colorspaces.
Reviewed-by: <Roland Scheidegger [email protected]>
Diffstat (limited to 'src/gallium/auxiliary/util')
-rw-r--r-- | src/gallium/auxiliary/util/u_format.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_format.csv b/src/gallium/auxiliary/util/u_format.csv index a7303c1ff73..3a2a6331e01 100644 --- a/src/gallium/auxiliary/util/u_format.csv +++ b/src/gallium/auxiliary/util/u_format.csv @@ -45,7 +45,7 @@ # - optionally followed by 'p' if it is pure # - number of bits # - channel swizzle -# - color space: rgb, yub, sz +# - color space: rgb, srgb, yuv, zs # - (optional) channel encoding for big-endian targets # - (optional) channel swizzle for big-endian targets # |