From d8871ac2edf7ba6c53088951b411ac18546b8f89 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 14 Mar 2023 09:45:47 +0100 Subject: [PATCH] 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 Reviewed-by: Roland Scheidegger Part-of: --- docs/gallium/tgsi.rst | 3 +++ 1 file changed, 3 insertions(+) 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}