From c09482b29362266e40a1f876faabafbaa82aa081 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 13 Mar 2023 14:59:37 +0100 Subject: [PATCH] docs: fixup broken indentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This extra indentation caused these to be inside
-tags, which obviously isn't what we want. Reviewed-by: Marcin Ślusarz Part-of: --- docs/sourcetree.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/sourcetree.rst b/docs/sourcetree.rst index a1c7209..ac4e74d 100644 --- a/docs/sourcetree.rst +++ b/docs/sourcetree.rst @@ -159,20 +159,20 @@ each directory. - **targets** - These control how the Gallium code is compiled into different libraries. Each of these roughly corresponds to one frontend. - - **d3dadapter9** - d3dadapter9.so for Wine - - **dri** - libgallium_dri.so loaded by libGL.so - - XXX more + - **d3dadapter9** - d3dadapter9.so for Wine + - **dri** - libgallium_dri.so loaded by libGL.so + - XXX more - **glx** - The GLX library code for building libGL.so using DRI drivers. - **loader** - Used by libGL.so to find and load the appropriate DRI driver. - **panfrost** - Panfrost-specific sources - - **compiler** - shader compiler for Bifrost and newer GPUs - - **lib** - GPU data structures (command stream) support code - - **midgard** - shader compiler for the Midgard generation GPUs - - **shared** - shared Mali code between Lima and Panfrost - - **util** - shared code between Midgard and Bifrost shader compilers + - **compiler** - shader compiler for Bifrost and newer GPUs + - **lib** - GPU data structures (command stream) support code + - **midgard** - shader compiler for the Midgard generation GPUs + - **shared** - shared Mali code between Lima and Panfrost + - **util** - shared code between Midgard and Bifrost shader compilers - **util** - Various utility codes - **vulkan** - Common code for Vulkan drivers -- 2.7.4