diff options
author | Brian Paul <[email protected]> | 2019-05-01 15:49:44 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2019-05-02 06:09:35 -0600 |
commit | f0f7c3b03a93f1e2f6c15262585af774013c6031 (patch) | |
tree | 3ae9153eed309733bbc5b15de2b85f009e5ee5a4 /docs/envvars.html | |
parent | 9c5f407b0b44a05a52d55ec34d028a1f2a901064 (diff) |
svga: add SVGA_NO_LOGGING env var (v2)
valgrind crashes when we try to initialize host logging. This
env var can be used to disable logging.
v2: rebase onto "svga: move host logging to winsys".
Cc: [email protected]
Reviewed-by: Neha Bhende <[email protected]>
Diffstat (limited to 'docs/envvars.html')
-rw-r--r-- | docs/envvars.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index c9733e65234..43d3a6cf169 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -338,6 +338,9 @@ See src/mesa/state_tracker/st_debug.c for other options. 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>SVGA_NO_LOGGING - if set, disables logging to the vmware.log file. +This is useful when using Valgrind because it otherwise crashes when +initializing the host log feature. <li>See the driver code for other, lesser-used variables. </ul> |