[Mesa-dev] [PATCH] gallium/docs: Fixed a typo in the SCS opcode description.
Tilman Sauerbeck
tilman at code-monkey.de
Sun Sep 19 00:24:58 PDT 2010
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
--
1.7.2.3
More information about the mesa-dev
mailing list