From: Rhys Kidd Date: Sat, 20 Feb 2016 15:15:35 +0000 (+0100) Subject: docs: Correct typo in LLVMpipe envvar description X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0f55e91cc6f628a75daadec74a299893dfd6d8a;p=mesa.git docs: Correct typo in LLVMpipe envvar description Signed-off-by: Rhys Kidd Reviewed-by: Roland Scheidegger --- diff --git a/docs/envvars.html b/docs/envvars.html index 4eff7065df0..06aa0ac9369 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -232,7 +232,7 @@ See src/mesa/state_tracker/st_debug.c for other options.
  • LP_PERF - a comma-separated list of options to selectively no-op various parts of the driver. See the source code for details.
  • LP_NUM_THREADS - an integer indicating how many threads to use for rendering. - Zero turns of threading completely. The default value is the number of CPU + Zero turns off threading completely. The default value is the number of CPU cores present.