Module: Mesa Branch: main Commit: e7ee11f89a7e3061f2327346091880fdbecf2f7b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7ee11f89a7e3061f2327346091880fdbecf2f7b
Author: Erik Faye-Lund <[email protected]> Date: Thu Mar 16 09:01:40 2023 +0100 docs/freedreno: fix turnip-heading level Having two top-level headings in an article confuses Sphinx, and makes both appear as separate articles in the toc-tree. It doesn't seem like there's a good reason why the following headings should be nested under the "Turnip"-heading anyway, so let's just make it a sibling to the "Hardware architecture" heading. Acked-by: Rob Clark <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21948> --- docs/drivers/freedreno.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers/freedreno.rst b/docs/drivers/freedreno.rst index 743e26314ad..26c0703d383 100644 --- a/docs/drivers/freedreno.rst +++ b/docs/drivers/freedreno.rst @@ -9,7 +9,7 @@ See the `Freedreno Wiki details. Turnip -====== +------ Turnip is a Vulkan 1.3 driver for Adreno 6xx GPUs.
