[PULL updated] XACE hooks, misc others

2015-06-24 Thread Peter Hutterer
The following changes since commit fa12f2c150b2f50de9dac4a2b09265f13af353af: glamor: don't do render ops with matching source/dest (v3) (2015-06-02 14:16:26 +1000) are available in the git repository at: git://people.freedesktop.org/~whot/xserver for-keith for you to fetch changes up to 8c

Re: [PATCH 1/2] glamor: add support for allocating linear buffers

2015-06-24 Thread Michel Dänzer
On 24.06.2015 20:38, Emil Velikov wrote: > On 23 June 2015 at 02:46, Michel Dänzer wrote: >> On 23.06.2015 04:28, Emil Velikov wrote: >>> On 22 June 2015 at 07:56, Michel Dänzer wrote: On 20.06.2015 07:32, Dave Airlie wrote: >> >>> at which point you'd want to continue >>> the ve

Re: [PATCH 1/2] glamor: add support for allocating linear buffers

2015-06-24 Thread Emil Velikov
On 23 June 2015 at 02:46, Michel Dänzer wrote: > On 23.06.2015 04:28, Emil Velikov wrote: >> On 22 June 2015 at 07:56, Michel Dänzer wrote: >>> On 20.06.2015 07:32, Dave Airlie wrote: > >> at which point you'd want to continue >> the versioning from the mesa point to avoid epochs. So

Re: [PATCH v3] configure.ac: fix code misplacing for KDRIVE_{KBD, MOUSE, EVDEV} auto-detection

2015-06-24 Thread Peter Hutterer
On Tue, Jun 23, 2015 at 08:41:57AM -0300, Laércio de Sousa wrote: > KDrive input drivers "kbd", "mouse", and "evdev" should be automatically built > for linux systems. However, due to a code misplacing in configure.ac, the > auto-detection test is being performed AFTER the corresponding AC_DEFINEs'

[PATCH v3] xwayland: keep temp files out of the client mask

2015-06-24 Thread Olivier Fourdan
From: Chris Wilson Xwayland opens anonymous files for its sharing buffers, move these file descriptors out of the range of the client select mask to avoid reaching the maximum number of clients prematurely. https://bugs.freedesktop.org/show_bug.cgi?id=91072 Tested-by: Olivier Fourdan Signed-of