projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a01578c
)
gallium/docs: Fixed a typo in the SCS opcode description.
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Sun, 19 Sep 2010 07:03:11 +0000
(09:03 +0200)
committer
Tilman 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
patch
|
blob
|
history
diff --git
a/src/gallium/docs/source/tgsi.rst
b/src/gallium/docs/source/tgsi.rst
index e588c5b7bd8bca9d53ab8c1f4c26157cb8faa9b3..4c1f47ac67051c328a8c720dc979b116f96ae658 100644
(file)
--- 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