[PATCH 1/3] Float fbconfigs exchange patch [1/3] Improved handling of renderType attribute in GLX structures.

2013-07-15 Thread Tomasz Lis
From: Tomasz Lis tomasz@intel.com Support of GLX_RGBA*_FLOAT_BIT*, and correct setting of the flags. Also commented each renderType use with information which (fbconfig or context) RENDER_TYPE it is. Signed-off-by: Tomasz Lis lis...@gmail.com --- glx/createcontext.c|2 ++

[PATCH 3/3] Float fbconfigs exchange patch [3/3], (req. MESA patch) Update use of __DRI_ATTRIB_RENDER_TYPE.

2013-07-15 Thread Tomasz Lis
From: Tomasz Lis tomasz@intel.com Replaces old use of floatMode attribute with new, extended range of values in __DRI_ATTRIB_RENDER_TYPE. Also adds new conditions, where the float modes support requires it. Enables support for not only float configs, but packed float configs as well. Requires

[PATCH 2/3] Float fbconfigs exchange patch [2/3] Extension string enabling.

2013-07-15 Thread Tomasz Lis
From: Tomasz Lis tomasz@intel.com Enables the fbconfig_float extension in list of supported extensions, and adds it to known extensions table. Signed-off-by: Tomasz Lis lis...@gmail.com --- composite/compalloc.c |3 +++ glx/extension_string.c |5 + glx/extension_string.h |1

Re: [PATCH libxtrans v3.2] Enable systemd socket activation

2013-07-15 Thread walter harms
can defined(AF_INET6) happen without defined(IPv6) ? Reviewed-by: wha...@bfs.de wha...@bfs.de Am 15.07.2013 10:36, schrieb Łukasz Stelmach: Receive file descriptors of open sockets from systemd instead of creating them. Signed-off-by: Łukasz Stelmach l.stelm...@samsung.com Cc: Kyungmin

Re: [PATCH 1/3] Float fbconfigs exchange patch [1/3] Improved handling of renderType attribute in GLX structures.

2013-07-15 Thread walter harms
Am 15.07.2013 17:06, schrieb Tomasz Lis: From: Tomasz Lis tomasz@intel.com Support of GLX_RGBA*_FLOAT_BIT*, and correct setting of the flags. Also commented each renderType use with information which (fbconfig or context) RENDER_TYPE it is. Signed-off-by: Tomasz Lis lis...@gmail.com

Re: [PATCH xlsatoms] Count % signs, require at least 2 for a format string (#39614)

2013-07-15 Thread Matthieu Herrb
On Mon, Jul 15, 2013 at 02:07:35PM +1000, Peter Hutterer wrote: xlsatoms -format %s sounds like a good idea, the resulting crash isn't. I'm too lazy to check for all possible combinations that we allow here (it is a printf-compatible string), so let's just check that we have two specifiers %.

Re: [PATCH] Fix mouse header include on DragonFly and FreeBSD

2013-07-15 Thread Francois Tigeot
On Mon, Jul 01, 2013 at 11:40:00AM +0200, Francois Tigeot wrote: The attached patch was originally reported in bug #66045 New version with Signed-off-by: tag. -- Francois Tigeot From 5985f14314ee6367ad1060b4045b41f63e3a518a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Tigeot?=

[PATCH xserver] Don't count RetainPermanent clients twice in security.c

2013-07-15 Thread Peter Harris
If a RetainPermanent client is subsequently killed by a KillClient request, the reference count is decremented twice. This can cause the server to prematurely kill other clients using the same Authorization. Signed-off-by: Peter Harris phar...@opentext.com --- Xext/security.c | 11 ---

[PATCH xserver] Avoid stack smash when drawing dashed lines

2013-07-15 Thread Peter Harris
X.org Bug 54013 https://bugs.freedesktop.org/show_bug.cgi?id=54013 Signed-off-by: Peter Harris phar...@opentext.com --- See https://bugs.freedesktop.org/show_bug.cgi?id=54013 for a test case. mi/miwideline.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH xserver] Fix random hangs handling too-big requests

2013-07-15 Thread Peter Harris
If a request is too big, input-ignoreBytes is set. When ignoreBytes is set, the number of bytes got now is artificially set to zero so the rest of the server does not process the partial request. Make sure the input buffer is not put back on the AvailableInput list, or the ignoreBytes count could

Re: [PATCH xlsatoms] Count % signs, require at least 2 for a format string (#39614)

2013-07-15 Thread Peter Hutterer
On Mon, Jul 15, 2013 at 06:57:21PM +0200, Matthieu Herrb wrote: On Mon, Jul 15, 2013 at 02:07:35PM +1000, Peter Hutterer wrote: xlsatoms -format %s sounds like a good idea, the resulting crash isn't. I'm too lazy to check for all possible combinations that we allow here (it is a

Re: [PATCH] Fix mouse header include on DragonFly and FreeBSD

2013-07-15 Thread Peter Hutterer
On Mon, Jul 15, 2013 at 10:07:23PM +0200, Francois Tigeot wrote: On Mon, Jul 01, 2013 at 11:40:00AM +0200, Francois Tigeot wrote: The attached patch was originally reported in bug #66045 New version with Signed-off-by: tag. -- Francois Tigeot From

[PATCH] dix: deliver attached slave device's keyboard events to the master's focus

2013-07-15 Thread Peter Hutterer
Tricky one. The protocol spec specifically states: - if the SD is attached to a master keyboard, it sends events to this keyboard's focus window (if applicable) and/or changes the modifier state of this keyboard. Except that the actual behavior of the keyboard since 1.7 was that SDs have a

Re: [PATCH] dix: deliver attached slave device's keyboard events to the master's focus

2013-07-15 Thread Peter Hutterer
On Tue, Jul 16, 2013 at 03:23:45PM +1000, Peter Hutterer wrote: Tricky one. The protocol spec specifically states: - if the SD is attached to a master keyboard, it sends events to this keyboard's focus window (if applicable) and/or changes the modifier state of this keyboard. Except

Re: [PATCH] dix: deliver attached slave device's keyboard events to the master's focus

2013-07-15 Thread Jasper St. Pierre
POn Tue, Jul 16, 2013 at 1:23 AM, Peter Hutterer peter.hutte...@who-t.netwrote: Tricky one. The protocol spec specifically states: - if the SD is attached to a master keyboard, it sends events to this keyboard's focus window (if applicable) and/or changes the modifier state of this

Re: [PATCH libxtrans v3.1] Enable systemd socket activation

2013-07-15 Thread Łukasz Stelmach
It was 2013-07-12 pią 18:08, when walter harms wrote: Am 12.07.2013 17:17, schrieb Łukasz Stelmach: Receive file descriptors of open sockets from systemd instead of creating them. Signed-off-by: Łukasz Stelmach l.stelm...@samsung.com Cc: Kyungmin Park kyungmin.p...@samsung.com Cc: MyungJoo

Re: [PATCH libxtrans v3.2] Enable systemd socket activation

2013-07-15 Thread Alan Coopersmith
On 07/15/13 01:36 AM, Łukasz Stelmach wrote: Cc: Alan Coopersmith alan.coopersm...@oracle.com You don't need to cc me on every patch, I'm on xorg-devel and cc'ing too many people on e-mails triggers moderation filters in mailman. For generic xtrans changes like the const fix, I'm happy to

[PATCH libxtrans v3.2] Enable systemd socket activation

2013-07-15 Thread Łukasz Stelmach
Receive file descriptors of open sockets from systemd instead of creating them. Signed-off-by: Łukasz Stelmach l.stelm...@samsung.com Cc: Kyungmin Park kyungmin.p...@samsung.com Cc: MyungJoo Ham myungjoo@samsung.com Cc: Piort Bereza p.ber...@samsung.com Cc: Karol Lewandowski

Re: [PATCH:luit 0/3] configure.ac cleanups bug fix

2013-07-15 Thread Alan Coopersmith
On 07/14/13 01:33 PM, Thomas Dickey wrote: On Sun, Jul 14, 2013 at 09:45:01PM +0200, Matthieu Herrb wrote: Note however that as is luit is currently broken on OpenBSD. I had to commit a patch to OpenBSD's xenocara to disable grantpt() check in configure.ac to avoid picking the support for it

Re: [PATCH] dix: deliver attached slave device's keyboard events to the master's focus

2013-07-15 Thread Jasper St. Pierre
On Tue, Jul 16, 2013 at 1:32 AM, Jasper St. Pierre jstpie...@mecheye.netwrote: POn Tue, Jul 16, 2013 at 1:23 AM, Peter Hutterer peter.hutte...@who-t.net wrote: Tricky one. The protocol spec specifically states: - if the SD is attached to a master keyboard, it sends events to this

Re: [PATCH:luit 0/3] configure.ac cleanups bug fix

2013-07-15 Thread Alan Coopersmith
On 07/14/13 12:45 PM, Matthieu Herrb wrote: Note however that as is luit is currently broken on OpenBSD. I had to commit a patch to OpenBSD's xenocara to disable grantpt() check in configure.ac to avoid picking the support for it that was added to OpenBSD 5.3. I don't know yet if it's OpenBSD