Re: [PATCH 1/3] fixesproto: Add a query to get the screen layout.

2009-07-29 Thread Keith Packard
On Tue, 2009-07-28 at 22:44 -0700, Aaron Plattner wrote: I.e. it simplifies the code by telling the compiler that you expect an unspecified number of xXFixesScreenLayoutRec structures immediately after the entires in the reply structure itself. However, Keith claims it isn't portable C, so

Re: [PATCH 1/3] fixesproto: Add a query to get the screen layout.

2009-07-29 Thread Keith Packard
On Tue, 2009-07-28 at 22:50 -0700, Aaron Plattner wrote: On Tue, Jul 28, 2009 at 10:34:52PM -0700, Keith Packard wrote: * PGP Signed by an unknown key On Tue, 2009-07-28 at 21:53 -0700, Aaron Plattner wrote: @@ -1,7 +1,7 @@ The XFIXES Extension -

Re: [PATCH] xserver: remove all of RAC and access code

2009-07-29 Thread Eric Anholt
On Tue, 2009-07-28 at 09:17 +1000, Dave Airlie wrote: On Thu, 2009-07-23 at 12:32 +1000, Dave Airlie wrote: this is a major API + ABI break, we'll be adding back vga arb support after this hopefully. So after a bit of messing around I think removing everything makes it hard to build

Re: [PATCH] pciaccess: remove xorg macros dependency

2009-07-29 Thread Eric Anholt
On Fri, 2009-07-17 at 02:05 +1000, Daniel Stone wrote: On Thu, Jul 16, 2009 at 08:27:12AM -0700, Eric Anholt wrote: On Thu, 2009-07-16 at 14:18 +0300, Tiago Vignatti wrote: -m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 or later before running

[PATCH] release.sh: abort if local changes are detected.

2009-07-29 Thread Peter Hutterer
If 'git diff' or 'git status' detect local changes, abort. This check can be skipped with the --ignore-local-changes option. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- release.sh | 29 + 1 files changed, 29 insertions(+), 0 deletions(-) diff --git

[PATCH] release.sh: remove git push origin policy, replace with checks.

2009-07-29 Thread Peter Hutterer
Running 'git push origin' at the end of the script will push changes on the master branch - even if the release is supposed to be a stable branch release. This may result in not-yet-ready changes being pushed to master. This patch removes this default git push policy and replaces it with a