Mesa (master): gallium/docs: Fixed a typo in the SCS opcode description.

Tilman Sauerbeck tilman at kemper.freedesktop.org
Sun Sep 19 20:13:49 UTC 2010


Module: Mesa
Branch: master
Commit: d323118c3ef1ed197e61e7a80e0ddafbe9e70ecb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d323118c3ef1ed197e61e7a80e0ddafbe9e70ecb

Author: Tilman Sauerbeck <tilman at code-monkey.de>
Date:   Sun Sep 19 09:03:11 2010 +0200

gallium/docs: Fixed a typo in the SCS opcode description.

Signed-off-by: Tilman Sauerbeck <tilman at code-monkey.de>

---

 src/gallium/docs/source/tgsi.rst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst
index e588c5b..4c1f47a 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




More information about the mesa-commit mailing list