[PATCH:xf86-video-mach64 2/2] Remove unused atiaudio.c & ATIAudioNames declaration

2012-12-19 Thread Alan Coopersmith
Defined a string array, which is not used anywhere. atiaudio.h remains for now, though for the enum it defines, only one reference to it remains, initializing the Audio to ATI_AUDIO_NONE, so it may be a candidate for further cleanup in the future. Reported by Solaris linker -z guidance option: ld

[PATCH:xf86-video-mach64 1/2] Remove unused atidecoder.c & atidecoder.h

2012-12-19 Thread Alan Coopersmith
Defined a enum & string array, neither of which were used anywhere. Reported by Solaris linker -z guidance option: ld: guidance: removal of unused file recommended: atidecoder.o Signed-off-by: Alan Coopersmith --- src/Makefile.am |3 +-- src/atidecoder.c | 50

[PATCH] dix: check for the right device's xi2 mask

2012-12-19 Thread Peter Hutterer
events.c: In function 'DeactivatePointerGrab': events.c:1524:51: warning: 'dev' may be used uninitialized in this function [-Wuninitialized dev is unset when we get here, the device to check is "mouse". Introduced in ece8157a59751b3ed492fb2e1eb8d5f20221e195. Signed-off-by: Peter Hutterer --- di

Re: [PATCH 1/2] mi: Ensure pointer emulating touch events update the sprite

2012-12-19 Thread Peter Hutterer
On Wed, Dec 19, 2012 at 06:42:38PM +0100, carl...@gnome.org wrote: > From: Carlos Garnacho > > Different miPointerSpriteFuncRec implementations do a varying > business at ultimately calling miPointerUpdateSprite(), this > particularly fails when using the plain mi sprite on touch events, > where

Re: [PATCH] xkb: Do not use base group as an array index.

2012-12-19 Thread Peter Hutterer
On Wed, Dec 19, 2012 at 06:13:21PM +0100, Andreas Wettstein wrote: > The base group is not brought into range and, therefore, using it as an array > index crashed the X server. Also, at this place, we should ignore locked > groups, but not latched groups. Therefore, use sum of base and latched >

Re: [PULL 1.13] - XQuartz / Mountain Lion deadlock cherrypick from master

2012-12-19 Thread Jeremy Huddleston Sequoia
On Dec 18, 2012, at 20:48, Matt Dew wrote: > Hi Jereremy, > Ack. Will pull and test. Thanks. I cherry-picked in one more: 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 rep

Re: xserver-1.13.2 nomination window is open

2012-12-19 Thread Matthieu Herrb
On Tue, Dec 18, 2012 at 09:43:09PM -0700, Matt Dew wrote: > It's actually been open since last Thursday but this is notice for > anyone wondering. > > The nomination window is 3 weeks; until Jan 3. > > I've updated the X.Org calendar. Once it gets pulled to master, the following is a good candia

[PATCH xrandr] xrandr: print primary output

2012-12-19 Thread Pierre-Loup A. Griffais
I could have sworn there was a change to do that in the wild already, but I couldn't find it. Thanks, - Pierre-Loup >From 7d0720196cd89ac012fd7d0bf86cee0cffaea631 Mon Sep 17 00:00:00 2001 From: "Pierre-Loup A. Griffais" Date: Wed, 19 Dec 2012 12:32:03 -0800 Subject: [PATCH] xrandr: print primary

Re: [PULL] XQuartz - Remove support for 15 bit visuals

2012-12-19 Thread Keith Packard
Jeremy Huddleston Sequoia writes: > Jeremy Huddleston Sequoia (2): > XQuartz: Revert some unfortunate auto-indenting mishaps with our > super-nested for-loops > XQuartz: Don't add the 15bit visual any more Merged. 0eb1559..2a0b544 master -> master -- keith.pack...@intel.com

Re: [PULL] formatting fix

2012-12-19 Thread Keith Packard
Yaakov Selkowitz writes: > Yaakov Selkowitz (1): > Fix formatting of address operators Merged. 386e4d7..0eb1559 master -> master -- keith.pack...@intel.com pgpq2Ne23ijPV.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org dev

Re: [PULL: xserver master] 2 small build fixes, one small crash fix

2012-12-19 Thread Keith Packard
Alan Coopersmith writes: > Alan Coopersmith (2): > Support compilers with alternate spellings of typeof > EnableDisableExtensionError: Use ARRAY_SIZE rather than sentinel > > Rob Clark (1): > hw/dmx: fix build without GLX Merged. 014a5c8..386e4d7 master -> master -- keith

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

2012-12-19 Thread Keith Packard
Peter Hutterer writes: > Jasper St. Pierre (14): > cursor: Move pointer barrier code over to XI > barriers: Don't loop over the server to destroy a barrier > barriers: Switch to an explicit hook for barrier constrainment > barriers: Switch to finding the nearest barrier cl

Re: [PULL] grab fixes and use-after free

2012-12-19 Thread Keith Packard
Peter Hutterer writes: > Peter Hutterer (3): > Xi: don't use devices after removing them > dix: don't allow overriding a grab with a different type of grab > (#58255) > dix: don't copy the wrong event mask when activating a passive grab Merged. 3420a77..f793b5f master -> m

Re: [PATCH:xf86-video-mach64] Remove call to obsolete miInitializeBackingStore()

2012-12-19 Thread Connor Behan
On 18/12/12 08:48 PM, Alan Coopersmith wrote: > > Definition was deleted from Xorg during 1.14 merge window, but was a > no-op for many release cycles before that. > > Signed-off-by: Alan Coopersmith > --- > src/atiscreen.c |1 - > 1 file changed, 1 deletion(-) > > diff --git a/src/atiscreen.

[PATCH 2/2] render: Unwrap early on the animated cursor BlockHandler

2012-12-19 Thread carlosg
From: Carlos Garnacho The loop above the previous call may end up triggering other handlers attaching to the same function slot, so unwrapping the handler after that could leave the just attached handler in a dangling but not unset state. This issue was most visible on the XO, where destroying a

[PATCH 1/2] mi: Ensure pointer emulating touch events update the sprite

2012-12-19 Thread carlosg
From: Carlos Garnacho Different miPointerSpriteFuncRec implementations do a varying business at ultimately calling miPointerUpdateSprite(), this particularly fails when using the plain mi sprite on touch events, where the sprite is just moved/updated on cursor changes. So, ensure miPointerUpdate

[PATCH] Xi: update device state even if no emulated events are sent

2012-12-19 Thread carlosg
From: Carlos Garnacho A touch sequence emulating pointer events may end up not sending pointer events (ie. if handled completely by a passive touch grab), but the device state needs to be updated anyway for subsequent events to have a correct state. This patch can be considered a leftover of 863

[PATCH] xkb: Do not use base group as an array index.

2012-12-19 Thread Andreas Wettstein
The base group is not brought into range and, therefore, using it as an array index crashed the X server. Also, at this place, we should ignore locked groups, but not latched groups. Therefore, use sum of base and latched groups, brought into range. Signed-off-by: Andreas Wettstein --- xkb/xkb

[PATCH:xf86-video-tegra] make TegraPlatformProbe actually work

2012-12-19 Thread Lucas Stach
This is mostly the same thing as omapdrm does. Makes tegra work on xservers with "Revert "xf86: Fix non-PCI configuration-less setups"" applied. Signed-off-by: Lucas Stach --- src/driver.c | 16 1 Datei geändert, 8 Zeilen hinzugefügt(+), 8 Zeilen entfernt(-) diff --git a/src/dr

Re: [PATCH xts] Build blowup

2012-12-19 Thread Dan Nicholson
On Tue, Dec 18, 2012 at 10:44 AM, Peter Harris wrote: > Rename from pixval/blowup to bin/xts-blowup, add Makefile.am, and > delete old-style Makefile. > --- > > Was blowup really not ported to the new build system yet, or is there > some alternative tool that people use these days? I think when I