gallium/docs: Fixed a typo in the SCS opcode description.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 19 Sep 2010 07:03:11 +0000 (09:03 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 19 Sep 2010 20:13:42 +0000 (22:13 +0200)
Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de>
src/gallium/docs/source/tgsi.rst

index e588c5b7bd8bca9d53ab8c1f4c26157cb8faa9b3..4c1f47ac67051c328a8c720dc979b116f96ae658 100644 (file)
@@ -726,7 +726,7 @@ This instruction replicates its result.
 
   dst.z = 0
 
-  dst.y = 1
+  dst.w = 1
 
 
 .. opcode:: TXB - Texture Lookup With Bias