diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html index b177bf794fb..f500cf37cbc 100644 --- a/docs/llvmpipe.html +++ b/docs/llvmpipe.html @@ -20,7 +20,7 @@ The Gallium llvmpipe driver is a software rasterizer that uses LLVM to do runtime code generation. Shaders, point/line/triangle rasterization and vertex processing are -implemented with LLVM IR which is translated to x86 or x86-64 machine +implemented with LLVM IR which is translated to x86, x86-64, or ppc64le machine code. Also, the driver is multithreaded to take advantage of multiple CPU cores (up to 8 at this time). @@ -32,18 +32,24 @@ It's the fastest software rasterizer for Mesa.