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

2012-12-18 Thread Jeremy Huddleston Sequoia
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: git://people.freedesktop.org/~jeremyhu/xserver server-1.13-branch for you to fetch changes up to

[PATCH] EnableDisableExtensionError: Use ARRAY_SIZE rather than sentinel

2012-12-18 Thread Alan Coopersmith
d785368e0e converted the other miinitext functions to use ARRAY_SIZE, and removed the sentinel, but missed EnableDisableExtensionError so passing an invalid extension name could cause the server to walk off the end off the list looking for a sentinel that wasn't there. Signed-off-by: Alan

[PULL] XQuartz - Remove support for 15 bit visuals

2012-12-18 Thread Jeremy Huddleston Sequoia
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/~jeremyhu/xserver master for you to fetch changes up to

[PATCH] Fix bogus timestamp generated by XIM

2012-12-18 Thread ISHIKAWA,chiaki
Fix bogus timestamp generted by XIM due to uninitialized data field. Also set appropriate serial, too. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=39367 Signed-off-by: Chiaki ISHIKAWA ishik...@yk.rim.or.jp --- modules/im/ximcp/imDefLkup.c | 13 + modules/im/ximcp/imTrans.c

[PATCH xts] Build blowup

2012-12-18 Thread Peter Harris
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? configure.ac|1 + xts5/src/Makefile.am

Re: [PATCH] EnableDisableExtensionError: Use ARRAY_SIZE rather than sentinel

2012-12-18 Thread Peter Hutterer
On Tue, Dec 18, 2012 at 12:58:16AM -0800, Alan Coopersmith wrote: d785368e0e converted the other miinitext functions to use ARRAY_SIZE, and removed the sentinel, but missed EnableDisableExtensionError so passing an invalid extension name could cause the server to walk off the end off the list

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

2012-12-18 Thread Alan Coopersmith
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 alan.coopersm...@oracle.com --- src/atiscreen.c |1 - 1 file changed, 1 deletion(-) diff --git a/src/atiscreen.c b/src/atiscreen.c index

[PATCH] libpciaccess: Add domain support for sparc platform

2012-12-18 Thread Henry Zhao
From bf8f9eca1bff30ce73b9f10d7e96673c67a717ac Mon Sep 17 00:00:00 2001 From: Henry Zhao henry.z...@oracle.com Date: Tue, 18 Dec 2012 15:10:46 -0800 Subject: [PATCH] libpciaccess: Add domain support for sparc platform Add domain support for sparc platform. As a result the code of finding nexus

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

2012-12-18 Thread Alex Deucher
On Tue, Dec 18, 2012 at 6:56 PM, Alan Coopersmith alan.coopersm...@oracle.com 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 alan.coopersm...@oracle.com Reviewed-by: Alex Deucher

Re: [1.13] dri fixes pull

2012-12-18 Thread Matt Dew
Hi Dave, Ack. I'll grab and test. Matt On 12/17/2012 04:04 PM, Dave Airlie wrote: 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

xserver-1.13.2 nomination window is open

2012-12-18 Thread Matt Dew
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. Matt ___ xorg-devel@lists.x.org: X.Org development Archives:

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

2012-12-18 Thread Matt Dew
Hi Jereremy, Ack. Will pull and test. Matt On 12/18/2012 01:36 AM, Jeremy Huddleston Sequoia wrote: 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:

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

2012-12-18 Thread Alan Coopersmith
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/~alanc/xserver.git master for you to fetch changes up to