projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3567fc
)
docs: TGSI SIN and COS are scalar instructions.
author
Michal Krol
<michal@vmware.com>
Mon, 4 Jan 2010 12:12:27 +0000
(13:12 +0100)
committer
Michal Krol
<michal@vmware.com>
Mon, 4 Jan 2010 12:12:27 +0000
(13:12 +0100)
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 30d74aefd48c684764afc45e7a4ae7e734d1a4dd..cd84b0289a324d8a207dcf1ec491cd1bc2ae352e 100644
(file)
--- a/
src/gallium/docs/source/tgsi.rst
+++ b/
src/gallium/docs/source/tgsi.rst
@@
-442,7
+442,7
@@
COS - Cosine
dst.z = \cos{src.x}
- dst.w = \cos{src.
w
}
+ dst.w = \cos{src.
x
}
DDX - Derivative Relative To X
@@
-552,7
+552,7
@@
SIN - Sine
dst.z = \sin{src.x}
- dst.w = \sin{src.
w
}
+ dst.w = \sin{src.
x
}
SLE - Set On Less Equal Than