From 6afa7cdf93906a9151a6de2f312ab5795c0ce9ec Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Mon, 9 Jan 2012 21:37:50 +0100 Subject: [PATCH 1/1] softpipe: Document new llvm flag Signed-off-by: Jakob Bornecrantz --- docs/envvars.html | 2 ++ 1 file changed, 2 insertions(+) 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
  • SOFTPIPE_DUMP_GS - if set, the softpipe driver will print geometry shaders to stderr
  • SOFTPIPE_NO_RAST - if set, rasterization is no-op'd. For profiling purposes. +
  • SOFTPIPE_USE_LLVM - if set, the softpipe driver will try to use LLVM JIT for + vertex shading procesing. -- 2.30.2