Module: Mesa Branch: master Commit: 104c7883e777b3d5caca98ed96afc3c7c409d340 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=104c7883e777b3d5caca98ed96afc3c7c409d340
Author: Eric Anholt <[email protected]> Date: Thu Jan 24 08:53:19 2019 -0800 gallium: Fix comment about possible colorspaces. Two typos, and missing one of the colorspaces. Reviewed-by: <Roland Scheidegger [email protected]> --- 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 a7303c1ff7..3a2a6331e0 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 # _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
