svga: log the process command line to the vmware.log file
authorBrian Paul <brianp@vmware.com>
Tue, 23 May 2017 13:45:12 +0000 (07:45 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 24 May 2017 17:33:47 +0000 (11:33 -0600)
commitcf1adb7b1cf921262f5998681854c370c1772925
treecee8ebe17d7ec312368b5bd6f325e958cac4f575
parent14d16872298a88ddbf704ccdd5b0fc3b0e78778b
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>
docs/envvars.html
src/gallium/drivers/svga/svga_screen.c