diff options
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 |