Re: [PATCH:intel-gpu-tools] tests/gem_seqno_wrap.c: include signal.h for definition of kill()

2012-12-17 Thread Daniel Vetter
On Sun, Dec 16, 2012 at 10:38:54AM -0800, Alan Coopersmith wrote: Fixes build failure on Solaris: gem_seqno_wrap.c: In function ‘run_cmd’: gem_seqno_wrap.c:328:3: error: implicit declaration of function ‘kill’ [-Werror=implicit-function-declaration] Signed-off-by: Alan Coopersmith

Re: [PATCH] glx/dri2: initialise api to avoid indirect rendering failing randomly

2012-12-17 Thread Ian Romanick
On 12/16/2012 09:40 PM, Dave Airlie wrote: From: Dave Airlie airl...@redhat.com Running glxinfo under indirect rendering would randomly fail against the intel driver, as it would create a context with no attribs, and then the api value would be passed to the driver uninitialised. Someone else

Re: [PATCH] glx/dri2: initialise api to avoid indirect rendering failing randomly

2012-12-17 Thread Keith Packard
Dave Airlie airl...@gmail.com writes: From: Dave Airlie airl...@redhat.com Running glxinfo under indirect rendering would randomly fail against the intel driver, as it would create a context with no attribs, and then the api value would be passed to the driver uninitialised. Merged.

Re: [git pull] revert + dri1 fix

2012-12-17 Thread Keith Packard
Dave Airlie airl...@gmail.com writes: On Fri, Dec 14, 2012 at 8:00 AM, Dave Airlie airl...@gmail.com wrote: yes I just confirmed originally the code only got called once, so not happening on server generation is exactly what we want. Yeah, libdrm doesn't need it called more than once either.

Re: [git pull] revert + dri1 fix

2012-12-17 Thread Keith Packard
Dave Airlie airl...@gmail.com writes: Dave Airlie (2): dri1: fix dri1 startup since 459c6da0f907ba33d733c7e62a116184ba2f14e5 Revert xf86: Fix non-PCI configuration-less setups Merged. da3eaf6..d982d87 master -

Re: [PULL] input fixes, mostly unreviewed

2012-12-17 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Daniel Martin (1): xfixes: Fix minor number in QueryVersion Peter Hutterer (12): xkb: always post XTest button up when the physical button released (#28808) xkb: only post a XTest release if the XTest device has the button

[PATCH xts] Remove pad adjustments from Xproto/GetImage/PutImage

2012-12-17 Thread Peter Harris
GetImage adjusts the length field incorrectly, and PutImage does not adjust the length field at all. Since the only stored images are those from GetImage, it makes more sense to remove the pad code entirely than to fix it. Signed-off-by: Peter Harris phar...@opentext.com --- Xtest defaults to

Re: [PATCH] xfree86: print message to the log when zapping the server

2012-12-17 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Merged. 6d508b8..3420a77 master - master -- keith.pack...@intel.com pgpuZgKrWngfN.pgp Description: PGP signature ___ xorg-devel@lists.x.org:

Re: [PATCH] dix: don't copy the wrong event mask when activating a passive grab

2012-12-17 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: GrabMask is a union of core, XI1 and XI2 masks. If a XI2 grab is activated, the value is a random pointer value, using it as mask has unpredictable effects. The comment is a bit misleading -- GrabMask is a union of core and XI1 masks and a

[PULL updated] pointer barrier events/releases (XI2.3)

2012-12-17 Thread Peter Hutterer
Changes to original pull: - added Jasper's rev-by tag to last three commits - removed the XI grab mask commit, this is unrelated to barriers and I'll send it through a different branch The following changes since commit b51a1bd2766e7dc975ca8f1cacc3f8bd0e1a68a3: Merge remote-tracking branch

Re: [PATCH:libXau 1/2] Clean up some clang warnings about sign conversion

2012-12-17 Thread Peter Hutterer
On Sun, Dec 16, 2012 at 03:53:45PM -0800, Alan Coopersmith wrote: fread fwrite are defined as taking size_t arguments (an unsigned type), so stop casting their arguments to a signed int just to confuse things. Fixes warnings: AuFileName.c:69:59: warning: implicit conversion loses integer

[PULL] grab fixes and use-after free

2012-12-17 Thread Peter Hutterer
The following changes since commit 3420a7778c7d5eaa638327f31dd460554c257bb1: xfree86: print message to the log when zapping the server (2012-12-17 13:49:47 -0800) are available in the git repository at: git://people.freedesktop.org/~whot/xserver for-keith for you to fetch changes up to

[1.13] dri fixes pull

2012-12-17 Thread Dave Airlie
Hi Matt, Two DRI related issues turned up in RHEL6 development with 1.13. The following changes since commit 92ecbf5f0f516aacb7f0034e3786c4454a07fe8d: No changes from 1.13.0.902 (rc2) (2012-12-13 21:05:24 -0700) are available in the git repository at:

[PATCH] dix: only show the cursor if a window defines one (#58398)

2012-12-17 Thread Peter Hutterer
e02f864fdf Suppress cursor display until the first XDefineCursor() request disabled cursor display a priori unless -retro is given. On a plain server, caling XFixesHideCursor() and XFixesShowCursor() would show the default root cursor, despite no client actually defining a cursor. Change the

[PATCH xorg-gtest] xserver: usecs are usecs, not millis

2012-12-17 Thread Peter Hutterer
oops. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/xserver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xserver.cpp b/src/xserver.cpp index 2aff401..def6a89 100644 --- a/src/xserver.cpp +++ b/src/xserver.cpp @@ -108,7 +108,7 @@ bool