Re: [PATCH xserver 1/2] glx: Stop printing messages about what GLX extensions we enable

2017-12-15 Thread Emil Velikov
On 13 December 2017 at 16:44, Adam Jackson wrote: > glxinfo already exists, use it. > Seconded. Reviewed-by: Emil Velikov If anyone really wants the server to log these a patch that calls LogMessageVerb() within __glXEnableExtension() wouldn't be too bad. It'll be more complete + less spammy tha

Re: [PATCH xserver 1/2] glx: Stop printing messages about what GLX extensions we enable

2017-12-14 Thread Eric Anholt
Adam Jackson writes: > glxinfo already exists, use it. Yes, please. Reviewed-by: Eric Anholt signature.asc Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists

[PATCH xserver 1/2] glx: Stop printing messages about what GLX extensions we enable

2017-12-13 Thread Adam Jackson
glxinfo already exists, use it. Signed-off-by: Adam Jackson --- glx/glxdri2.c | 29 +++-- glx/glxdriswrast.c | 3 --- 2 files changed, 3 insertions(+), 29 deletions(-) diff --git a/glx/glxdri2.c b/glx/glxdri2.c index 2e24b56e6c..28d5a3a9c0 100644 --- a/glx/glxdri2.