Module: Mesa Branch: master Commit: db91b8536e33a095a4bdfd4cedd215831c2c61e6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=db91b8536e33a095a4bdfd4cedd215831c2c61e6
Author: Gwan-gyeong Mun <[email protected]> Date: Sat Aug 26 17:39:04 2017 +0900 gallium/docs: fix a typo Signed-off-by: Mun Gwan-gyeong <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> --- src/gallium/docs/source/context.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/docs/source/context.rst b/src/gallium/docs/source/context.rst index 7002802248..6ac45819a6 100644 --- a/src/gallium/docs/source/context.rst +++ b/src/gallium/docs/source/context.rst @@ -118,7 +118,7 @@ If texture format is different than template format, it is said the texture is being cast to another format. Casting can be done only between compatible formats, that is formats that have matching component order and sizes. -Swizzle fields specify they way in which fetched texel components are placed +Swizzle fields specify the way in which fetched texel components are placed in the result register. For example, ``swizzle_r`` specifies what is going to be placed in first component of result register. _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
