summaryrefslogtreecommitdiffstats
path: root/docs/envvars.html
diff options
context:
space:
mode:
authorNathan Kidd <nkidd@opentext.com>2014-01-03 16:44:00 -0700
committerBrian Paul <brianp@vmware.com>2014-01-06 09:55:38 -0700
commit0691b37732e3b032fbd354537b20090a3ee8e122 (patch)
tree4883628a61a373fb6c9af69231b5433fa97d01f3 /docs/envvars.html
parenta61ae2aa01c9b1976ba4107c1564e0c3f94aea4d (diff)
downloadexternal_mesa3d-0691b37732e3b032fbd354537b20090a3ee8e122.zip
external_mesa3d-0691b37732e3b032fbd354537b20090a3ee8e122.tar.gz
external_mesa3d-0691b37732e3b032fbd354537b20090a3ee8e122.tar.bz2
docs: fix misspellings
Fixed what I noticed; no warranty for exhaustiveness. Signed-off-by: Nathan Kidd <nkidd@opentext.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/envvars.html')
-rw-r--r--docs/envvars.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/envvars.html b/docs/envvars.html
index 3cc3c80..31d14a4 100644
--- a/docs/envvars.html
+++ b/docs/envvars.html
@@ -47,7 +47,7 @@ sometimes be useful for debugging end-user issues.
<li>MESA_NO_SSE - if set, disables Intel SSE optimizations
<li>MESA_DEBUG - if set, error messages are printed to stderr. For example,
if the application generates a GL_INVALID_ENUM error, a corresponding error
- message indicating where the error occured, and possibly why, will be
+ message indicating where the error occurred, and possibly why, will be
printed to stderr.<br>
If the value of MESA_DEBUG is 'FP' floating point arithmetic errors will
generate exceptions.
@@ -201,14 +201,14 @@ See src/mesa/state_tracker/st_debug.c for other options.
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.
+ vertex shading processing.
</ul>
<h3>LLVMpipe driver environment variables</h3>
<ul>
<li>LP_NO_RAST - if set LLVMpipe will no-op rasterization
-<li>LP_DEBUG - a comma-separated list of debug options is acceptec. See the
+<li>LP_DEBUG - a comma-separated list of debug options is accepted. See the
source code for details.
<li>LP_PERF - a comma-separated list of options to selectively no-op various
parts of the driver. See the source code for details.