Module: Mesa Branch: master Commit: 9aabf80ef3c1f2a320e83643a9edf96b1e483133 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9aabf80ef3c1f2a320e83643a9edf96b1e483133
Author: Gwan-gyeong Mun <[email protected]> Date: Wed Aug 23 00:29:44 2017 +0900 gallium/docs: Add missing word "Not" Signed-off-by: Mun Gwan-gyeong <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> --- src/gallium/docs/source/tgsi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index b148c3c939..f9b1385e55 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/source/tgsi.rst @@ -1762,7 +1762,7 @@ two-component vectors with doubled precision in each component. dst.z = src0.zw == src1.zw ? \sim 0 : 0 -.. opcode:: DSNE - Set on Equal +.. opcode:: DSNE - Set on Not Equal .. math:: _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
