From: Tilman Sauerbeck Date: Sun, 19 Sep 2010 07:03:11 +0000 (+0200) Subject: gallium/docs: Fixed a typo in the SCS opcode description. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d323118c3ef1ed197e61e7a80e0ddafbe9e70ecb;p=mesa.git gallium/docs: Fixed a typo in the SCS opcode description. Signed-off-by: Tilman Sauerbeck --- diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index e588c5b7bd8..4c1f47ac670 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/source/tgsi.rst @@ -726,7 +726,7 @@ This instruction replicates its result. dst.z = 0 - dst.y = 1 + dst.w = 1 .. opcode:: TXB - Texture Lookup With Bias