mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
docs/llvmpipe.html: Minor edits
Language and spelling fixups in three places.
Cc: "17.2" "17.3" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Ben Crocker <bcrocker@redhat.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
[Eric: move two fixes from the other patch to this one.]
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
(cherry picked from commit b43daf7bf6)
This commit is contained in:
parent
3dc6072e3d
commit
aa4b1e71cb
1 changed files with 7 additions and 7 deletions
|
|
@ -32,11 +32,11 @@ It's the fastest software rasterizer for Mesa.
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<p>An x86 or amd64 processor; 64-bit mode recommended.</p>
|
<p>For x86 or amd64 processors, 64-bit mode is recommended.</p>
|
||||||
<p>
|
<p>
|
||||||
Support for SSE2 is strongly encouraged. Support for SSE3 and SSE4.1 will
|
Support for SSE2 is strongly encouraged. Support for SSE3 and SSE4.1 will
|
||||||
yield the most efficient code. The fewer features the CPU has the more
|
yield the most efficient code. The fewer features the CPU has the more
|
||||||
likely is that you run into underperforming, buggy, or incomplete code.
|
likely it is that you will run into underperforming, buggy, or incomplete code.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
See /proc/cpuinfo to know what your CPU supports.
|
See /proc/cpuinfo to know what your CPU supports.
|
||||||
|
|
@ -51,7 +51,7 @@ It's the fastest software rasterizer for Mesa.
|
||||||
aptitude install llvm-dev
|
aptitude install llvm-dev
|
||||||
</pre>
|
</pre>
|
||||||
<p>
|
<p>
|
||||||
If you want development snaptshot builds of LLVM for Debian and derived
|
If you want development snapshot builds of LLVM for Debian and derived
|
||||||
distributions like Ubuntu, you can use the APT repository at <a
|
distributions like Ubuntu, you can use the APT repository at <a
|
||||||
href="https://apt.llvm.org/" title="Debian Development packages for LLVM"
|
href="https://apt.llvm.org/" title="Debian Development packages for LLVM"
|
||||||
>apt.llvm.org</a>, which are maintained by Debian's LLVM maintainer.
|
>apt.llvm.org</a>, which are maintained by Debian's LLVM maintainer.
|
||||||
|
|
@ -234,8 +234,8 @@ build/linux-???-debug/gallium/drivers/llvmpipe:
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Some of this tests can output results and benchmarks to a tab-separated-file
|
Some of these tests can output results and benchmarks to a tab-separated file
|
||||||
for posterior analysis, e.g.:
|
for later analysis, e.g.:
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
build/linux-x86_64-debug/gallium/drivers/llvmpipe/lp_test_blend -o blend.tsv
|
build/linux-x86_64-debug/gallium/drivers/llvmpipe/lp_test_blend -o blend.tsv
|
||||||
|
|
@ -246,8 +246,8 @@ for posterior analysis, e.g.:
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
When looking to this code by the first time start in lp_state_fs.c, and
|
When looking at this code for the first time, start in lp_state_fs.c, and
|
||||||
then skim through the lp_bld_* functions called in there, and the comments
|
then skim through the lp_bld_* functions called there, and the comments
|
||||||
at the top of the lp_bld_*.c functions.
|
at the top of the lp_bld_*.c functions.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue