softpipe: Document new llvm flag

Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.com>
This commit is contained in:
Jakob Bornecrantz 2012-01-09 21:37:50 +01:00
parent 8783d4227f
commit 6afa7cdf93
1 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,8 @@ Mesa EGL supports different sets of environment variables. See the
<li>SOFTPIPE_DUMP_GS - if set, the softpipe driver will print geometry shaders
to stderr
<li>SOFTPIPE_NO_RAST - if set, rasterization is no-op'd. For profiling purposes.
<li>SOFTPIPE_USE_LLVM - if set, the softpipe driver will try to use LLVM JIT for
vertex shading procesing.
</ul>