Re: [PATCH xserver 3/3] glx: Implement GLX_EXT_no_config_context (v2)

2017-11-16 Thread Eric Anholt
Adam Jackson writes: > Only enabled for the DRI backends at the moment. In principle WGL/CGL > could support this - it's sort of implied by GL 3.0 support - but in > practice I don't know that it would actually work. > > This is currently a draft extension, under review at: > >

Re: [PATCH xserver 1/3] glx: Fix glXQueryContext for GLX_FBCONFIG_ID and GLX_RENDER_TYPE (v2)

2017-11-16 Thread Eric Anholt
Adam Jackson writes: > Just never filled in, oops. Seems to have gone unnoticed because > normally glXQueryContext simply returns the values filled in by the > client library when the context was created. The only path by which you > normally get to a GLXQueryContext request is

Re: [RFC PATCH xserver] xwayland: Fix non-argb cursor conversion

2017-11-16 Thread Emil Velikov
Hi Olivier, On 27 September 2017 at 17:01, Olivier Fourdan wrote: > Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=103012 > Signed-off-by: Olivier Fourdan > --- > Note: I am not familiar with this so I have no idea whether or not the > fix is

Re: [RFC PATCH xserver] xwayland: Fix non-argb cursor conversion

2017-11-16 Thread Olivier Fourdan
Hi all, Anyone to review/comment on this patch below? It seems to fix the issue wit hte reproducer from the bug, but I dunno if this is right fix... Thanks Olivier > Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=103012 > Signed-off-by: Olivier Fourdan > --- >