From: Erik Faye-Lund Date: Tue, 14 Mar 2023 09:23:43 +0000 (+0100) Subject: docs/tgsi: do not use math-block for non-latex X-Git-Tag: upstream/23.3.3~9082 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7327296d522e00e1f526a611753ad37775bff76;p=platform%2Fupstream%2Fmesa.git docs/tgsi: do not use math-block for non-latex This block isn't valid latex, so let's just use a pseudocode-block like we do elsewhere here. Acked-by: Pierre-Eric Pelloux-Prayer Reviewed-by: Roland Scheidegger Part-of: --- diff --git a/docs/gallium/tgsi.rst b/docs/gallium/tgsi.rst index 9b5d807..c4891ba 100644 --- a/docs/gallium/tgsi.rst +++ b/docs/gallium/tgsi.rst @@ -700,7 +700,7 @@ used. Conditional discard. Allowed in fragment shaders only. - .. math:: + Pseudocode:: if (src.x < 0 || src.y < 0 || src.z < 0 || src.w < 0) discard