[PATCH:xdm] Remove non-existent cpp resource from man page

2016-01-28 Thread Alan Coopersmith
From what I can see in the ancient X Consortium archives, the cpp resource was added in X11R4 and documented but never actually used, and removed in X11R5 without remembering to remove it from the man page. Reported-by: John Smith Signed-off-by: Alan Coopersmith

Re: [PATCH:xdm] Remove non-existent cpp resource from man page

2016-01-28 Thread Matthieu Herrb
On Thu, Jan 28, 2016 at 09:02:06AM -0800, Alan Coopersmith wrote: > From what I can see in the ancient X Consortium archives, the cpp > resource was added in X11R4 and documented but never actually used, > and removed in X11R5 without remembering to remove it from the man page. > > Reported-by:

Re: [PATCH:xdm] Remove non-existent cpp resource from man page

2016-01-28 Thread Peter Hutterer
On Fri, Jan 29, 2016 at 07:04:28AM +0100, Matthieu Herrb wrote: > On Thu, Jan 28, 2016 at 09:02:06AM -0800, Alan Coopersmith wrote: > > From what I can see in the ancient X Consortium archives, the cpp > > resource was added in X11R4 and documented but never actually used, > > and removed in X11R5

Re: [PATCH xserver 2/2] dri3: Refuse to work for remote clients (v2)

2016-01-28 Thread Keith Packard
Michel Dänzer writes: > From: Michel Dänzer > > Prevents clients forwarded via SSH from hanging while waiting for the > reply from the DRI3Open request. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93261 > > v2: Return BadMatch instead

Re: [PATCH xserver 00/19] glamor: Cleanups all over

2016-01-28 Thread Dave Airlie
On 28 January 2016 at 18:21, Dave Airlie wrote: > On 28 January 2016 at 11:56, Eric Anholt wrote: >> I've been working on vc4 X performance again, particularly looking at >> dragging windows with xcompmgr -c running. I'll be sending a separate >> patch to

Re: [PATCH xserver 00/19] glamor: Cleanups all over

2016-01-28 Thread Dave Airlie
On 28 January 2016 at 11:56, Eric Anholt wrote: > I've been working on vc4 X performance again, particularly looking at > dragging windows with xcompmgr -c running. I'll be sending a separate > patch to accelerate a8 rendering on GLES2-class renderers, but even > with that

[PATCH xserver 2/2] dri3: Refuse to work for remote clients (v2)

2016-01-28 Thread Michel Dänzer
From: Michel Dänzer Prevents clients forwarded via SSH from hanging while waiting for the reply from the DRI3Open request. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93261 v2: Return BadMatch instead of BadRequest (Keith Packard) Signed-off-by: Michel Dänzer

Re: [PATCH 3/5] xephyr: Remove DRI1

2016-01-28 Thread Adam Jackson
On Wed, 2016-01-27 at 17:40 -0800, Eric Anholt wrote: > Adam Jackson writes: > > > This only worked if the backend server supported DRI1, which is > > stunningly unlikely these days. > > Patches 1-3 are: > > Reviewed-by: Eric Anholt Pushed, thanks. > I have