summaryrefslogtreecommitdiffstats
path: root/docs/llvmpipe.html
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2012-06-12 09:05:22 +0200
committerBrian Paul <brianp@vmware.com>2012-06-12 08:03:30 -0600
commitdf2be226d9ca6772eb4615ce0670e66667b86691 (patch)
tree5187783b08e5f4f616a548773b6126b64013d97e /docs/llvmpipe.html
parent703a662c1582794a5a0b29bb2ff5a5e04149a3e6 (diff)
downloadexternal_mesa3d-df2be226d9ca6772eb4615ce0670e66667b86691.zip
external_mesa3d-df2be226d9ca6772eb4615ce0670e66667b86691.tar.gz
external_mesa3d-df2be226d9ca6772eb4615ce0670e66667b86691.tar.bz2
docs: fix html end/start tags
for more well-formed html Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/llvmpipe.html')
-rw-r--r--docs/llvmpipe.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html
index 87d1fd4..9fc9674 100644
--- a/docs/llvmpipe.html
+++ b/docs/llvmpipe.html
@@ -36,8 +36,8 @@ It's the fastest software rasterizer for Mesa.
</p>
</li>
<li>
- <p>LLVM: version 2.9 recommended; 2.6 or later required.</p>
- <b>NOTE</b>: LLVM 2.8 and earlier will not work on systems that support the
+ <p>LLVM: version 2.9 recommended; 2.6 or later required.</p>
+ <p><b>NOTE</b>: LLVM 2.8 and earlier will not work on systems that support the
Intel AVX extensions (e.g. Sandybridge). LLVM's code generator will
fail when trying to emit AVX instructions. This was fixed in LLVM 2.9.
</p>
@@ -47,6 +47,7 @@ It's the fastest software rasterizer for Mesa.
<pre>
aptitude install llvm-dev
</pre>
+ <p>
For a RPM-based distribution do:
</p>
<pre>
@@ -165,7 +166,7 @@ Building will also create several unit tests in
build/linux-???-debug/gallium/drivers/llvmpipe:
</p>
-</ul>
+<ul>
<li> lp_test_blend: blending
<li> lp_test_conv: SIMD vector conversion
<li> lp_test_format: pixel unpacking/packing