projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8783d42
)
softpipe: Document new llvm flag
author
Jakob Bornecrantz
<wallbraker@gmail.com>
Mon, 9 Jan 2012 20:37:50 +0000
(21:37 +0100)
committer
Jakob Bornecrantz
<wallbraker@gmail.com>
Mon, 9 Jan 2012 20:39:32 +0000
(21:39 +0100)
Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.com>
docs/envvars.html
patch
|
blob
|
history
diff --git
a/docs/envvars.html
b/docs/envvars.html
index
4b5e899
..
5a98884
100644
(file)
--- 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>