Re: [Mesa-dev] [PATCH] svga: add SVGA_NO_LOGGING env var

2019-05-01 Thread Neha Bhende
Subject: [Mesa-dev] [PATCH] svga: add SVGA_NO_LOGGING env var valgrind crashes when we try to initialize host logging. This env var can be used to disable logging. Cc: mesa-sta...@lists.freedesktop.org --- docs/envvars.html | 3 +++ src/gallium/drivers/svga/svga_screen.c | 4

Re: [Mesa-dev] [PATCH] svga: add SVGA_NO_LOGGING env var

2019-05-01 Thread Deepak Singh Rawat
Hi Brian, I belive svgascreen->sws->host_log is causing this issue, am I right? If so shoudn't we handle this in vmw_svga_winsys_host_log if host_log is called from other places as well? Other than this Reviewed-by: Deepak Rawat On Wed, 2019-05-01 at 10:48 -0600, Brian Paul wrote: > valgrind

[Mesa-dev] [PATCH] svga: add SVGA_NO_LOGGING env var

2019-05-01 Thread Brian Paul
valgrind crashes when we try to initialize host logging. This env var can be used to disable logging. Cc: mesa-sta...@lists.freedesktop.org --- docs/envvars.html | 3 +++ src/gallium/drivers/svga/svga_screen.c | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff