docs/tgsi: fix up indent
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 13 Mar 2023 15:23:38 +0000 (16:23 +0100)
committerErik Faye-Lund <kusmabite@gmail.com>
Fri, 5 May 2023 19:39:57 +0000 (21:39 +0200)
commitf84d1033c16afe6e8888580845286fed2c1d25bd
treed77a8c34d732e273369d74785e70c877d5cfc36f
parentcb4e4fc5de48886758a26ff19d322947b5abfcec
docs/tgsi: fix up indent

There's a mixture of indent styles here, with either two or three
spaces. We have standardized on three spaces for .rst-files in the
editorconfig, so let's apply that.

While we're at it, make sure math-blocks are indented into their
opcode-block. While the result might look the same most of the time,
this matters when we have textual explaination following math-blocks,
like we have in a few caess. If we don't indent the math there, we
end up with having to unindent the text following the math-block for it
not to count as a part of the math block, which looks very confusing
when reading the source code.

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>
docs/gallium/tgsi.rst