[dan...@fooishbar.org: NEW DEVELOPMENT LIST: xorg-de...@lists.x.org]

2009-02-05 Thread Daniel Stone
FYI. Don't forget xorg-commit@ for change notifications and xorg-team@ for Bugzilla, too. Cheers, Daniel - Forwarded message from Daniel Stone dan...@fooishbar.org - Date: Fri, 6 Feb 2009 15:58:13 +1100 From: Daniel Stone dan...@fooishbar.org To: x...@lists.freedesktop.org Cc:

Re: Solved! (was Re: client-side font rendering very very slow in X.org xserver 1.5.3 w/r200: massive fetches from VRAM, why?)

2009-02-05 Thread Michel Dänzer
On Thu, 2009-02-05 at 00:29 +, Nix wrote: augh! blasted --disable-builtin-fonts, why isn't it the default? It's gone in Git master, the builtins are always available as a fallback for the real FontPath now. There's discussion about merging this nice solution for 1.6. but the most

Re: Solved! (was Re: client-side font rendering very very slow in X.org xserver 1.5.3 w/r200: massive fetches from VRAM, why?)

2009-02-05 Thread Colin Guthrie
'Twas brillig, and Michel Dänzer at 05/02/09 08:15 did gyre and gimble: On Thu, 2009-02-05 at 00:29 +, Nix wrote: augh! blasted --disable-builtin-fonts, why isn't it the default? It's gone in Git master, the builtins are always available as a fallback for the real FontPath now. There's

Re: save-under support

2009-02-05 Thread Patrick O'Donnell
From: Adam Jackson a...@nwnk.net Date: Wed, 04 Feb 2009 17:17:32 -0500 On Thu, 2009-01-22 at 17:25 -0500, Patrick O'Donnell wrote: I've been told, recently, that save-under and backing-store under 8-bit [visuals] are no longer supported in recent X.org releases. ... As mentioned downthread,

[PATCH 9/9] exa: don't use fbCopyNtoN

2009-02-05 Thread Maarten Maathuis
--- exa/exa_accel.c | 43 --- exa/exa_priv.h| 16 exa/exa_render.c | 17 + exa/exa_unaccel.c | 27 +++ 4 files changed, 84 insertions(+), 19 deletions(-) diff --git a/exa/exa_accel.c

[PATCH 8/9] fb: move some code to mi

2009-02-05 Thread Maarten Maathuis
--- exa/exa_accel.c |4 +- fb/fb.h | 37 -- fb/fbcopy.c | 331 +-- fb/fboverlay.c |2 +- fb/fboverlay.h |2 +- fb/fbwindow.c |2 +- mi/Makefile.am |1 + mi/mi.h | 42 +++ mi/micopy.c |

Re: very slow performance of glxgears (68 fps)

2009-02-05 Thread Matthias Hopf
On Jan 30, 09 18:11:57 -0800, Bryce Harrington wrote: On Fri, Jan 30, 2009 at 01:29:49PM -0800, Eric Anholt wrote: $ glxgears Failed to initialize TTM buffer manager. Falling back to classic. 300 frames in 5.0 seconds = 59.884 FPS 299 frames in 5.0 seconds = 59.621 FPS 300 frames

Re: save-under support

2009-02-05 Thread Adam Jackson
On Thu, 2009-02-05 at 09:32 -0500, Patrick O'Donnell wrote: As a trivial workaround, you can enable compositing for your own windows with XCompositeRedirectSubwindows(dpy, win, CompositeRedirectAutomatic). If a compositing manager is active, this will have no effect; otherwise, it will behave

driver/xf86-input-mutouch: [PATCH] Janitor: make distcheck, .gitignore.

2009-02-05 Thread Paulo César Pereira de Andrade
Use `` instead of $(). Use $PKG_CONFIG to honor user build setup. Replace ChangeLog with automatically generated version, this is also the make distcheck correction. Don't add $CWARNFLAGS to $XORG_FLAGS, as suggested by Dan Nicholson, so one could write: % make CWARNFLAGS='-Werror' or the

Re: xorg/driver/xf86-input-jamstudio: [PATCH] Janitor: make distcheck, .gitignore.

2009-02-05 Thread Paulo César Pereira de Andrade
Tiago Vignatti wrote: The gratuitous move of the lines DRIVER_NAME=foo AC_SUBST([DRIVER_NAME]) is to better match the pattern used in video drivers. But maybe it would be better to either actually try to use a solution that makes use of the pattern @driver_n...@_foo = bar and use

xorg/driver/xf86-input-palmax: [PATCH] Janitor: make distcheck, .gitignore.

2009-02-05 Thread Paulo César Pereira de Andrade
From bd89831ba1f003c9f6bdaf3c2481e11885e7a646 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade p...@mandriva.com.br Date: Thu, 5 Feb 2009 15:03:20 -0200 Subject: [PATCH] Janitor: make distcheck, .gitignore. Use `` instead of $(). Use $PKG_CONFIG to honor user build setup.

driver/xf86-input-penmount: [PATCH] Janitor: make distcheck, compile warnings, .gitignore.

2009-02-05 Thread Paulo César Pereira de Andrade
From b4a05a860087f1aea5bc64390ea23e17654e48c3 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade p...@mandriva.com.br Date: Thu, 5 Feb 2009 15:11:04 -0200 Subject: [PATCH] Janitor: make distcheck, compile warnings, .gitignore. Use `` instead of $(). Use $PKG_CONFIG to honor user

[PATCH 00/12] Cygwin/X: Warnings fixes, clipboard integration fixes, keyboard layouts mapping update

2009-02-05 Thread Colin Harrison
Hi, Can't see anything wrong with these twelve fixes. Thanks, Colin ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

xorg/driver/xf86-input-spaceorb: Janitor: make distcheck, .gitignore.

2009-02-05 Thread Paulo César Pereira de Andrade
From 729b45b0a1ac4ef6a5f92549c8148b7ee7a6fa4a Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade p...@mandriva.com.br Date: Thu, 5 Feb 2009 15:18:32 -0200 Subject: [PATCH] Janitor: make distcheck, .gitignore. Use `` instead of $(). Use $PKG_CONFIG to honor user build setup. Use

Re: [PATCH] Fix cast int-to-pointer and pointer-to-int

2009-02-05 Thread Joerg Sonnenberger
On Thu, Feb 05, 2009 at 06:25:40PM +0100, Tomas Carnecky wrote: On 02/04/2009 09:04 PM, Joerg Sonnenberger wrote: On Wed, Feb 04, 2009 at 08:43:43PM +0100, Tomas Carnecky wrote: By first casting to long and then to the final type. Of course this assumes that sizeof(long) == sizeof(void *). If

Re: XCopyArea clip bug

2009-02-05 Thread Maarten Maathuis
On Wed, Feb 4, 2009 at 10:56 PM, Alexander Larsson al...@redhat.com wrote: On Wed, 2009-02-04 at 14:46 +0100, Alexander Larsson wrote: On Wed, 2009-02-04 at 13:38 +0100, Alexander Larsson wrote: I found what I think is a bug in XCopyArea. If you copy a pixmap to a window and some of the

Re: about the exa patches

2009-02-05 Thread Maarten Maathuis
On Thu, Feb 5, 2009 at 7:13 PM, Michel Dänzer mic...@daenzer.net wrote: On Thu, 2009-02-05 at 17:17 +0100, Maarten Maathuis wrote: core glyphs before and after are within an error margin of 1%. Cool, thanks for verifying it. -- Earthling Michel Dänzer |

Re: [PATCH] Fix cast int-to-pointer and pointer-to-int

2009-02-05 Thread Paulo César Pereira de Andrade
Simon Thum wrote: Tomas Carnecky wrote: By first casting to long and then to the final type. Of course this assumes that sizeof(long) == sizeof(void *). If the Win32 Forgive my stupidity, but isn't it a C language rule that sizeof(long) == sizeof(void *) is always true? This of course may

Re: [PATCH] Fix cast int-to-pointer and pointer-to-int

2009-02-05 Thread Julien Cristau
On Thu, 2009-02-05 at 16:16 -0200, Paulo César Pereira de Andrade wrote: Forgive my stupidity, but isn't it a C language rule that sizeof(long) == sizeof(void *) is always true? No. As said earlier in this thread there are IL32P64 systems. Cheers, Julien

Re: [PATCH] Fix cast int-to-pointer and pointer-to-int

2009-02-05 Thread Tomas Carnecky
On 02/05/2009 07:16 PM, Paulo César Pereira de Andrade wrote: Simon Thum wrote: Tomas Carnecky wrote: By first casting to long and then to the final type. Of course this assumes that sizeof(long) == sizeof(void *). If the Win32 Forgive my stupidity, but isn't it a C language rule that

xorg/driver/xf86-input-synaptics: [PATCH 1/2] Janitor: make distcheck, pkg-config, .gitignore.

2009-02-05 Thread Paulo César Pereira de Andrade
From ab4cce1b7672a67c922a4ac881fc3d60fb552345 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade p...@mandriva.com.br Date: Thu, 5 Feb 2009 15:55:40 -0200 Subject: [PATCH 1/2] Janitor: make distcheck, pkg-config, .gitignore. Use `` instead of $(). Use $PKG_CONFIG to honor user

xorg/driver/xf86-input-synaptics: [PATCH 2/2] Janitor: compile warnings and missing symbols.

2009-02-05 Thread Paulo César Pereira de Andrade
From 1684a85f624b38856f51608976e5711462370770 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade p...@mandriva.com.br Date: Thu, 5 Feb 2009 16:13:13 -0200 Subject: [PATCH 2/2] Janitor: compile warnings and missing symbols. The compile warnings are generated by both, gcc and sparse.

Re: [PATCH] Fix cast int-to-pointer and pointer-to-int

2009-02-05 Thread Paulo César Pereira de Andrade
Julien Cristau wrote: On Thu, 2009-02-05 at 16:16 -0200, Paulo César Pereira de Andrade wrote: Forgive my stupidity, but isn't it a C language rule that sizeof(long) == sizeof(void *) is always true? No. As said earlier in this thread there are IL32P64 systems. Thanks, I will not reply

xorg/driver/xf86-input-tek4957: [PATCH] Janitor: make distcheck, .gitignore.

2009-02-05 Thread Paulo César Pereira de Andrade
From dace9ea68b7747a4a7f614665500ea9bf3adff13 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade p...@mandriva.com.br Date: Thu, 5 Feb 2009 16:43:22 -0200 Subject: [PATCH] Janitor: make distcheck, .gitignore. Use `` instead of $(). Use $PKG_CONFIG to honor user build setup.

Re: xorg/driver/xf86-input-vmmouse: [PATCH] Janitor: make distcheck, compile warnings, .gitignore.

2009-02-05 Thread Dan Nicholson
You have sdkdir=`PKG_CONFIG ...` That needs to be $PKG_CONFIG. I didn't check the other patches you sent today, but I'd check if that happened in the others. -- Dan ___ xorg mailing list xorg@lists.freedesktop.org

xorg/driver/xf86-input-void: [PATCH 1/2] Janitor: update for ABI_XINPUT_VERSION = 5

2009-02-05 Thread Paulo César Pereira de Andrade
From fafd4f546bf75e71ce92feaa52d50699fae81a21 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade p...@mandriva.com.br Date: Thu, 5 Feb 2009 17:30:18 -0200 Subject: [PATCH 1/2] Janitor: update for ABI_XINPUT_VERSION = 5 This driver should be seen as the simplest possible input driver,

[macros PATCH] Handle patch level version checking (x.y.z) in XORG_MACROS_VERSION

2009-02-05 Thread Dan Nicholson
Just checking the major and minor version of xorg-macros is not enough granularity. Awk is used to split out the first three sections of the version number. If the field is not available, 0 is substituted. Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- I only tested this with gawk, but I

xorg/driver/xf86-video-apm: [PATCH 2/2] Janitor: compile warning fixes.

2009-02-05 Thread Paulo César Pereira de Andrade
From fb59b563f6a586ee491f437281c7251f8a83d8f5 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade p...@mandriva.com.br Date: Thu, 5 Feb 2009 17:56:20 -0200 Subject: [PATCH 2/2] Janitor: compile warning fixes. Correct most warnings generated by gcc and sparse. Remaining warnings are

Re: Nominations status

2009-02-05 Thread Carl Worth
On Tue, 2009-01-27 at 17:03 -0800, Donnie Berkholz wrote: On 16:37 Tue 27 Jan , Carl Worth wrote: I am concerned whether there are enough good nominees for the open slots. One way of dealing with this is an open nominations process, where I can see who's been nominated and who's accepted

xorg/driver/xf86-video-ark: [PATCH] Janitor: make distcheck, compile warnings, .gitignore.

2009-02-05 Thread Paulo César Pereira de Andrade
From 2d63aa335cf3cba4ea462d824019990590e8f17e Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade p...@mandriva.com.br Date: Thu, 5 Feb 2009 18:25:05 -0200 Subject: [PATCH] Janitor: make distcheck, compile warnings, .gitignore. Use `` instead of $(). Use $PKG_CONFIG to honor user

Re: macros: Changes to 'master'

2009-02-05 Thread Dan Nicholson
On Thu, Feb 5, 2009 at 1:14 PM, Alan Coopersmith alan.coopersm...@sun.com wrote: Dan Nicholson wrote: * There's no reason to mention the version needed in the message. That check does not do version verification. That's what the actual macro is for. Version 1.1 was

xorg/driver/xf86-video-ast: [PATCH 2/2] Janitor: Correct compiler warnings.

2009-02-05 Thread Paulo César Pereira de Andrade
From this patch on, I will ignore the generated by default sparse warning: Using plain integer as NULL pointer that is, add -Wno-non-pointer-null to sparse (cgcc) command line. From 3f88e53d1db44b12d15f01c04a539580cb876fc0 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade

extension init cleanup

2009-02-05 Thread Tomas Carnecky
I tried to clean up the header files that contain declarations for the various extension. Basically, in the end the header include/extinit.h contains the declarations of the extension init functions and declarations of the noXxxExtension booleans, sorted and put under their respective ifdef

Re: extension init cleanup

2009-02-05 Thread Paulo César Pereira de Andrade
Tomas Carnecky wrote: I tried to clean up the header files that contain declarations for the various extension. Basically, in the end the header include/extinit.h contains the declarations of the extension init functions and declarations of the noXxxExtension booleans, sorted and put under

Re: xorg/driver/xf86-input-jamstudio: [PATCH] Janitor: make distcheck, .gitignore.

2009-02-05 Thread Peter Hutterer
On Thu, Feb 05, 2009 at 03:27:34PM -0200, Paulo César Pereira de Andrade wrote: looking at the git log, jamstudio is dead and I'd rather bury it than put janitor patches in. It makes it look like the driver actually matters. we cannot simply put these dead drivers/libs/etc in some cgit

Re: extension init cleanup

2009-02-05 Thread Paulo César Pereira de Andrade
Tomas Carnecky wrote: On 02/05/2009 10:53 PM, Paulo César Pereira de Andrade wrote: Tomas Carnecky wrote: I tried to clean up the header files that contain declarations for the various extension. Basically, in the end the header include/extinit.h contains the declarations of the extension

xf86-video-ati: [PATCH] Janitor: make distcheck, .gitignore.

2009-02-05 Thread Paulo César Pereira de Andrade
I am starting to believe that, maybe -Wpointer-arith should not only be out of $CWARNFLAGS, but that $CWARNFLAGS should actually include -Wno-pointer-arith. Almost every casting is a sign of something going wrong, as the compiler should always able to do proper type conversion automatically,

Re: [ANNOUNCE] xf86-input-synaptics 1.0.0

2009-02-05 Thread Peter Hutterer
On Thu, Feb 05, 2009 at 06:35:13PM +0100, Matthias Hopf wrote: On Feb 02, 09 10:07:16 +1000, Peter Hutterer wrote: Finally, we decided to go for a 1.0 release since 0.99.3 has been slumbering for too long. Notable improvements since the 0.15.2 release: git has still 0.15.2 in

[PATCH 9/9] exa: don't use fbCopyNtoN

2009-02-05 Thread Maarten Maathuis
--- exa/exa_accel.c | 77 ++-- exa/exa_priv.h| 25 + exa/exa_render.c | 17 +--- exa/exa_unaccel.c | 51 +++ 4 files changed, 151 insertions(+), 19 deletions(-) diff --git

Re: about the exa patches

2009-02-05 Thread Maarten Maathuis
On Thu, Feb 5, 2009 at 7:28 PM, Michel Dänzer mic...@daenzer.net wrote: On Thu, 2009-02-05 at 19:16 +0100, Maarten Maathuis wrote: On Thu, Feb 5, 2009 at 7:13 PM, Michel Dänzer mic...@daenzer.net wrote: On Thu, 2009-02-05 at 17:17 +0100, Maarten Maathuis wrote: core glyphs before and after

[RFC] XI2 draft protocol specification (v 0.1)

2009-02-05 Thread Peter Hutterer
Below is a draft of the XI2 protocol specification. There's a few fixmes in the document, and it's limited to requests that are in addition to XI 1.x requests. I'll get a server up that supports this set of the protocol so we can tell whether it all makes sense but IMO it's not a bad spec for

Synaptics version bump

2009-02-05 Thread Ben Gamari
Peter, It looks like you missed a comma when bumping xf86-input-synaptics (commit d8679123d921bafdac53e84a2e0337708d7c094e). Just figured you might want to know. Below is a diff to fix the issue. Thanks, - Ben diff --git a/configure.ac b/configure.ac index 71ab4c7..d20aba6 100644 ---

Re: GIT Noise

2009-02-05 Thread John Ettedgui
On 2/5/09, Igor Mozolevsky i...@hybrid-lab.co.uk wrote: 2009/2/6 Daniel Stone: Out of interest (and this is a serious question), what do you use this list for? Looking out for [ANNOUNCE]s, troubleshooting and conceptual discussions mainly :-) Cheers, Igor ___ Exactly the same thing

Re: GIT Noise

2009-02-05 Thread Alan Coopersmith
Timothy S. Nelson wrote: If there were a separate list for version control, I might browse through a web-based archive at the relevant time, but would not subscribe to it. There is a seperate list for version control - xorg-commit gets the commit messages - the git [PATCH] mails are sent

Re: xorg/driver/xf86-input-jamstudio: [PATCH] Janitor: make distcheck, .gitignore.

2009-02-05 Thread Paulo César Pereira de Andrade
Peter Hutterer wrote: On Thu, Feb 05, 2009 at 03:27:34PM -0200, Paulo César Pereira de Andrade wrote: looking at the git log, jamstudio is dead and I'd rather bury it than put janitor patches in. It makes it look like the driver actually matters. we cannot simply put these dead

Re: [PATCH] Fix cast int-to-pointer and pointer-to-int

2009-02-05 Thread Paulo César Pereira de Andrade
Corbin Simpson wrote: Forgive my stupidity, but isn't it a C language rule that sizeof(long) == sizeof(void *) is always true? No. As said earlier in this thread there are IL32P64 systems. C only makes one guarantee regarding sizeof() and primitives, and that is that sizeof(char) == 1.

Re: GIT Noise

2009-02-05 Thread Daniel Stone
On Thu, Feb 05, 2009 at 06:12:20PM -0800, Alan Coopersmith wrote: So the requests here would seem to be along the lines of split developers and users into separate lists, or perhaps split code review/discussion into a separate list. Yeah, looks like, and an idea various people have been

NEW DEVELOPMENT LIST: xorg-de...@lists.x.org

2009-02-05 Thread Daniel Stone
Hi all, Per popular demand (and xorg@ having 2145 subscribers), and because our patch review load is only going to increase, I've created a separate _development_ list for development discussions. Patch review and development discussion can go there, and we can retain xorg@ for user support and

Re: [PATCH] config: if we can't connect to HAL, listen for a startup notification.

2009-02-05 Thread Peter Hutterer
If HAL isn't available when we try to connect, the registered NameOwnerChanged signal handler waits until HAL is available. Once we connected to HAL, we unregister the signal handler again. This allows HAL to be started in parallel or after the server has started. Signed-off-by: Peter Hutterer

Re: about the exa patches

2009-02-05 Thread Michel Dänzer
On Fri, 2009-02-06 at 01:20 +0100, Maarten Maathuis wrote: I just sent the hopefully final version of the last exa (number 9) patch, i used your suggestion to use exa's pixmap priv to store data with regards to fallback. I suggested using pExaScr; there shouldn't be any need to allocate