summaryrefslogtreecommitdiffstats
path: root/docs/llvmpipe.html
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2012-06-12 09:05:49 +0200
committerBrian Paul <brianp@vmware.com>2012-06-12 08:03:30 -0600
commitfd64b397277c66e4cbb83222454d33b890648471 (patch)
tree9d8b11793e4703109ab4c5c5ddb651938e0f9abc /docs/llvmpipe.html
parent5dc59455f900de66a387dca5f62d5a48711b0c14 (diff)
downloadexternal_mesa3d-fd64b397277c66e4cbb83222454d33b890648471.zip
external_mesa3d-fd64b397277c66e4cbb83222454d33b890648471.tar.gz
external_mesa3d-fd64b397277c66e4cbb83222454d33b890648471.tar.bz2
docs: whitespaces cleanup
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/llvmpipe.html')
-rw-r--r--docs/llvmpipe.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html
index 9fc9674..cf4512f 100644
--- a/docs/llvmpipe.html
+++ b/docs/llvmpipe.html
@@ -25,11 +25,11 @@ It's the fastest software rasterizer for Mesa.
<ul>
<li>
- <p>An x86 or amd64 processor; 64-bit mode recommended.</p
+ <p>An x86 or amd64 processor; 64-bit mode recommended.</p>
<p>
Support for SSE2 is strongly encouraged. Support for SSSE3 and SSE4.1 will
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 is that you run into underperforming, buggy, or incomplete code.
</p>
<p>
See /proc/cpuinfo to know what your CPU supports.
@@ -75,8 +75,6 @@ It's the fastest software rasterizer for Mesa.
</ul>
-
-
<h1>Building</h1>
To build everything on Linux invoke scons as:
@@ -187,7 +185,7 @@ for posterior analysis, e.g.:
<li>
When looking to this code by the first time start in lp_state_fs.c, and
then skim through the lp_bld_* functions called in there, and the comments
- at the top of the lp_bld_*.c functions.
+ at the top of the lp_bld_*.c functions.
</li>
<li>
The driver-independent parts of the LLVM / Gallium code are found in