diff options
author | Jakob Bornecrantz <wallbraker@gmail.com> | 2012-01-09 21:37:50 +0100 |
---|---|---|
committer | Jakob Bornecrantz <wallbraker@gmail.com> | 2012-01-09 21:39:32 +0100 |
commit | 6afa7cdf93906a9151a6de2f312ab5795c0ce9ec (patch) | |
tree | c86720ffda179073d5b4b1cee85b075eeaad63b1 /docs | |
parent | 8783d4227ff1d1b2bf816180f8d95466a25c786f (diff) |
softpipe: Document new llvm flag
Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/envvars.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index 4b5e89926b0..5a988847b52 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -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> |