Re: [PULL 1.13 v2] input fixes and video ABI 13.1

2012-10-25 Thread Timo Aaltonen
On 12.10.2012 09:35, Peter Hutterer wrote: On Fri, Oct 12, 2012 at 12:14:21AM -0600, Matt Dew wrote: Ack'd. Are there any bugzilla tickets (fdo or other?) related to this? https://bugs.freedesktop.org/show_bug.cgi?id=55752 is the one for the ABI bump though it may be a bit sparse.

[PATCH] macros: clarify documentation

2012-10-25 Thread Yaakov (Cygwin/X)
From: Yaakov Selkowitz yselkow...@users.sourceforge.net Signed-off-by: Yaakov Selkowitz yselkow...@users.sourceforge.net --- xorg-server.m4 |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg-server.m4 b/xorg-server.m4 index bdecf62..18255b9 100644 ---

[PATCH] libpciaccess: support for QNX 6.x platform

2012-10-25 Thread Mike Gorchak
Hi, I've added support for QNX 6.x platform to the libpciaccess. Additionally I've added output of 64bit address to scanpci tool. Thanks. libpciaccess-0.13.1-qnx.diff Description: Binary data ___ xorg-devel@lists.x.org: X.Org development Archives:

[PATCH] libdrm: support for QNX 6.x platform

2012-10-25 Thread Mike Gorchak
Hi, I've added support for QNX 6.x platform to the libdrm. Thanks. libdrm-2.4.39-qnx.diff Description: Binary data ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info:

xserver stable branch management

2012-10-25 Thread Matt Dew
I've taken on the stable xserver branch manager stuff. My apologies for dropping off like that folks. I'm still alive but work has been completely kicking my butt due to major deadline next week, so it's taken me some time to get things going. I've now managed successfully build the xserver

[PULL] unreviewed patches

2012-10-25 Thread Peter Hutterer
All these need review lovin'. Pull request is on top of my for-keith branch from last Friday. http://lists.freedesktop.org/archives/xorg-devel/2012-October/034064.html The following changes since commit c5396ec05a5c6cab6608ba677f703c5227b1de13: xf86: Fix build against recent Linux kernel

[PULL] Pixman glyph cache

2012-10-25 Thread Søren Sandmann
The following changes since commit a69429a17bf4630f6e26f61630a1c2b287202627: Fix 'make distcheck' for hw/xwin (2012-10-11 12:54:12 +0100) are available in the git repository at: git+ssh://sandm...@people.freedesktop.org/~sandmann/xserver for-keithp Søren Sandmann Pedersen (1): Use

Re: [PATCH] macros: clarify documentation

2012-10-25 Thread Peter Hutterer
On Wed, Oct 24, 2012 at 11:58:49PM -0500, Yaakov (Cygwin/X) wrote: From: Yaakov Selkowitz yselkow...@users.sourceforge.net Signed-off-by: Yaakov Selkowitz yselkow...@users.sourceforge.net --- xorg-server.m4 |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH xorg-gtest 1/4] xserver: increase timout to 3 seconds

2012-10-25 Thread Peter Hutterer
A server without a config file that inits all input devices takes just over a second on my machine. Up this timeout so we don't get spurious signals later. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/xserver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH xorg-gtest 2/4] process: split Fork() and Start() into (optionally) two calls

2012-10-25 Thread Peter Hutterer
Process::Start() will fork() and execvp() the child process. For use-cases where the child process must have specific signal masks or other properties before the execvp() call this is unfeasable, the caller cannot control the properties of the child between forking and execvp. Split the fork()

[PATCH xorg-gtest 3/4] xserver: use new fork handling for signal masks

2012-10-25 Thread Peter Hutterer
The child must have SIGUSR1 set to SIG_IGN so the XServer will notify us when it is ready to accept connection. The parent must block SIGUSR1 until ready to receive them, but the server must _not_ have that mask blocked. Otherwise, it won't react to VT switches. Signed-off-by: Peter Hutterer

[PATCH xorg-gtest 4/4] xserver: add XORG_GTEST_XSERVER_KEEPALIVE environment variable

2012-10-25 Thread Peter Hutterer
If set, XServer will ignore Terminate() and Kill() requests, and will not die if the parent process dies. This enables a user to hook up gdb to a server, wait for the test case to trigger some code in the server and continue debugging from there, without the test case terminating the server.

[xproto] Xmd: Add FP3232 to the core proto

2012-10-25 Thread Jasper St. Pierre
From: Jasper St. Pierre jstpie...@mecheye.net So that these can be shared between other extensions besides XInput2. --- Xmd.h | 9 + 1 file changed, 9 insertions(+) diff --git a/Xmd.h b/Xmd.h index 96cc08f..6947fcc 100644 --- a/Xmd.h +++ b/Xmd.h @@ -44,6 +44,9 @@ ARISING OUT OF OR IN

[PATCH libxkbcommon 1/2] build: Make autoreconf honour ACLOCAL_FLAGS

2012-10-25 Thread Damien Lespiau
From: Damien Lespiau damien.lesp...@intel.com When running autoreconf, it's possible to give flags to the underlying aclocal by declaring a ACLOCAL_AMFLAGS variable in the top level Makefile.am. Putting ${ACLOCAL_FLAGS} there allows the user to set an environment variable up before running

[PATCH libxkbcommon 2/2] build: Require xorg macros 1.16

2012-10-25 Thread Damien Lespiau
From: Damien Lespiau damien.lesp...@intel.com For XORG_TESTSET_CFLAG and XORG_MEMORY_CHECK_FLAGS. Signed-off-by: Damien Lespiau damien.lesp...@intel.com Cc: Daniel Stone dan...@fooishbar.org --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac

[PATCH] XI2proto: Remove our own FP3232/FP1616

2012-10-25 Thread Jasper St. Pierre
From: Jasper St. Pierre jstpie...@mecheye.net These are in the upstream Xmd.h now. --- XI2proto.h | 8 1 file changed, 8 deletions(-) diff --git a/XI2proto.h b/XI2proto.h index 1260200..e54d228 100644 --- a/XI2proto.h +++ b/XI2proto.h @@ -103,14 +103,6 @@ *