summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2017-05-23 07:45:12 -0600
committerBrian Paul <brianp@vmware.com>2017-05-24 11:33:47 -0600
commitcf1adb7b1cf921262f5998681854c370c1772925 (patch)
treecee8ebe17d7ec312368b5bd6f325e958cac4f575 /docs
parent14d16872298a88ddbf704ccdd5b0fc3b0e78778b (diff)
svga: log the process command line to the vmware.log file
This is useful for Piglit when thousands of tests are run and we want to determine which test triggered a device error. v2: only log command line info if the new SVGA_EXTRA_LOGGING env var is set Reviewed-by: Charmaine Lee <charmainel@vmware.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/envvars.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/envvars.html b/docs/envvars.html
index e075c20536..a970a6668a 100644
--- a/docs/envvars.html
+++ b/docs/envvars.html
@@ -304,6 +304,8 @@ See src/mesa/state_tracker/st_debug.c for other options.
(will often result in incorrect rendering).
<li>SVGA_DEBUG - for dumping shaders, constant buffers, etc. See the code
for details.
+<li>SVGA_EXTRA_LOGGING - if set, enables extra logging to the vmware.log file,
+such as the OpenGL program's name and command line arguments.
<li>See the driver code for other, lesser-used variables.
</ul>