From 104c7883e777b3d5caca98ed96afc3c7c409d340 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 24 Jan 2019 08:53:19 -0800 Subject: [PATCH] gallium: Fix comment about possible colorspaces. Two typos, and missing one of the colorspaces. Reviewed-by: --- src/gallium/auxiliary/util/u_format.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # -- 2.30.2