Re: [PATCH sis 00/15] a bunch of cleanups, and a taste of things to come

2011-10-30 Thread Tormod Volden
On Wed, Apr 27, 2011 at 10:59 PM, TImo Aaltonen tjaal...@ubuntu.com wrote: On 13.04.2011 18:22, TImo Aaltonen wrote: On 06.04.2011 19:50, Timo Aaltonen wrote: Here's a first set of patches to xf86-video-sis, hoping to narrow down the diff against Thomas Winischofer's 'sisfree' (*) package and

Re: [PATCH xf86-video-sis] Convert use of LookupWindow to dixLookupWindow

2011-10-30 Thread Julien Cristau
On Sat, Oct 29, 2011 at 17:47:32 -0700, Jeremy Huddleston wrote: Signed-off-by: Jeremy Huddleston jerem...@apple.com --- 1) Is DixReadAccess the right access for these? 2) What conditional CPP logic should I use for doing LookupWindow on older servers? Have a look at

[PATCH 1/2 v2] xserver: Use constants for matching modes and make xf86MatchGroup a list

2011-10-30 Thread Oleh Nykyforchyn
Small fixes: Make a match group a list of patterns instead of an array of string, to unify with other structures in the parser, to prepare for introduction of regular expression in Match* statements, and to keep a matching mode field in a pattern together with a pattern string. This allows to

[PATCH 2/2 v2] xserver: Use extended regular expressions in Match entries

2011-10-30 Thread Oleh Nykyforchyn
Small fixes: Together with simple matching modes (via strcmp() or fnmatch() etc), which are natural for different types on input device attributes, it will be allowed to match against extended regular expressions (cf. man 7 regex). For example, an InputClass with MatchLayout

Re: flagging implicit function declarations as errors (was: [PATCH] pci: Restore pciTag as a deprecated function)

2011-10-30 Thread Jeremy Huddleston
On Oct 20, 2011, at 15:22, Alan Coopersmith wrote: I do see some warnings in build logs that it would turn into errors, and they all seem to be in drivers, and frankly, only the first two of them do I really care about: radeon_accel.c, line 433: warning: implicit function declaration:

Re: [PATCH sis 00/15] a bunch of cleanups, and a taste of things to come

2011-10-30 Thread Jeremy Huddleston
Wow, I wish I knew about this series before I started cleaning up the drivers... Where was this series sent? I don't see it in my xorg-devel log. By all means, take it over. Do you want to maintain it? If so, get yourself an fd.o account, so you can get yourself commit access to the driver.

Re: xorg master vs Emulate3Buttons

2011-10-30 Thread Peter Hutterer
On Fri, Oct 28, 2011 at 12:55:30PM -0400, James Cloos wrote: I updated the laptop’s display stack again (still all master); the last compile there was back in June. Now my xorg.conf input config is ignored. I have (summarizing): Section ServerLayout InputDevice evKeyboard

Re: xorg master vs Emulate3Buttons

2011-10-30 Thread Peter Hutterer
On Mon, Oct 31, 2011 at 08:12:54AM +1000, Peter Hutterer wrote: On Fri, Oct 28, 2011 at 12:55:30PM -0400, James Cloos wrote: I updated the laptop’s display stack again (still all master); the last compile there was back in June. Now my xorg.conf input config is ignored. I have

Re: [PATCH 4/6] Don't require ld -wrap for tests that don't need it

2011-10-30 Thread Peter Hutterer
On Sat, Oct 29, 2011 at 12:36:53AM -0700, Jeremy Huddleston wrote: Reviewed-by: Jeremy Huddleston jerem...@apple.com Why does xi2 need -wrap? Can we do these tests in a more portable way with some clever macros? It'd be easier to just disable the tests on the platforms that don't have

Re: xorg master vs Emulate3Buttons

2011-10-30 Thread James Cloos
PH == Peter Hutterer peter.hutte...@who-t.net writes: PH your full xorg.conf please. PH gah. Xorg.log I mean. but both would be good to have too The log is: [ 18156.182] X.Org X Server 1.11.0 Release Date: 2011-08-26 [ 18156.182] X Protocol Version 11, Revision 0 [ 18156.182] Build Operating

Re: xorg master vs Emulate3Buttons

2011-10-30 Thread Peter Hutterer
On Sun, Oct 30, 2011 at 06:26:02PM -0400, James Cloos wrote: PH == Peter Hutterer peter.hutte...@who-t.net writes: PH your full xorg.conf please. PH gah. Xorg.log I mean. but both would be good to have too The log is: .. [ 18158.187] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [

[PULL] input fixes 31 Oct

2011-10-30 Thread Peter Hutterer
commit d7c44a7c9760449bef263413ad3b20f19b1dc95a The following changes since commit 5701ab4a441eb113abd0851b0d71b82d12112854: Merge remote-tracking branch 'whot/for-keith' (2011-10-24 22:09:00 -0700) are available in the git repository at: git://people.freedesktop.org/~whot/xserver

Re: backporting evdev third button emulation patch

2011-10-30 Thread Jools Wills
On 30/10/11 22:51, Peter Hutterer wrote: yes, thanks. can you please reply to this email with your Signed-off-by tag? I can push it once I have that (see also http://wiki.x.org/wiki/Development/Documentation/SubmittingPatches for what this means) I hope I did this right :) CC'd to

Re: [PULL] input fixes 31 Oct

2011-10-30 Thread Keith Packard
On Mon, 31 Oct 2011 09:41:03 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: Dave Airlie (1): test: fix two more failing FP3232 tests Peter Hutterer (2): xfree86: reduce calls to input_option_get_key/value dix: block signals when closing all devices Servaas

Re: backporting evdev third button emulation patch

2011-10-30 Thread Peter Hutterer
On Sun, Oct 30, 2011 at 11:22:26PM +, Jools Wills wrote: On 30/10/11 22:51, Peter Hutterer wrote: yes, thanks. can you please reply to this email with your Signed-off-by tag? I can push it once I have that (see also http://wiki.x.org/wiki/Development/Documentation/SubmittingPatches

Re: [PATCH sis 00/15] a bunch of cleanups, and a taste of things to come

2011-10-30 Thread Timo Aaltonen
30.10.2011 15:27, Jeremy Huddleston kirjoitti: Wow, I wish I knew about this series before I started cleaning up the drivers... Where was this series sent? I don't see it in my xorg-devel log. Looks like it was on 6th of April. I got an ack from Dave to just push it sometime in May, but

Re: [PATCH sis 00/15] a bunch of cleanups, and a taste of things to come

2011-10-30 Thread Jeremy Huddleston
On Oct 30, 2011, at 18:18, Timo Aaltonen wrote: 30.10.2011 15:27, Jeremy Huddleston kirjoitti: Wow, I wish I knew about this series before I started cleaning up the drivers... Where was this series sent? I don't see it in my xorg-devel log. Looks like it was on 6th of April. I got an

[PATCH] xfree86: Deprecate the use of xf86PciInfo.h

2011-10-30 Thread Jeremy Huddleston
Signed-off-by: Jeremy Huddleston jerem...@apple.com --- hw/xfree86/common/xf86PciInfo.h |2 ++ hw/xfree86/common/xf86pciBus.c |3 +++ hw/xfree86/doc/ddxDesign.xml|7 --- hw/xfree86/fbdevhw/fbdevhw.c|1 - hw/xfree86/os-support/bus/Pci.h |1 - hw/xfree86/sdksyms.sh

[PATCH joystick 1/2] Fix option type for option duplication

2011-10-30 Thread Peter Hutterer
xf86OptionListDuplicate() duplicates an XF86Option list, not an InputOption list. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/jstk_key.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/jstk_key.c b/src/jstk_key.c index

[PATCH joystick 2/2] Deal with opaque input option types.

2011-10-30 Thread Peter Hutterer
ABI 14 made the InputOption type opaque, move the existing code to ifdefs and use the new function calls otherwise. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/jstk_key.c | 50 +++--- 1 files changed, 35 insertions(+), 15

[PATCH sis] Use miPointerSetPosition, not miPointerAbsoluteCursor

2011-10-30 Thread Peter Hutterer
Technically this shouldn't just work on the VCP since any master pointer may end up in the dead area. However, I suspect the Venn diagramm of MPX users and sis merged framebuffer users shows little overlap. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/sis_driver.c |2 +- 1