[PULL] Fix compilation of xf86bigfont.c

2011-01-25 Thread Jon TURNEY
/xserver master Jon TURNEY (1): Fix compilation of xf86bigfont.c Xext/xf86bigfont.c | 89 +-- 1 files changed, 44 insertions(+), 45 deletions(-) ___ xorg-devel@lists.x.org: X.Org development

[PULL] Various Cygwin/X keycode and keyboard layout mapping patches

2011-02-07 Thread Jon TURNEY
:55 -0800) are available in the git repository at: git://anongit.freedesktop.org/~jturney/xserver master Jon TURNEY (7): Cygwin/X: Generate X keycodes for multimedia keys Cygwin/X: Better keycode debugging output Cygwin/X: Update mapping for Canadian keyboard layouts

Re: [PATCH] hw/xwin: Look for gl spec files in $(srcdir) or .

2011-02-25 Thread Jon TURNEY
, and (ii) the spec would come from a versioned source. Anyhow, I fully accept this is less than ideal as it stands, and I'll try to come up with something better for the future, as time permits. Signed-off-by: Keith Packard keithp-an4hjg94kolqt0dzr+a...@public.gmane.org Reviewed-by: Jon TURNEY

[PATCH] When XDMCP -from is specified, only register the requested address

2011-03-05 Thread Jon TURNEY
-from with one of those IPv4 addresses currently means only that IPv4 address, and all IPv6 addresses are used in the connection data in XDMCP REQUEST packet. (See http://cygwin.com/ml/cygwin-xfree/2011-02/msg0.html) Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- os/xdmcp.c |2

[PATCH xlsclients] Use XCB_ATOM_* atom names rather than deprecated atom names

2011-03-07 Thread Jon TURNEY
://tinderbox.freedesktop.org/builds/2011-03-07-0001/logs/xlsclients/#build Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- xlsclients.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xlsclients.c b/xlsclients.c index 3a34865..15d3f1a 100644 --- a/xlsclients.c +++ b

Re: [PATCH] When XDMCP -from is specified, only register the requested address

2011-03-13 Thread Jon TURNEY
Hi Keith, Please consider applying to master. Thanks. On 05/03/2011 18:32, Jon TURNEY wrote: When XDMCP -from is specified, only register the requested address, rather than the requested address, and any others we have of different address families to the requested address. e.g. if we

Re: [PATCH modular] xcb-util: not required to build The X C Binding (XCB) library for X

2011-03-13 Thread Jon TURNEY
Mar 2011 14:21:09 -0800 Subject: [PATCH] Drop dependency on xcb-atom/xcb-util With commit 223851b6, the atom names from xcb/xproto.h are being used and xcb-atom is no longer needed. Signed-off-by: Dan Nicholson dbn.lists-re5jqeeqqe8avxtiumw...@public.gmane.org Reviewed-by: Jon TURNEY

[PATCH:modular] jhbuild: Fix typo in checkoutdir for newly added xpr and xrefresh applications

2011-03-14 Thread Jon TURNEY
Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- A couple of checkoutdir attributes were typoed Good work with all these jhbuild changes, though! xorg.modules |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xorg.modules b/xorg.modules index a642712..8cbdd66

Re: mkfontdir: Changes to 'master'

2011-03-14 Thread Jon TURNEY
On 11/03/2011 22:37, Alan Coopersmith wrote: Makefile.am |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ad5fefcc7a0a0beb1c02270d9f28c8b28da61199 Author: Alan Coopersmith alan.coopersm...@oracle.com Date: Fri Mar 11 14:10:19 2011 -0800 Make

Re: sessreg: Changes to 'master'

2011-03-14 Thread Jon TURNEY
49ce87d9987713ad78e43ed1f920a4c3b57ffdcd Mon Sep 17 00:00:00 2001 From: Jon TURNEY jon.tur...@dronecode.org.uk Date: Mon, 14 Mar 2011 14:25:22 + Subject: [PATCH:sessreg] Fix non-srcdir builds Commit 3bb9256b8e3a56b94281ea787c07f080c0a80312 introduces an -I.. which should be -I$(top_srcdir) Signed-off-by: Jon TURNEY jon.tur

Re: sessreg: Changes to 'master'

2011-03-15 Thread Jon TURNEY
On 14/03/2011 17:53, Gaetan Nadon wrote: On Mon, 2011-03-14 at 08:18 -0700, Dan Nicholson wrote: On Mon, Mar 14, 2011 at 7:31 AM, Jon TURNEY jon.turney-grjqepx9rppajuda+fb...@public.gmane.org wrote: On 19/01/2011 15:49, Gaetan Nadon wrote: Makefile.am | 25

[PATCH] Fix XWin compilation after commit 769531b9

2011-03-18 Thread Jon TURNEY
/builds/2011-03-16-0008/logs/xserver/#build) Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- hw/xwin/winmouse.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/xwin/winmouse.c b/hw/xwin/winmouse.c index ee93d8f..080e096 100644 --- a/hw/xwin/winmouse.c +++ b/hw

Re: sessreg: Changes to 'master'

2011-03-23 Thread Jon TURNEY
2ac177c5978f529b30015d7dea40f15a4b52338c Mon Sep 17 00:00:00 2001 From: Jon TURNEY jon.tur...@dronecode.org.uk Date: Mon, 14 Mar 2011 14:25:22 + Subject: [PATCH 1/2] Fix non-srcdir builds Commit 3bb9256b8e3a56b94281ea787c07f080c0a80312 introduces an -I.. which should be -I$(top_builddir) -I

[PULL] Fix XWin compilation after commit 769531b9

2011-03-25 Thread Jon TURNEY
/xinerama-cleanup' (2011-03-23 13:38:37 +0900) are available in the git repository at: git://anongit.freedesktop.org/~jturney/xserver master Jon TURNEY (1): Fix XWin compilation after commit 769531b9 hw/xwin/winmouse.c |2 +- 1 files changed, 1 insertions(+), 1 deletions

Re: [PULL] Fix XWin compilation after commit 769531b9

2011-04-06 Thread Jon TURNEY
On 25/03/2011 19:34, Jon TURNEY wrote: Hi Keith, Please consider pulling this patch into master. Ping? For my future reference, do you have any preference to receive single patches as pull requests or as a patch? Thanks. The following changes since commit

Re: [PATCH] glx: Fix fbconfigs with no corresponding visual

2011-04-12 Thread Jon TURNEY
in the fbConfig before we create a visual [1] http://patchwork.freedesktop.org/patch/374/ In any case, Reviewed-by: Jon TURNEY jon.tur...@dronecode.org.uk ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info

[PATCH 0/3] XWin: Find GL specs, rather than downloading them

2011-04-14 Thread Jon TURNEY
On 05/01/2011 20:30, Jon TURNEY wrote: On 05/01/2011 14:25, Daniel Stone wrote: Previously the XWin build required a live internet connection (and Khronos's servers to not be down for maintenance, etc) in order to download the (W)GL specs to autogenerate files from. Even if you weren't

[PATCH 1/3] configure: Let configure --enable/disable-aiglx control building of AIGLX for all DDXs

2011-04-14 Thread Jon TURNEY
) seems to be obsolete, I can't find anything which checks it Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- configure.ac | 12 +++- glx/Makefile.am|2 +- hw/xfree86/dixmods/Makefile.am |2 +- 3 files changed, 9 insertions(+), 7

[PATCH 2/3] configure: Look for Khronos OpenGL spec files using pkg-config

2011-04-14 Thread Jon TURNEY
. Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- configure.ac| 13 + hw/xwin/glx/.gitignore |4 hw/xwin/glx/Makefile.am | 26 ++ 3 files changed, 19 insertions(+), 24 deletions(-) diff --git a/configure.ac b/configure.ac

[PATCH 3/3] hw/xwin: wglext.h should be provided by w32api, rather than downloaded

2011-04-14 Thread Jon TURNEY
wglext.h should be provided by the w32api package, rather than downloaded. if it's not, do 'wget -P /usr/include/w32api/GL http://www.opengl.org/registry/api/wglext.h' Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- hw/xwin/glx/.gitignore|3 +-- hw/xwin/glx/Makefile.am

Re: libXdmcp is not ready for Windows

2011-04-21 Thread Jon TURNEY
On 18/04/2011 08:00, Vincent Torri wrote: libXdmcp is configured for a Windows build, but: * recvfrom is defined in ws2_32, which is not passed to linker flags * WSAStartup is not called i guess that, actually, libXdmcp is not really maintained for Windows It works fine for cygwin, as

Re: libXdmcp is not ready for Windows

2011-04-21 Thread Jon TURNEY
On 21/04/2011 13:12, Vincent Torri wrote: On Thu, 21 Apr 2011, Jon TURNEY wrote: On 18/04/2011 08:00, Vincent Torri wrote: libXdmcp is configured for a Windows build, but: * recvfrom is defined in ws2_32, which is not passed to linker flags * WSAStartup is not called i guess

[PULL] hw/xwin: Find GL specs, rather than downloading them

2011-04-26 Thread Jon TURNEY
) are available in the git repository at: git://anongit.freedesktop.org/~jturney/xserver remove-opengl-spec-download Jon TURNEY (3): configure: Let configure --enable/disable-aiglx control building of AIGLX for all DDXs configure: Look for Khronos OpenGL spec files using pkg-config

[PATCH libXt] Only link with ws2_32 for mingw target

2011-04-27 Thread Jon TURNEY
For the Cygwin target, we will be using the socket functions provided by the Cygwin DLL, so linking with ws2_32 is unnecessary, even though it may be present. Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- configure.ac |9 - 1 files changed, 8 insertions(+), 1 deletions

[PULL] hw/xwin: Various fixes

2011-04-27 Thread Jon TURNEY
in the git repository at: git://anongit.freedesktop.org/~jturney/xserver master Jon TURNEY (7): Cygwin/X: Internal WM workaround for Java AWT bug Cygwin/X: Fix a GDI bitmap resource leak of window icons Cygwin/X: Don't make InputOnly windows visible Cygwin/X: Decorate

Re: [PULL] hw/xwin: Find GL specs, rather than downloading them

2011-04-27 Thread Jon TURNEY
On 27/04/2011 20:18, Keith Packard wrote: On Tue, 26 Apr 2011 10:48:41 +0100, Jon TURNEY jon.tur...@dronecode.org.uk wrote: Hi Keith, The following set of patches removes the downloading of GL specs from hw/xwin. Please consider pulling into master. I'm getting a failure in distcheck

Re: doxygen help (xserver won't make dist due to missing hw/dmx/doc/html/main.html)

2011-04-28 Thread Jon TURNEY
On 29/03/2011 14:13, Gaetan Nadon wrote: On Mon, 2011-03-28 at 23:29 -0700, Jeremy Huddleston wrote: As a followup, it seems that my 'make dist' in recent 1.9.x releases was actually not rebuilding hw/dmx/doc/html but using an existing version built back in October. I'm only noticing this

Re: [PULL] hw/xwin: Find GL specs, rather than downloading them

2011-04-28 Thread Jon TURNEY
On 28/04/2011 22:55, Keith Packard wrote: On Thu, 28 Apr 2011 19:38:01 +0100, Jon TURNEY jon.tur...@dronecode.org.uk wrote: I've tested make check/dist/distcheck on linux and cygwin with this change, so hopefully no more lurking surprises :-) Does this change make 'distcheck' on Linux

[PATCH] Fix XWin compilation after updates for input API changes

2011-05-16 Thread Jon TURNEY
From: Colin Harrison colin.harri...@virgin.net Fix XWin compilation after updates for input API changes in commits e7150db5 8670c46b and 20fb07f4 Also remove a no longer needed InternalEvent* variable Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- hw/xwin/winkeybd.c |6

Re: [PATCH 0/2 xload] Cygwin compile fixes

2010-10-07 Thread Jon TURNEY
insertions(+), 5 deletions(-) Reviewed-by: Jon TURNEY jon.tur...@dronecode.org.uk Tested-by: Jon TURNEY jon.tur...@dronecode.org.uk ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org

[PATCH libX11 0/2] libX11 patches

2010-10-07 Thread Jon TURNEY
A couple of small libX11 patches Jon TURNEY (2): Add C.UTF-8 and C.ASCII locale aliases Don't try so hard to find a matching font with the given encoding modules/om/generic/omGeneric.c |2 +- nls/locale.alias.pre |2 ++ 2 files changed, 3 insertions(+), 1 deletions

[PATCH libX11 1/2] Add C.UTF-8 and C.ASCII locale aliases

2010-10-07 Thread Jon TURNEY
Add C.UTF-8 locale as an alias for en_US.UTF-8 Add C.ASCII locale as an alias for C (C.UTF-8 is the default locale for cygwin. It also exists in debian, although I don't think it's intended for use by humans.) Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- nls/locale.alias.pre

[PATCH libX11 2/2] Don't try so hard to find a matching font with the given encoding

2010-10-07 Thread Jon TURNEY
/xterm/xterm.faq.html#slow_menus) Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- modules/om/generic/omGeneric.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/om/generic/omGeneric.c b/modules/om/generic/omGeneric.c index c78c0a9..da2a13d 100644

Re: [PATCH 2/2] xwin: Remove some undue paranoia about UNDRAWABLE_WINDOW

2010-10-13 Thread Jon TURNEY
, but I'll wait for a Reviewed-by or Tested-by From someone actually using this code. for the series Reviewed-by: Jon TURNEY jon.tur...@dronecode.org.uk Compile tested as well :-) ___ xorg-devel@lists.x.org: X.Org development Archives: http

Re: [PATCH] event_size is currently never assigned to in mieqProcessInputEvents().

2010-10-13 Thread Jon TURNEY
On 22/02/2010 14:29, Jon TURNEY wrote: event_size is never assigned to in mieqProcessInputEvents(), so xrealloc() is always called. This is benign, but I'm guessing not intended. Signed-off-by: Jon TURNEYjon.turney-grjqepx9rppajuda+fb...@public.gmane.org --- mi/mieq.c |3 +++ 1 files

[PATCH] event_size is currently never assigned to in mieqProcessInputEvents().

2010-10-13 Thread Jon TURNEY
event_size is never assigned to in mieqProcessInputEvents(), so realloc() is always called. This is benign, but I'm guessing not intended. Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk Reviewed-by: Keith Packard kei...@keithp.com --- mi/mieq.c |4 1 files changed, 4 insertions

[PULL] Various hw/xwin warning fixes and tidy-up patches

2010-10-19 Thread Jon TURNEY
Xming: Fix warnings in ProcWindowsWMFrameSetTitle() Xming: Warning fix in winApplyHints() Xming: Warning fix in winDeviceCursorCleanup() Xming: Casts to remove warnings on event pointers Xming: Remove uses of register keyword Jon TURNEY (14): Cygwin/X: Cleanup some

Re: [PULL] Various hw/xwin warning fixes and tidy-up patches

2010-10-19 Thread Jon TURNEY
: Branch 'master' - 23 commits Message-Id:20101019140336.a936cf8...@kemper.freedesktop.org Date: Tue, 19 Oct 2010 07:03:36 -0700 (PDT) From: jtur...@kemper.freedesktop.org (Jon TURNEY) Kinda surprising when it said: $ git push origin master Everything up-to-date In any case, I reviewed the patches

Re: RFC: Use libxkbcommon in Xorg

2010-10-26 Thread Jon TURNEY
On 22/10/2010 03:26, Kristian Høgsberg wrote: Now, it's all looking pretty promising, but there are a few open issues I'd like to throw to the list. First of all, there's the issue of how this intersects/dovetails/conflicts with xkb2. Part of the original plan for libxkbcommon as part of xkb2

[PATCH:libxkbcommon] Link with -no-undefined

2010-10-26 Thread Jon TURNEY
Use -no-undefined to assure libtool that the libxkbcommon library has no unresolved symbols at link time, so that libtool will build a shared library on platforms require that all symbols are resolved when the library is linked. Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- src

[PATCH 1/2] XWin build fix: include header for xkbcommon structure definitions

2010-10-26 Thread Jon TURNEY
Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- hw/xwin/winconfig.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/xwin/winconfig.h b/hw/xwin/winconfig.h index 4635ba7..a09b7a8 100644 --- a/hw/xwin/winconfig.h +++ b/hw/xwin/winconfig.h @@ -34,7 +34,7

Re: RFC: Use libxkbcommon in Xorg

2010-10-26 Thread Jon TURNEY
On 26/10/2010 19:18, Kristian Høgsberg wrote: 2010/10/26 Jon TURNEYjon.tur...@dronecode.org.uk: I can't really speak to the technical issues, but fwiw, I'd also rather not see this get blocked on xkb2, as forking xkbcomp on startup is particularly slow on cygwin due to the expensive fork

Re: [PATCH] XQuartz: Build-fixes for XQuartz for recent input API changes

2010-11-12 Thread Jon TURNEY
/2010-11-11-0017/logs/xserver/#build From 4c2b28b4138da8fe673b81a7b9736da598ca6db0 Mon Sep 17 00:00:00 2001 From: Jon TURNEY jon.tur...@dronecode.org.uk Date: Thu, 11 Nov 2010 23:06:13 + Subject: [PATCH] Fix compilation after input API change Fix compilation after commit

Re: [PATCH modular 2/3] jhbuildrc: Support skipping packages on a per-architecture basis.

2010-11-14 Thread Jon TURNEY
On 14/11/2010 16:08, Dan Nicholson wrote: On Sat, Nov 13, 2010 at 4:50 PM, Cyril Brulebois k...@debian.org wrote: Thanks to an execfile() in jhbuildrc, allow managing packages to be skipped on this or that architecture to be listed in an external file (by default, adding '.skip' to the name of

Re: [PATCH] Use external tool for creating backtraces on crashes if available. (v2)

2010-11-15 Thread Jon TURNEY
/usr/bin/xorg-backtrace, a script which invokes gdb to create reasonable backtraces. On errors it falls back to the generic method. Based on a patch by Matthias Hopf mhopf at suse.de Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- os/Makefile.am |2 +- os/backtrace.c | 64

Re: [PATCH modular 2/3 (v2)] jhbuildrc: Support skipping packages on a per-architecture basis.

2010-11-16 Thread Jon TURNEY
On 14/11/2010 22:41, Cyril Brulebois wrote: Thanks to an execfile() in jhbuildrc, allow managing packages to be skipped on this or that architecture to be listed in an external file. +# No package to skip if the architecture isn't known: +skip = arch_blacklist[current_arch] if

Re: [PATCH xserver (v4) 05/10] Move some sync code to miext

2010-12-08 Thread Jon TURNEY
added. Trivial patch to fix attached. [1] http://tinderbox.freedesktop.org/builds/2010-12-07-0013/logs/xserver/#build From 0fa8e08d2f103c9637a3e9a5ef8c6c1753a0f8f2 Mon Sep 17 00:00:00 2001 From: Jon TURNEY jon.tur...@dronecode.org.uk Date: Wed, 8 Dec 2010 18:50:45 + Subject: [PATCH] Fix Xwin

Re: [PATCH 2/2] XWin: Include a copy of GL specs, rather than downloading them

2011-01-05 Thread Jon TURNEY
On 05/01/2011 14:25, Daniel Stone wrote: Previously the XWin build required a live internet connection (and Khronos's servers to not be down for maintenance, etc) in order to download the (W)GL specs to autogenerate files from. Even if you weren't building XWin, this broke distcheck. It's

Re: [PATCH 2/2] XWin: Include a copy of GL specs, rather than downloading them

2011-01-11 Thread Jon TURNEY
On 05/01/2011 21:05, Gaetan Nadon wrote: On Wed, 2011-01-05 at 20:30 +, Jon TURNEY wrote: On 05/01/2011 14:25, Daniel Stone wrote: Previously the XWin build required a live internet connection (and Khronos's servers to not be down for maintenance, etc) in order to download the (W)GL

[PATCH] Remove any old logfile before trying to write to it

2011-01-11 Thread Jon TURNEY
mechanism (unlike the Xfree86 DDX) and can be run as different non-root users. Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk Acked-by: Yaakov Selkowitz yselkow...@users.sourceforge.net Signed-off-by: Yaakov Selkowitz yselkow...@users.sourceforge.net --- os/log.c |2 ++ 1 files changed, 2

[PATCH 0/6] Move main() from DIX to DDXen

2011-01-17 Thread Jon TURNEY
a specific problem in that I'd like to have XWin default to -nolock if the filesystem for /tmp is FAT (as it doesn't support the semantics needed to create the lockfile successfully), but OsVendorInit() is too late to check this, as by that time, the lockfile has been created.) Jon TURNEY (6

[PATCH 2/6] Replace DDXBEFORERESET with a more general way of doing DDX-specific hooks

2011-01-17 Thread Jon TURNEY
main(), before dix_main() is called. Change main() in the XWin DDX to initializes the ddxBeforeReset hook. Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- configure.ac|1 - dix/dispatch.c |8 +--- dix/globals.c |3 +++ hw/dmx/dmxinit.c

[PATCH 3/6] Add a DDX specific GLX provider push hook

2011-01-17 Thread Jon TURNEY
initialization. Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- hw/xwin/InitOutput.c |3 ++- include/dixmain.h|1 + mi/miinitext.c | 11 ++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/hw/xwin/InitOutput.c b/hw/xwin/InitOutput.c index

[PATCH 4/6] Add a DDX specific hook into miPaintWindow for DDXen which support the rootless extension

2011-01-17 Thread Jon TURNEY
: Xquartz changes aren't tested and are just an example See [1] for admission that code as it stands is a horrible hack :-) [1] http://lists.macosforge.org/pipermail/xquartz-dev/2009-September/002551.html Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- hw/xquartz/quartzStartup.c

[PATCH 6/6] Revert libmain.a

2011-01-17 Thread Jon TURNEY
libmain is no longer needed to permit test harness to link to dix without including main, as dix no longer includes a main This partially reverts commit c2c515ead38d9a6c9eae0b83aa7a82208f177b7e. Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- configure.ac| 11

[PULL] RANDR support for XWin DDX

2011-01-19 Thread Jon TURNEY
paths.h any more (2011-01-18 15:22:04 -0800) are available in the git repository at: git://anongit.freedesktop.org/~jturney/xserver jturney-framebuffer-resize-for-master Jon TURNEY (16): Cygwin/X: Enable building of nativegdi and primaryfb engines to avoid further rusting Cygwin/X

[PATCH] Fix compilation of xf86bigfont.c

2011-01-19 Thread Jon TURNEY
the definitions of the static dispatch functions is references. Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- Xext/xf86bigfont.c | 89 +-- 1 files changed, 44 insertions(+), 45 deletions(-) diff --git a/Xext/xf86bigfont.c b/Xext/xf86bigfont.c

[PULL] Assorted Cygwin/X related patches

2010-02-05 Thread Jon TURNEY
/xserver master Colin Harrison (3): Xming: Always update the Windows title Unicode (wide-character) in -multiwindow mode. Xming: Add a manifest file Xming: Use 8 point font for URL in About dialog Jon TURNEY (12): Cygwin/X: Respect the system's ownership of the clipping

[PATCH] event_size is currently never assigned to in mieqProcessInputEvents().

2010-02-22 Thread Jon TURNEY
event_size is never assigned to in mieqProcessInputEvents(), so xrealloc() is always called. This is benign, but I'm guessing not intended. Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- mi/mieq.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/mi/mieq.c b

Re: [Patch] hw/xwin: remove glx subdirectory.

2010-03-05 Thread Jon TURNEY
On 05/03/2010 14:42, Luc Verhaegen wrote: This code was the only reference left in the glproto glcore.h cruft (previous patch), and turned out to be a bit crufty itself, as these files were only listed in EXTRA_DIST in hw/xwin. If someone planned to revive this code, then please do so from the

Re: [PATCH] configure: dix: support a variable number of screen structures

2010-03-12 Thread Jon TURNEY
. Is it okay to set there? Also, I'm afraid I might be breaking other DDXs. Jeremy, Jon Turney and others, can you please check this? Thanks. Doesn't seem to break anything in XWin for me, and we already check for and disallow attempts to configure more than MAXSCREENS screen, so: Tested-by: Jon

[PULL] A few Cygwin/X patches

2010-03-16 Thread Jon TURNEY
in the git repository at: git://anongit.freedesktop.org/~jturney/xserver master Colin Harrison (2): Xming: Dead code removal Xming: Warning fixes Jon TURNEY (2): Cygwin/X: Fix thinko in mount option checking Cygwin/X: Tidy up some cosmetic issues in log strings Yaakov

[PATCH 1/2] xts5: Remove an unneeded $(EXEEXT)

2010-03-24 Thread Jon TURNEY
tprogs lists the test programs without $(EXEEXT), so substituting the $(EXEEXT) with .c to get BUILD_SOURCES fails to work correctly when $(EXEEXT) isn't empty Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- xts5/XI/Makefile.am |2 +- xts5/XIproto/Makefile.am |2 +- xts5

Re: X Test Suite Redux

2010-03-24 Thread Jon TURNEY
On 24/03/2010 17:33, Dan Nicholson wrote: Applied, thanks. Is it just me, or does test XAllowEvents (19/29) currently crash the X server in DeliverGrabbedEvent()? (tested with both 1.7.5 and git master; a 1.6.0 X server I have around seems to survive that test, though) I haven't checked that

[PATCH] Rework Xwin DDX to deal with run-time configurable MAXSCREENS

2010-04-06 Thread Jon TURNEY
over MAXSCREENS screens in the command line option processing Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- dix/globals.c|2 +- hw/xwin/InitOutput.c | 19 +- hw/xwin/win.h|8 +- hw/xwin/winglobals.c |3 +- hw/xwin/winprocarg.c | 633

[RFC] DIX changes to support adding XWin DDX AIGLX

2010-04-07 Thread Jon TURNEY
. They are available at http://cgit.freedesktop.org/~jturney/xserver/log/?h=cygwin-aiglx-for-master Jon TURNEY (5): Replace DDXBEFORERESET with a more general way of doing DDX-specific hooks Add a DDX specific GLX provider push hook Do not create visuals for fbConfigs which don't support window

[PATCH 1/5] Replace DDXBEFORERESET with a more general way of doing DDX-specific hooks

2010-04-07 Thread Jon TURNEY
If we use DDXBEFORERESET to control if the DIX calls ddxBeforeReset(), all DDX built at the same time must provide that function, whether they need it or not. Instead use (a structure of) function pointers, which can be initialized as required by the specific DDX Signed-off-by: Jon TURNEY

[PATCH 2/5] Add a DDX specific GLX provider push hook

2010-04-07 Thread Jon TURNEY
initialization. Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- include/ddxhooks.h |1 + mi/miinitext.c | 11 ++- 2 files changed, 11 insertions(+), 1 deletions(-) diff --git a/include/ddxhooks.h b/include/ddxhooks.h index 4d69508..cfa7307 100644 --- a/include

[PATCH 4/5] Move GLX extension string utility functions into the GLX extension

2010-04-07 Thread Jon TURNEY
This way other DDX which don't have DRI can use them I don't think this can generate ABI problems with the DRI1 loader, but what do I know... Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- glx/Makefile.am |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH 5/5] Let configure --enable/disable-aiglx control building of AIGLX for all DDXs

2010-04-07 Thread Jon TURNEY
, which I want to move to make more generally available, anyhow)... Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- configure.ac | 14 -- glx/Makefile.am|2 +- hw/xfree86/dixmods/Makefile.am |2 +- 3 files changed, 10 insertions

Re: [PATCH 1/5] Replace DDXBEFORERESET with a more general way of doing DDX-specific hooks

2010-04-09 Thread Jon TURNEY
On 07/04/2010 18:32, Jamey Sharp wrote: I'm confused about whether multiple declarations of the same global are allowed. In this case, ddxHooks is declared in both xwin/InitOutput.c and dispatch.c. But as far as I can tell, this can't hurt any DDX except Xwin, and I assume you've tested that it

[PATCH 0/3] GLX changes in support of XWin AIGLX

2010-04-16 Thread Jon TURNEY
://cgit.freedesktop.org/~jturney/xserver/log/?h=cygwin-aiglx-for-master Jon TURNEY (3): Do not create visuals from fbConfigs which don't support window drawables. Move GLX extension string utility functions into the GLX extension Let configure --enable/disable-aiglx control building of AIGLX

[PATCH 1/3] Do not create visuals from fbConfigs which don't support window drawables.

2010-04-16 Thread Jon TURNEY
GLX_BUFFER_SIZE is one of the pixmap depths supported by the X server. This appears to perhaps mean that we should also only create visuals from fbConfigs which have a GLX_BUFFER_SIZE which is one of the Pixmap depths supported by the X server if drawableType contains GLX_PIXMAP_BIT. Signed-off-by: Jon

[PATCH 2/3] Move GLX extension string utility functions into the GLX extension

2010-04-16 Thread Jon TURNEY
This way other DDX which don't have DRI can use them I don't think this can generate ABI problems with the DRI1 loader, but what do I know... Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- glx/Makefile.am |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH 3/3] Let configure --enable/disable-aiglx control building of AIGLX for all DDXs

2010-04-16 Thread Jon TURNEY
, which I want to move to make more generally available, anyhow)... Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- configure.ac | 14 -- glx/Makefile.am|2 +- hw/xfree86/dixmods/Makefile.am |2 +- 3 files changed, 10 insertions

Re: [PATCH v2] Print git describe output into the log file.

2010-04-16 Thread Jon TURNEY
On 16/04/2010 11:21, Kristian Høgsberg wrote: On Fri, Apr 16, 2010 at 2:04 AM, Peter Hutterer + +xorg-git-version.h: + sh $(top_srcdir)/GIT-GENERATE-VERSION + +.PHONY: xorg-git-version.h Make it depend on .git/$(git symbolic-ref HEAD) instead of using phony? I think this needs to be

Re: [PATCH v2] Print git describe output into the log file.

2010-04-18 Thread Jon TURNEY
On 16/04/2010 18:54, Gaetan Nadon wrote: On Fri, 2010-04-16 at 16:32 +0100, Jon TURNEY wrote: I think this needs to be .PHONY, and use git describe --dirty above to properly note when there are uncommitted changes included in the build. The --dirty option is available since 1.6.6.2 only

[PATCH 0/3] GLX changes to support XWin AIGLX

2010-04-26 Thread Jon TURNEY
XWin DDX changes aren't in this patch-set because they are probably only of niche interest, and reasonably large. They are available at http://cgit.freedesktop.org/~jturney/xserver/log/?h=cygwin-aiglx-for-master Jon TURNEY (3): Do not create visuals from fbConfigs which don't support window

[PATCH 1/3] Do not create visuals from fbConfigs which don't support window drawables.

2010-04-26 Thread Jon TURNEY
GLX_BUFFER_SIZE is one of the pixmap depths supported by the X server. This appears to perhaps mean that we should also only create visuals from fbConfigs which have a GLX_BUFFER_SIZE which is one of the Pixmap depths supported by the X server if drawableType contains GLX_PIXMAP_BIT. Signed-off-by: Jon

[PATCH 2/3] Move GLX extension string utility functions into the GLX extension

2010-04-26 Thread Jon TURNEY
This way other DDX which don't have DRI can use them I don't think this can generate ABI problems with the DRI1 loader, but what do I know... Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk Signed-off-by: Kristian Høgsberg k...@bitplanet.ne --- glx/Makefile.am |6 +++--- 1 files

[PATCH 3/3] Let configure --enable/disable-aiglx control building of AIGLX for all DDXs

2010-04-26 Thread Jon TURNEY
checks it Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- configure.ac | 12 +++- glx/Makefile.am|2 +- hw/xfree86/dixmods/Makefile.am |2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac

Re: jhbuild (was Live builds (was: Merged proto package))

2010-04-26 Thread Jon TURNEY
On 21/04/2010 17:33, David Gerard wrote: On 20 April 2010 23:44, Peter Hutterer wrote: On Tue, Apr 20, 2010 at 11:29:28PM +0100, David Gerard wrote: [ re: http://www.x.org/wiki/JhBuildInstructions ] Yes, if you look at the page you'll see I grovelled through setting it up from scratch on

[PULL] Cygwin/X: AIGLX using native WGL

2010-04-28 Thread Jon TURNEY
are available in the git repository at: git://anongit.freedesktop.org/~jturney/xserver master Jon TURNEY (1): Cygwin/X: AIGLX using native WGL configure.ac |1 + hw/xwin/InitOutput.c | 20 +- hw/xwin/Makefile.am| 25 +- hw/xwin/glx/.gitignore

Re: modular: Changes to 'master'

2011-12-19 Thread Jon TURNEY
2001 From: Jon TURNEY jon.tur...@dronecode.org.uk Date: Mon, 19 Dec 2011 14:15:02 + Subject: [PATCH modular] Remove a dependency on the removed xf86-video-xgi driver Remove a dependency on the xf86-video-xgi driver which was removed in commit ee55165c87833ffb4f73e3984158576ff7e0df58 Signed

[PULL] hw/xwin fixes

2012-01-09 Thread Jon TURNEY
Hi Keith, The following set of patches contain various fixes for the XWin DDX. Please consider pulling into master. Thanks. The following changes since commit 98cde254acb9b98337ddecf64c138d38c14ec2bf: Bump version to 1.11.99.901 (1.12 RC1) (2011-12-27 14:02:39 -0800) are available in the

Re: [PULL] hw/xwin fixes

2012-01-09 Thread Jon TURNEY
On 09/01/2012 17:27, Keith Packard wrote: On Mon, 09 Jan 2012 14:32:15 +, Jon TURNEY jon.turney-grjqepx9rppajuda+fb...@public.gmane.org wrote: Ryan Pavlik (11): hw/xwin: Fix a memory leak in error path in winInitWM() hw/xwin: Fix double-free in error path

[PATCH 0/9] Build fixes for MinGW

2012-01-11 Thread Jon TURNEY
Fix configuring and building for MinGW Windows target Jon TURNEY (1): configure.ac: On MinGW force --disable-xorg and --disable-xv, and --disable-dmx by default Ryan Pavlik (8): configure.ac: auto-disable MITSHM if we lack IPC configure.ac: MinGW doesn't have setuid binaries either

[PATCH 2/9] configure.ac: auto-disable MITSHM if we lack IPC

2012-01-11 Thread Jon TURNEY
and so we hadn't noticed it was failing on Cygwin. Change from using SHM_W|SHM_R flags (which aren't required by POSIX) to S_IRUSR|S_IWUSR flags (which are) Reviewed-by: Jon TURNEY jon.tur...@dronecode.org.uk --- configure.ac |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff

[PATCH 1/9] configure.ac: On MinGW force --disable-xorg and --disable-xv, and --disable-dmx by default

2012-01-11 Thread Jon TURNEY
Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- configure.ac |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index a203ab2..79d5557 100644 --- a/configure.ac +++ b/configure.ac @@ -705,6 +705,9 @@ case $host_os

[PATCH 4/9] configure.ac: on MinGW, link with ws2_32 instead of winsock2

2012-01-11 Thread Jon TURNEY
From: Ryan Pavlik rpav...@iastate.edu ws2_32 is the correct name for the libary (even on 64 bit Windows :-)) Reviewed-by: Jon TURNEY jon.tur...@dronecode.org.uk --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index a074357

[PATCH 3/9] configure.ac: MinGW doesn't have setuid binaries either.

2012-01-11 Thread Jon TURNEY
From: Ryan Pavlik rpav...@iastate.edu (This test doesn't check if we are cross-compiling, which is common for the MinGW target. This patch makes it give the right answer when MinGW is the target) Reviewed-by: Jon TURNEY jon.tur...@dronecode.org.uk --- configure.ac |1 + 1 files changed, 1

[PATCH 5/9] os/osinit.c, os/utils.c: Exclude sigaction code when X_NOT_POSIX

2012-01-11 Thread Jon TURNEY
the use of X_NOT_POSIX in xhost. It might be better to just add an autoconf check for sigaction(), or just just WIN32) Reviewed-by: Jon TURNEY jon.tur...@dronecode.org.uk --- os/osinit.c |5 + os/utils.c |4 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/os/osinit.c b

[PATCH 6/9] os/utils.c: Provide only stubs for Lock/UnlockServer on WIN32

2012-01-11 Thread Jon TURNEY
From: Ryan Pavlik rpav...@iastate.edu MinGW and MSVC lack the POSIX functions to compile the lock file code. Reviewed-by: Jon TURNEY jon.tur...@dronecode.org.uk --- os/utils.c | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/os/utils.c b/os/utils.c

[PATCH 8/9] os/xsha1.c: Include X11/Xwindows.h on Win32.

2012-01-11 Thread Jon TURNEY
From: Ryan Pavlik rpav...@iastate.edu Include X11/XWindows.h on WIN32 to avoid redefinition errors which occur when a header includes windows.h before the specially wrapped X11/Xwindows.h header. Reviewed-by: Jon TURNEY jon.tur...@dronecode.org.uk --- os/xsha1.c |3 +++ 1 files changed, 3

[PATCH 9/9] os/osinit.c: no getpgrp() and setpgrp() on WIN32

2012-01-11 Thread Jon TURNEY
From: Ryan Pavlik rpav...@iastate.edu Reviewed-by: Jon TURNEY jon.tur...@dronecode.org.uk --- os/osinit.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/os/osinit.c b/os/osinit.c index 18d099d..1f00034 100644 --- a/os/osinit.c +++ b/os/osinit.c @@ -242,8 +242,10

Re: [PATCH xserver 1/4] test: Fix linking issues when building unit tests without the Xorg DDX

2012-01-12 Thread Jon TURNEY
to it :-) Reviewed-by: Jon TURNEY jon.tur...@dronecode.org.uk Can you squash the attached patch into this before pushing, please? From e4ceedf9a70632b395cf1b64af7d08adf566eb4c Mon Sep 17 00:00:00 2001 From: Jon TURNEY jon.tur...@dronecode.org.uk Date: Thu, 12 Jan 2012 13:28:52 + Subject: [PATCH

[PATCH macros] Cache the results of checking compiler flag support in XORG_TESTSET_CFLAG

2012-01-12 Thread Jon TURNEY
the time to run the ./configure script produced from a configure.ac containing just AC_INIT([test], 1.0) XORG_COMPILER_FLAGS XORG_CWARNFLAGS XORG_STRICT_OPTION AC_OUTPUT() from ~60s to ~20s on my cygwin machine, and from ~15s to ~9s on a linux VM running on the same hardware Signed-off-by: Jon

[PULL] hw/xwin fixes + a warning fix

2012-01-26 Thread Jon TURNEY
/xserver xserver-next Colin Harrison (3): hw/xwin: Ignore WM_DISPLAYCHANGE messages with 0 bpp hw/xwin: Fix winEnqueueMotion() for change in miPointerSetPosition() hw/xwin: Fix spelling of 'Canadian' in winkeybd.h Jon TURNEY (9): Xext: Warning fix for shm.c hw/xwin: Give

Re: [PULL] hw/xwin fixes + a warning fix

2012-01-27 Thread Jon TURNEY
On 27/01/2012 04:22, Keith Packard wrote: On Fri, 27 Jan 2012 10:28:40 +1000, Peter Hutterer wrote: Jon confirmed on IRC that just removing miSetPointerPosition() fixes it anyways, so let's do that. Makes a lot more sense to me anyways... Thanks for spotting this. I have amended that

[PATCH 1/4] Fix redundant declaration of RRTransformCompute()

2012-01-27 Thread Jon TURNEY
The comment describing RRTransformCompute() is already repeated at the definition Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- randr/randrstr.h | 19 --- 1 files changed, 0 insertions(+), 19 deletions(-) diff --git a/randr/randrstr.h b/randr/randrstr.h index 842e0e0

  1   2   3   4   5   6   7   >