Module: Mesa Branch: master Commit: f90733c116acb68d79b3c4dda76983819062a5f1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f90733c116acb68d79b3c4dda76983819062a5f1
Author: Corbin Simpson <[email protected]> Date: Mon Jan 18 17:37:25 2010 -0800 docs: Use proper XOR symbol. --- src/gallium/docs/source/tgsi.rst | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index d9a043f..65a669d 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/source/tgsi.rst @@ -1000,13 +1000,13 @@ XOR - Bitwise Xor .. math:: - dst.x = src0.x ^ src1.x + dst.x = src0.x \oplus src1.x - dst.y = src0.y ^ src1.y + dst.y = src0.y \oplus src1.y - dst.z = src0.z ^ src1.z + dst.z = src0.z \oplus src1.z - dst.w = src0.w ^ src1.w + dst.w = src0.w \oplus src1.w SAD - Sum Of Absolute Differences _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
