From 92917e82e866155dd1d9300186e3be97cd673b47 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 18 Apr 2019 15:38:01 +0200 Subject: [PATCH] docs: close paragraphs before lists paragraphs can't contain lists, and attempting to close them after the list just cause an extra, empty paragraph to be created. We don't want that, so let's close the paragraphs before the list intead. Signed-off-by: Erik Faye-Lund Reviewed-by: Eric Engestrom --- docs/devinfo.html | 2 +- docs/meson.html | 2 +- docs/precompiled.html | 2 +- docs/shading.html | 2 +- docs/submittingpatches.html | 36 ++++++++++++++++++------------------ docs/vmware-guest.html | 2 +- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/devinfo.html b/docs/devinfo.html index 02d6473266f..62982f5b4f5 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -25,6 +25,7 @@

To add a new GL extension to Mesa you have to do at least the following. +

  • @@ -73,7 +74,6 @@ To add a new GL extension to Mesa you have to do at least the following. tests are run using 'meson test'
-

diff --git a/docs/meson.html b/docs/meson.html index 6fe8def812e..b516a459c3a 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -349,11 +349,11 @@ will likely have to alter them for your system.

Those running on ArchLinux can use the AUR-maintained packages for some of those, as they'll have the right values for your system: +

-

32-bit build on x86 linux: diff --git a/docs/precompiled.html b/docs/precompiled.html index 97dc1ff4bd8..12c4388817e 100644 --- a/docs/precompiled.html +++ b/docs/precompiled.html @@ -24,13 +24,13 @@ Some Linux distributions closely follow the latest Mesa releases. On others one has to use unofficial channels.
There are some general directions: +

  • Debian/Ubuntu based distros - PPA: xorg-edgers, oibaf and padoka
  • Fedora - Corp: erp and che
  • OpenSuse/SLES - OBS: X11:XOrg and pontostroy:X11
  • Gentoo/Archlinux - officially provided/supported
-

diff --git a/docs/shading.html b/docs/shading.html index 76f25316f86..174337b41f2 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -71,6 +71,7 @@ Shaders can be dumped and replaced on runtime for debugging purposes. This feature is not currently supported by SCons build. This is controlled via following environment variables: +

  • MESA_SHADER_DUMP_PATH - path where shader sources are dumped
  • MESA_SHADER_READ_PATH - path where replacement shaders are read @@ -79,7 +80,6 @@ Note, path set must exist before running for dumping or replacing to work. When both are set, these paths should be different so the dumped shaders do not clobber the replacement shaders. Also, the filenames of the replacement shaders should match the filenames of the corresponding dumped shaders. -

    Capturing Shaders

    diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html index 957fdcd5cdc..6b9a07357b3 100644 --- a/docs/submittingpatches.html +++ b/docs/submittingpatches.html @@ -228,14 +228,14 @@ your email administrator for this.)

    Add labels to your MR to help reviewers find it. For example: -

      -
    • Mesa changes affecting all drivers: mesa -
    • Hardware vendor specific code: amd, intel, nvidia, ... -
    • Driver specific code: anvil, freedreno, i965, iris, radeonsi, - radv, vc4, ... -
    • Other tag examples: gallium, util -

    +
      +
    • Mesa changes affecting all drivers: mesa +
    • Hardware vendor specific code: amd, intel, nvidia, ... +
    • Driver specific code: anvil, freedreno, i965, iris, radeonsi, + radv, vc4, ... +
    • Other tag examples: gallium, util +

    Tick the following when creating the MR. It allows developers to rebase your work on top of master. @@ -255,18 +255,18 @@ your email administrator for this.)

    Some other notes: -

      -
    • Make changes and update your branch based on feedback -
    • Old, stale MR may be closed, but you can reopen it if you - still want to pursue the changes -
    • You should periodically check to see if your MR needs to be - rebased -
    • Make sure your MR is closed if your patches get pushed outside - of GitLab -
    • Please send MRs from a personal fork rather than from the main - Mesa repository, as it clutters it unnecessarily. -

    +
      +
    • Make changes and update your branch based on feedback +
    • Old, stale MR may be closed, but you can reopen it if you + still want to pursue the changes +
    • You should periodically check to see if your MR needs to be + rebased +
    • Make sure your MR is closed if your patches get pushed outside + of GitLab +
    • Please send MRs from a personal fork rather than from the main + Mesa repository, as it clutters it unnecessarily. +

    Reviewing Patches

    diff --git a/docs/vmware-guest.html b/docs/vmware-guest.html index e73f2005f42..1bf497bd6c7 100644 --- a/docs/vmware-guest.html +++ b/docs/vmware-guest.html @@ -30,6 +30,7 @@ MacOS are all supported. With the August 2015 Workstation 12 / Fusion 8 releases, OpenGL 3.3 is supported in the guest. This requires: +

    • The VM is configured for virtual hardware version 12.
    • The host OS, GPU and graphics driver supports DX11 (Windows) or @@ -37,7 +38,6 @@ This requires:
    • On Linux, the vmwgfx kernel module must be version 2.9.0 or later.
    • A recent version of Mesa with the updated svga gallium driver.
    -

    Otherwise, OpenGL 2.1 is supported. -- 2.30.2