[Mesa-dev] [PATCH mesa 2/5] gallium/docs: add missing math formatting
Eric Engestrom
eric.engestrom at imgtec.com
Tue Feb 21 14:15:36 UTC 2017
Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
---
src/gallium/docs/source/tgsi.rst | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst
index c296447b5c..b9b9d6ca34 100644
--- 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|
--
Cheers,
Eric
More information about the mesa-dev
mailing list