projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a0d2c5
)
gallium/docs: add missing math formatting
author
Eric Engestrom
<eric.engestrom@imgtec.com>
Tue, 21 Feb 2017 14:15:36 +0000
(14:15 +0000)
committer
Eric Engestrom
<eric@engestrom.ch>
Wed, 22 Feb 2017 00:00:51 +0000
(
00:00
+0000)
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
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 c296447b5c50294b082df5387e3cc7d87d22e4cb..b9b9d6ca341137e801f406d9bffd815c6fecaad4 100644
(file)
--- a/
src/gallium/docs/source/tgsi.rst
+++ b/
src/gallium/docs/source/tgsi.rst
@@
-1803,6
+1803,8
@@
two-component vectors with doubled precision in each component.
.. opcode:: DABS - Absolute
+.. math::
+
dst.xy = |src0.xy|
dst.zw = |src0.zw|
@@
-2055,6
+2057,8
@@
two-component vectors with 64-bits in each component.
.. opcode:: I64ABS - 64-bit Integer Absolute Value
+.. math::
+
dst.xy = |src0.xy|
dst.zw = |src0.zw|