Re: [PATCH 01/10] ephyr: Deal with non-root visual for window

2014-03-15 Thread Eric Anholt
Keith Packard kei...@keithp.com writes: glx will sometimes select a non-root visual, deal with that by creating a suitable colormap and using that instead of attempting to use the default colormap. Signed-off-by: Keith Packard kei...@keithp.com Maybe just do: commit

Re: [PATCH 01/10] ephyr: Deal with non-root visual for window

2014-03-15 Thread Keith Packard
Eric Anholt e...@anholt.net writes: I don't know the implications of letting a non-root visual get chosen in terms of rendering behavior, but it doesn't seem like something we want. This definitely seems like the right plan. -- keith.pack...@intel.com pgpmRiSr4dmfC.pgp Description: PGP

Re: [PATCH 06/10] glamor: Add infrastructure for generating shaders on the fly

2014-03-15 Thread Eric Anholt
Keith Packard kei...@keithp.com writes: This just adds a bunch of support code to construct shaders from 'facets', which bundle attributes needed for each layer of the rendering system. At this point, that includes only the primtive and the fill stuff. Signed-off-by: Keith Packard

Re: [Linuxwacom-devel] [PATCH xf86-input-wacom 3/3] Add server managed fd handling

2014-03-15 Thread Hans de Goede
Hi, On 03/14/2014 10:52 PM, Jason Gerecke wrote: On Wed, Mar 12, 2014 at 8:12 AM, Hans de Goede hdego...@redhat.com wrote: This mostly consists of skipping common fd handling when server managed fds are in used, the rest is handled by xf86OpenSerial and our wcmClose xf86CloseSerial wrapper.

[PATCH util/modular] jhbuildrc: Restore mesa-demos, mesa-glut, mesa-glu

2014-03-15 Thread Jon TURNEY
As of 9167c5e7177a758fce55afe759fa48c47a4f7f4e we had mesa-demos, mesa-glut and mesa-glu modules. 9167c5e7177a758fce55afe759fa48c47a4f7f4e add missing modules and meta modules (confusingly) removes them. Restore mesa-demos, mesa-glut, mesa-glu so they get tinderboxed. Signed-off-by: Jon TURNEY

Re: [PULL 1.15] pnpid and two other fixes

2014-03-15 Thread Matt Dew
Merged. b332cd2..c971864 server-1.15-branch - server-1.15-branch On 03/12/2014 07:07 PM, Peter Hutterer wrote: The PnPID fix is nice to have to support the new lenovos OOTB in 1.15. The following changes since commit b332cd20ee14049606e3656490d13a8efa6b23ee: Merge branch

[PULL] xorg suid wrapper + fd sharing support for server managed fds

2014-03-15 Thread Hans de Goede
Hi Keith, Please pull from my tree for the patch adding a xorg suid wrapper + a patch-set adding support for having a set of input-devices sharing the same device node and thus the same fd (this is necessary for wacom tablets). Note this supercedes my previous pull-req for just the suid

Re: [PATCH xf86-video-ati] Add support for server managed fds

2014-03-15 Thread Mark Kettenis
From: Hans de Goede hdego...@redhat.com Date: Tue, 11 Mar 2014 11:09:19 +0100 Signed-off-by: Hans de Goede hdego...@redhat.com --- src/radeon_kms.c | 60 +- src/radeon_probe.c | 5 + src/radeon_probe.h | 2 ++ 3 files

[PATCH] Add necessary headers for major()/minor() on Solaris to xf86Xinput.c

2014-03-15 Thread Alan Coopersmith
Without these, after commit fdb4ec86c29d85c, it fails to build on Solaris, with errors of: xf86Xinput.c: In function 'xf86stat': xf86Xinput.c:816:5: error: implicit declaration of function 'major' [-Werror=implicit-function-declaration] xf86Xinput.c:817:5: error: implicit declaration of function

Re: [PATCH util/modular] jhbuildrc: Restore mesa-demos, mesa-glut, mesa-glu

2014-03-15 Thread Jon TURNEY
On 14/03/2014 20:03, Jon TURNEY wrote: As of 9167c5e7177a758fce55afe759fa48c47a4f7f4e we had mesa-demos, mesa-glut and mesa-glu modules. 9167c5e7177a758fce55afe759fa48c47a4f7f4e add missing modules and meta modules (confusingly) removes them. Restore mesa-demos, mesa-glut, mesa-glu so

Re: [PATCH 06/10] glamor: Add infrastructure for generating shaders on the fly

2014-03-15 Thread Keith Packard
Eric Anholt e...@anholt.net writes: The rest of the code doesn't do spaces between function name and args, let's be consistent. Fixed. 7 space indents in your shader code? :P Yeah, I just hit 'tab' in the editor and that's what I got. Not exactly sure what to do about this, other than

Re: [PATCH 06/10] glamor: Add infrastructure for generating shaders on the fly

2014-03-15 Thread Keith Packard
Keith Packard kei...@keithp.com writes: diff --git a/glamor/glamor_transform.c b/glamor/glamor_transform.c I found a couple of trailing whitespace bugs; I've merged a patch to fix those into my branch; please ignore them here... -- keith.pack...@intel.com pgpuj4PL7r8Go.pgp Description: PGP

[PULL] LoadExtension clean-up series

2014-03-15 Thread Emil Velikov
Hi Keith, Please consider pulling into master. Thanks. The following changes since commit 81a4952d3dcab9ca3a1ee399c773f5ac352036c4: Merge remote-tracking branch 'whot/for-keith' (2014-03-11 22:04:36 -0700) are available in the git repository at: https://github.com/evelikov/xserver.git

Re: [Linuxwacom-devel] [PATCH xf86-input-wacom 3/3] Add server managed fd handling

2014-03-15 Thread Jason Gerecke
On Wed, Mar 12, 2014 at 8:12 AM, Hans de Goede hdego...@redhat.com wrote: This mostly consists of skipping common fd handling when server managed fds are in used, the rest is handled by xf86OpenSerial and our wcmClose xf86CloseSerial wrapper. Signed-off-by: Hans de Goede hdego...@redhat.com