summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2023-03-14 09:45:47 +0100
committerErik Faye-Lund <kusmabite@gmail.com>2023-05-05 21:40:04 +0200
commitd8871ac2edf7ba6c53088951b411ac18546b8f89 (patch)
tree5c00dfd5519d5f9af14c96c353417aaaa6d99fe2 /docs
parentf84d1033c16afe6e8888580845286fed2c1d25bd (diff)
downloadmesa-d8871ac2edf7ba6c53088951b411ac18546b8f89.tar.gz
docs/tgsi: fix bad latex
We need empty spaces here, otherwise LaTeX thinks it's one equation, and puts it all back onto one line. Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21893>
Diffstat (limited to 'docs')
-rw-r--r--docs/gallium/tgsi.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/gallium/tgsi.rst b/docs/gallium/tgsi.rst
index 3ea4b2e614f..75138f30876 100644
--- a/docs/gallium/tgsi.rst
+++ b/docs/gallium/tgsi.rst
@@ -361,8 +361,11 @@ used.
.. math::
dst.x = src0.x * 2^{src1.x}
+
dst.y = src0.y * 2^{src1.y}
+
dst.z = src0.z * 2^{src1.z}
+
dst.w = src0.w * 2^{src1.w}