From: Michal Krol Date: Mon, 4 Jan 2010 12:12:27 +0000 (+0100) Subject: docs: TGSI SIN and COS are scalar instructions. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c929664fdf257ce5e41a70545df72eb2f6b51d92;p=mesa.git docs: TGSI SIN and COS are scalar instructions. --- diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index 30d74aefd48..cd84b0289a3 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/source/tgsi.rst @@ -442,7 +442,7 @@ COS - Cosine dst.z = \cos{src.x} - dst.w = \cos{src.w} + dst.w = \cos{src.x} DDX - Derivative Relative To X @@ -552,7 +552,7 @@ SIN - Sine dst.z = \sin{src.x} - dst.w = \sin{src.w} + dst.w = \sin{src.x} SLE - Set On Less Equal Than