diff options
author | Andreas Boll <[email protected]> | 2012-06-12 09:05:49 +0200 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-06-12 08:03:30 -0600 |
commit | fd64b397277c66e4cbb83222454d33b890648471 (patch) | |
tree | 9d8b11793e4703109ab4c5c5ddb651938e0f9abc /docs/llvmpipe.html | |
parent | 5dc59455f900de66a387dca5f62d5a48711b0c14 (diff) |
docs: whitespaces cleanup
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/llvmpipe.html')
-rw-r--r-- | docs/llvmpipe.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html index 9fc9674ce1f..cf4512ffc45 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 |