Re: [Mesa-dev] [PATCH 1/2] glx: report which DRI version is used when in verbose debug mode

2015-05-07 Thread Eero Tamminen
Hi, On 05/06/2015 08:28 PM, Kenneth Graunke wrote: I agree with Axel - I think LIBGL_DRI3_DISABLE=1 already does what you want, so patch 2 is unnecessary. That needs a patch to doc/envvars.html... - Eero ___ mesa-dev mailing list

[Mesa-dev] [PATCH 1/2] glx: report which DRI version is used when in verbose debug mode

2015-05-06 Thread Martin Peres
This should make it more obvious in bug reports while also removing any sort of guesswork for developers. Signed-off-by: Martin Peres martin.pe...@linux.intel.com --- src/glx/dri2_glx.c | 2 ++ src/glx/dri3_glx.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/glx/dri2_glx.c

Re: [Mesa-dev] [PATCH 1/2] glx: report which DRI version is used when in verbose debug mode

2015-05-06 Thread Kenneth Graunke
On Wednesday, May 06, 2015 03:43:42 PM Martin Peres wrote: This should make it more obvious in bug reports while also removing any sort of guesswork for developers. Signed-off-by: Martin Peres martin.pe...@linux.intel.com --- src/glx/dri2_glx.c | 2 ++ src/glx/dri3_glx.c | 2 ++ 2 files