Re: [PATCH] glx: do not pick sRGB config for 32-bit RGBA visual

2017-12-15 Thread Tapani Pälli
Hi; On 15.12.2017 10:10, Thomas Hellstrom wrote: On 12/11/2017 06:53 AM, Tapani Pälli wrote: Hi; Any comments? Without this change there will be issues with certain Linux desktops when distributions start to use Mesa 17.4. Tapani, Did you actually try this with latest xserver master

Re: [PATCH] glx: do not pick sRGB config for 32-bit RGBA visual

2017-12-15 Thread Tapani Pälli
On 15.12.2017 16:40, Thomas Hellstrom wrote: On 12/15/2017 02:50 PM, Tapani Pälli wrote: Hi; On 15.12.2017 10:10, Thomas Hellstrom wrote: On 12/11/2017 06:53 AM, Tapani Pälli wrote: Hi; Any comments? Without this change there will be issues with certain Linux desktops when distributions

Re: xserver 1.19.6 tentative release date (was Re: [PATCH xserver] xfixes: Remove the CursorCurrent array)

2017-12-15 Thread Adam Jackson
On Mon, 2017-12-11 at 15:29 -0500, Adam Jackson wrote: > On Fri, 2017-12-08 at 17:25 +, Alan Hourihane wrote: > > > But I've gone ahead and tested your fix, and it works too. So I'm fine > > with this. > > > > Can we get this merged to the stable branches ? > > Done. I'm going on PTO for

Re: [PATCH] glx: do not pick sRGB config for 32-bit RGBA visual

2017-12-15 Thread Thomas Hellstrom
Hi! On 12/15/2017 04:37 PM, Tapani Pälli wrote: Yes it does. And the GLX ARB specification states that sRGB support starts turned off so that it shouldn't affect existing applications that get an sRGB fbconfig by mistake. Is there any mention about 'texture from pixmap' when sRGB is used?

Re: Another protocol repository merge attempt

2017-12-15 Thread Alan Coopersmith
On 12/14/17 11:25 PM, Keith Packard wrote: Given that the fonts we specify have free licenses; is there any problem with just including them in the repo? That would avoid all font issues when building the docs. I can't think of any off hand - unlike including other software, it's not like

[RFC PATCH xserver] xwayland: avoid race condition on new keymap

2017-12-15 Thread Olivier Fourdan
When the Wayland compositor notifies of a new keymap, for the first X11 client using the keyboard, the last slave keyboard used might still not be set (i.e. “lastSlave” is still NULL). As a result, the new keymap is not applied, and the first X11 window will have the wrong keymap set initially.

Re: [PATCH] glx: do not pick sRGB config for 32-bit RGBA visual

2017-12-15 Thread Thomas Hellstrom
On 12/15/2017 02:50 PM, Tapani Pälli wrote: Hi; On 15.12.2017 10:10, Thomas Hellstrom wrote: On 12/11/2017 06:53 AM, Tapani Pälli wrote: Hi; Any comments? Without this change there will be issues with certain Linux desktops when distributions start to use Mesa 17.4. Tapani, Did you

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

Re: [PATCH] glx: do not pick sRGB config for 32-bit RGBA visual

2017-12-15 Thread Thomas Hellstrom
On 12/11/2017 06:53 AM, Tapani Pälli wrote: Hi; Any comments? Without this change there will be issues with certain Linux desktops when distributions start to use Mesa 17.4. Tapani, Did you actually try this with latest xserver master without this patch applied, or with 1.19 only? With it