diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html index 12dccb5eaef..5468736b727 100644 --- a/docs/llvmpipe.html +++ b/docs/llvmpipe.html @@ -32,11 +32,11 @@ It's the fastest software rasterizer for Mesa.
An x86 or amd64 processor; 64-bit mode recommended.
+For x86 or amd64 processors, 64-bit mode is recommended.
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 - likely is that you run into underperforming, buggy, or incomplete code. + likely it is that you will run into underperforming, buggy, or incomplete code.
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
- 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 apt.llvm.org, which are maintained by Debian's LLVM maintainer. @@ -234,8 +234,8 @@ build/linux-???-debug/gallium/drivers/llvmpipe:
-Some of this tests can output results and benchmarks to a tab-separated-file -for posterior analysis, e.g.: +Some of these tests can output results and benchmarks to a tab-separated file +for later analysis, e.g.:
build/linux-x86_64-debug/gallium/drivers/llvmpipe/lp_test_blend -o blend.tsv @@ -246,8 +246,8 @@ for posterior analysis, e.g.: