diff options
author | Brian Paul <brianp@vmware.com> | 2017-05-23 07:45:12 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2017-05-24 11:33:47 -0600 |
commit | cf1adb7b1cf921262f5998681854c370c1772925 (patch) | |
tree | cee8ebe17d7ec312368b5bd6f325e958cac4f575 /docs | |
parent | 14d16872298a88ddbf704ccdd5b0fc3b0e78778b (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.html | 2 |
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> |