Mesa (master): gallium/docs: add missing math formatting

Eric Engeström eric_engestrom at kemper.freedesktop.org
Wed Feb 22 00:03:01 UTC 2017


Module: Mesa
Branch: master
Commit: 3ae77c912e7999fd05d12f929aed2791fe632adc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3ae77c912e7999fd05d12f929aed2791fe632adc

Author: Eric Engestrom <eric.engestrom at imgtec.com>
Date:   Tue Feb 21 14:15:36 2017 +0000

gallium/docs: add missing math formatting

Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>

---

 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 c296447..b9b9d6c 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|
 




More information about the mesa-commit mailing list