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 <erik.faye-lund@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
To add a new GL extension to Mesa you have to do at least the following.
|
To add a new GL extension to Mesa you have to do at least the following.
|
||||||
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
@@ -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'
|
tests are run using 'meson test'
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -349,11 +349,11 @@ will likely have to alter them for your system.</p>
|
|||||||
<p>
|
<p>
|
||||||
Those running on ArchLinux can use the AUR-maintained packages for some
|
Those running on ArchLinux can use the AUR-maintained packages for some
|
||||||
of those, as they'll have the right values for your system:
|
of those, as they'll have the right values for your system:
|
||||||
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://aur.archlinux.org/packages/meson-cross-x86-linux-gnu">meson-cross-x86-linux-gnu</a></li>
|
<li><a href="https://aur.archlinux.org/packages/meson-cross-x86-linux-gnu">meson-cross-x86-linux-gnu</a></li>
|
||||||
<li><a href="https://aur.archlinux.org/packages/meson-cross-aarch64-linux-gnu">meson-cross-aarch64-linux-gnu</a></li>
|
<li><a href="https://aur.archlinux.org/packages/meson-cross-aarch64-linux-gnu">meson-cross-aarch64-linux-gnu</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
32-bit build on x86 linux:
|
32-bit build on x86 linux:
|
||||||
|
@@ -24,13 +24,13 @@ Some Linux distributions closely follow the latest Mesa releases. On others one
|
|||||||
has to use unofficial channels.
|
has to use unofficial channels.
|
||||||
<br>
|
<br>
|
||||||
There are some general directions:
|
There are some general directions:
|
||||||
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Debian/Ubuntu based distros - PPA: xorg-edgers, oibaf and padoka</li>
|
<li>Debian/Ubuntu based distros - PPA: xorg-edgers, oibaf and padoka</li>
|
||||||
<li>Fedora - Corp: erp and che</li>
|
<li>Fedora - Corp: erp and che</li>
|
||||||
<li>OpenSuse/SLES - OBS: X11:XOrg and pontostroy:X11</li>
|
<li>OpenSuse/SLES - OBS: X11:XOrg and pontostroy:X11</li>
|
||||||
<li>Gentoo/Archlinux - officially provided/supported</li>
|
<li>Gentoo/Archlinux - officially provided/supported</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@@ -71,6 +71,7 @@ Shaders can be dumped and replaced on runtime for debugging purposes. This
|
|||||||
feature is not currently supported by SCons build.
|
feature is not currently supported by SCons build.
|
||||||
|
|
||||||
This is controlled via following environment variables:
|
This is controlled via following environment variables:
|
||||||
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>MESA_SHADER_DUMP_PATH</b> - path where shader sources are dumped
|
<li><b>MESA_SHADER_DUMP_PATH</b> - path where shader sources are dumped
|
||||||
<li><b>MESA_SHADER_READ_PATH</b> - path where replacement shaders are read
|
<li><b>MESA_SHADER_READ_PATH</b> - 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
|
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
|
not clobber the replacement shaders. Also, the filenames of the replacement shaders
|
||||||
should match the filenames of the corresponding dumped shaders.
|
should match the filenames of the corresponding dumped shaders.
|
||||||
</p>
|
|
||||||
|
|
||||||
<h3 id="capture">Capturing Shaders</h3>
|
<h3 id="capture">Capturing Shaders</h3>
|
||||||
|
|
||||||
|
@@ -228,14 +228,14 @@ your email administrator for this.)
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Add labels to your MR to help reviewers find it. For example:
|
Add labels to your MR to help reviewers find it. For example:
|
||||||
<ul>
|
|
||||||
<li>Mesa changes affecting all drivers: mesa
|
|
||||||
<li>Hardware vendor specific code: amd, intel, nvidia, ...
|
|
||||||
<li>Driver specific code: anvil, freedreno, i965, iris, radeonsi,
|
|
||||||
radv, vc4, ...
|
|
||||||
<li>Other tag examples: gallium, util
|
|
||||||
</ul>
|
|
||||||
</p>
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>Mesa changes affecting all drivers: mesa
|
||||||
|
<li>Hardware vendor specific code: amd, intel, nvidia, ...
|
||||||
|
<li>Driver specific code: anvil, freedreno, i965, iris, radeonsi,
|
||||||
|
radv, vc4, ...
|
||||||
|
<li>Other tag examples: gallium, util
|
||||||
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
Tick the following when creating the MR. It allows developers to
|
Tick the following when creating the MR. It allows developers to
|
||||||
rebase your work on top of master.
|
rebase your work on top of master.
|
||||||
@@ -255,18 +255,18 @@ your email administrator for this.)
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Some other notes:
|
Some other notes:
|
||||||
<ul>
|
|
||||||
<li>Make changes and update your branch based on feedback
|
|
||||||
<li>Old, stale MR may be closed, but you can reopen it if you
|
|
||||||
still want to pursue the changes
|
|
||||||
<li>You should periodically check to see if your MR needs to be
|
|
||||||
rebased
|
|
||||||
<li>Make sure your MR is closed if your patches get pushed outside
|
|
||||||
of GitLab
|
|
||||||
<li>Please send MRs from a personal fork rather than from the main
|
|
||||||
Mesa repository, as it clutters it unnecessarily.
|
|
||||||
</ul>
|
|
||||||
</p>
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>Make changes and update your branch based on feedback
|
||||||
|
<li>Old, stale MR may be closed, but you can reopen it if you
|
||||||
|
still want to pursue the changes
|
||||||
|
<li>You should periodically check to see if your MR needs to be
|
||||||
|
rebased
|
||||||
|
<li>Make sure your MR is closed if your patches get pushed outside
|
||||||
|
of GitLab
|
||||||
|
<li>Please send MRs from a personal fork rather than from the main
|
||||||
|
Mesa repository, as it clutters it unnecessarily.
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2 id="reviewing">Reviewing Patches</h2>
|
<h2 id="reviewing">Reviewing Patches</h2>
|
||||||
|
|
||||||
|
@@ -30,6 +30,7 @@ MacOS are all supported.
|
|||||||
With the August 2015 Workstation 12 / Fusion 8 releases, OpenGL 3.3
|
With the August 2015 Workstation 12 / Fusion 8 releases, OpenGL 3.3
|
||||||
is supported in the guest.
|
is supported in the guest.
|
||||||
This requires:
|
This requires:
|
||||||
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>The VM is configured for virtual hardware version 12.
|
<li>The VM is configured for virtual hardware version 12.
|
||||||
<li>The host OS, GPU and graphics driver supports DX11 (Windows) or
|
<li>The host OS, GPU and graphics driver supports DX11 (Windows) or
|
||||||
@@ -37,7 +38,6 @@ This requires:
|
|||||||
<li>On Linux, the vmwgfx kernel module must be version 2.9.0 or later.
|
<li>On Linux, the vmwgfx kernel module must be version 2.9.0 or later.
|
||||||
<li>A recent version of Mesa with the updated svga gallium driver.
|
<li>A recent version of Mesa with the updated svga gallium driver.
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Otherwise, OpenGL 2.1 is supported.
|
Otherwise, OpenGL 2.1 is supported.
|
||||||
|
Reference in New Issue
Block a user