diff options
author | Tilman Sauerbeck <[email protected]> | 2010-09-19 09:03:11 +0200 |
---|---|---|
committer | Tilman Sauerbeck <[email protected]> | 2010-09-19 22:13:42 +0200 |
commit | d323118c3ef1ed197e61e7a80e0ddafbe9e70ecb (patch) | |
tree | 642e0a0e1a6537a4856330ff5730f7e5a5ecef44 /src/gallium/docs | |
parent | a01578c84ffcc03a98b3c3f20d05cdb0e0e4ada7 (diff) |
gallium/docs: Fixed a typo in the SCS opcode description.
Signed-off-by: Tilman Sauerbeck <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | 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 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 |