Re: [PATCH] EXA: fix mixed-pixmaps issue where we could do accel with pixmap mapped

2009-10-27 Thread Michel Dänzer
On Mon, 2009-10-26 at 19:22 +0100, Maarten Maathuis wrote: > On Mon, Oct 26, 2009 at 6:53 PM, Keith Packard wrote: > > Excerpts from skeggsb's message of Fri Oct 23 17:45:49 -0700 2009: > > > >> -if (pExaPixmap->pDamage && exaPixmapIsOffscreen(pPixmap)) { > >> +if (pExaPixmap->pDamage &&

Re: [PATCH] EXA: fix mixed-pixmaps issue where we could do accel with pixmap mapped

2009-10-27 Thread Ben Skeggs
On Tue, 2009-10-27 at 19:00 +0900, Michel Dänzer wrote: > On Mon, 2009-10-26 at 19:22 +0100, Maarten Maathuis wrote: > > On Mon, Oct 26, 2009 at 6:53 PM, Keith Packard wrote: > > > Excerpts from skeggsb's message of Fri Oct 23 17:45:49 -0700 2009: > > > > > >> -if (pExaPixmap->pDamage && exaP

Re: [PATCH] Add support for RENDER BGRA formats.

2009-10-27 Thread Mark Kettenis
> From: Michael > Date: Tue, 13 Oct 2009 15:22:55 -0400 > > Hello, Hi Michael, Sorry for the late reply; I just returned from a trip to India. > ... which reminds me - I have an SBus card with ( among others ) an > I128. I wrote an accelerated kernel driver for NetBSD using the X > driver

Re: [PATCH] Support filtering of hotplugged input devices

2009-10-27 Thread Dan Nicholson
On Mon, Oct 26, 2009 at 11:57 PM, Peter Hutterer wrote: > On Mon, Oct 26, 2009 at 02:33:49PM -0700, Dan Nicholson wrote: >> On Sat, Oct 24, 2009 at 9:29 AM, Ilia K. wrote: >> > Hi all. >> > I've just filled X.Org Bug 24712 >> > and attached a >>

Re: [PATCH] Support filtering of hotplugged input devices

2009-10-27 Thread Ilia K.
Is there any integration of Xorg with ConsoleKit? Grepping Xorg sources returns no matches. So I suppose, currently Xorg does not talk to ConsoleKit at all. Is there any experimental branch which makes Xorg CK-aware? ___ xorg-devel mailing list xorg-devel

Re: [PATCH] Support filtering of hotplugged input devices

2009-10-27 Thread Daniel Stone
Hi, On Tue, Oct 27, 2009 at 04:57:40PM +1000, Peter Hutterer wrote: > On Mon, Oct 26, 2009 at 02:33:49PM -0700, Dan Nicholson wrote: > > That seems nice, but how will this work in the future of ConsoleKit > > multiseat? I'm not crazy about about adding options that are only > > available through a

Re: C99 types patch

2009-10-27 Thread Mark Kettenis
> Date: Wed, 21 Oct 2009 23:56:46 -0400 > From: Eamon Walsh > > >> I would love love love to see us move entirely to stdint types instead > >> of the mess we've got now. > >> > > Yes. Yes yes yes. > > > > I have a patch sitting around that does this, guess I'll float it. Hmm, isn't thi

Re: C99 types patch

2009-10-27 Thread Keith Packard
Excerpts from Mark Kettenis's message of Tue Oct 27 08:39:40 -0700 2009: > typedef unsigned long XID; > > into what's effectively > > typedef uint32_t XID; The goal is to fix this everywhere *except* the Xlib API, which is where the whole unsigned long disaster appears. Everywhere else uses

Re: [PATCH] Support filtering of hotplugged input devices

2009-10-27 Thread Dan Nicholson
On Mon, Oct 26, 2009 at 2:33 PM, Dan Nicholson wrote: > > 3. I don't think printing a warning or returning a BadMatch is what > you want to do unless you want to spam people's logs. I would > personally do something like this: > > xf86Msg(X_INFO, "Device \"%s\" configured for ServerLayout \"%s\".

Re: Splitting hardware access out of xserver (in/out, int10, xf86emu)

2009-10-27 Thread Mark Kettenis
> Date: Thu, 22 Oct 2009 15:59:38 -0400 > From: Matt Turner > > rnoland and I discussing on IRC how to clean the in/out > functions/macros/disasters. He suggested moving them to libpciaccess > or drm. Similarly, it seems to me that x86emu and int10 could be split > into separate libraries externa

Re: C99 types patch

2009-10-27 Thread Barry Scott
Mark Kettenis wrote: >> Date: Wed, 21 Oct 2009 23:56:46 -0400 >> From: Eamon Walsh >> I would love love love to see us move entirely to stdint types instead of the mess we've got now. >>> Yes. Yes yes yes. >> I have a patch sitting around that does this, guess I'll float it. > > Hmm, isn

Re: Splitting hardware access out of xserver (in/out, int10, xf86emu)

2009-10-27 Thread Adam Jackson
On Tue, 2009-10-27 at 16:56 +0100, Mark Kettenis wrote: > That said, the way in/out are used in the xserver and associated (PCI) > drivers is really bogus. Their usage should be replaced by a > mechanism similar to how memory mapped io is handled. PCI drivers > should really use pci_device_map_r

[PULL -v3] XACE and SELinux updates for server-1.6-branch

2009-10-27 Thread Eamon Walsh
Hi Keith, Please pull these updates into server-1.6-branch. Thanks. The following changes are available in the git repository at: git://anongit.freedesktop.org/~ewalsh/xserver server-1.6-branch Eamon Walsh (9): xace: Fake return values on denials in input polling requests. xs

Re: [PULL] Add VDPAU drivers to the server's DRI2 implementation

2009-10-27 Thread Aaron Plattner
On Mon, Oct 26, 2009 at 02:58:50PM -0700, Kristian Høgsberg wrote: > 2009/10/26 Aaron Plattner : > > On Mon, Oct 26, 2009 at 10:45:31AM -0700, Kristian Høgsberg wrote: > >> 2009/10/26 Aaron Plattner : > >> > On Sat, Oct 24, 2009 at 08:56:11AM -0700, Kristian Høgsberg wrote: > >> >> On Fri, Oct 23,

Re: [PULL -v3] XACE and SELinux updates for server-1.6-branch

2009-10-27 Thread Keith Packard
Excerpts from Eamon Walsh's message of Tue Oct 27 12:26:33 -0700 2009: > Eamon Walsh (9): > xace: Fake return values on denials in input polling requests. > xselinux: Stop special-casing QueryPointer access checks. > xace: Relax permissions on XkbGetState from Read to Getattr. >

Re: [PATCH] Add support for RENDER BGRA formats.

2009-10-27 Thread Mark Kettenis
> From: Adam Jackson > Date: Tue, 13 Oct 2009 14:51:26 -0400 > > On Fri, 2009-10-09 at 11:26 +0200, Mark Kettenis wrote: > > > > Hmm, right. The two hunks above were aimed towards my first approach f= > or > > > fixing radeon KMS on big endian machines, by making the root window > > > visual

[PATCH] fix xman version string

2009-10-27 Thread Matthieu Herrb
Him I noticed that xmans Options->Show Version menu item is showing lies. The patch belows fixes that (and removes the one-line version.h file) ok? From: Matthieu Herrb Date: Tue, 27 Oct 2009 22:45:12 +0100 Subject: [PATCH] Fix version display. --- configure.ac |6 ++ handler.c|

Re: Splitting hardware access out of xserver (in/out, int10, xf86emu)

2009-10-27 Thread Mark Kettenis
> From: Adam Jackson > Date: Tue, 27 Oct 2009 13:35:45 -0400 > > On Tue, 2009-10-27 at 16:56 +0100, Mark Kettenis wrote: > > > That said, the way in/out are used in the xserver and associated (PCI) > > drivers is really bogus. Their usage should be replaced by a > > mechanism similar to how mem

Re: [Xcb] Thinking towards 7.6 katamari, including xcb

2009-10-27 Thread Barton C Massey
In message <1256587809-sup-...@keithp.com> you wrote: > I can't support a 6 month cycle in my video driver, and I doubt other > video drivers could either; hardware changes too fast. If the video > drivers are to be re-integrated into the server, we'll need some > compromise in how often the X serv

Re: [PATCH] fix xman version string

2009-10-27 Thread Peter Hutterer
On Tue, Oct 27, 2009 at 10:59:45PM +0100, Matthieu Herrb wrote: > Him > > I noticed that xmans Options->Show Version menu item is showing lies. > The patch belows fixes that (and removes the one-line version.h file) > > ok? > > From: Matthieu Herrb > Date: Tue, 27 Oct 2009 22:45:12 +0100 > Su

[PATCH] dix: Properly detect if the other device is frozen

2009-10-27 Thread Jeremy Huddleston
othersFrozen was getting unset. We should detect if it should be set to true rather than setting it false for a device that isn't frozen Signed-off-by: Jeremy Huddleston --- dix/events.c |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/dix/events.c b/dix/events.c

Re: [PATCH] Add support for RENDER BGRA formats.

2009-10-27 Thread Michael
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Oct 27, 2009, at 5:54 PM, Mark Kettenis wrote: > (--) PCI: (0:0:3:0) 105d:2339:105d:000b Number 9 Imagine-128 II rev > 2, Mem @ 0x0200/8388608, 0x0280/8388608, 0x0300/8388608, > 0x0380/8388608, 0x0016/65536, I/O @ 0x0

Re: [PATCH] Support filtering of hotplugged input devices

2009-10-27 Thread Peter Hutterer
On Tue, Oct 27, 2009 at 03:54:46PM +0200, Ilia K. wrote: > Is there any integration of Xorg with ConsoleKit? Grepping Xorg > sources returns no matches. So I suppose, currently Xorg does not talk > to ConsoleKit at all. Is there any experimental branch which makes > Xorg CK-aware? I don't think an

[PATCH] Xinput: allow non-integer values again for Constant- and AdaptiveDeceleration

2009-10-27 Thread Hans Nieser
This was initially fixed by commit 3932a848572f4eaf8b7f1d91d9b74aeafab069a2 but then (presumably not intentionally) undone by commit 1d54479cb3c8b4f75b7564f8b5e1c5da940b20f4 . Signed-off-by: Hans Nieser --- hw/xfree86/common/xf86Xinput.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions

Re: xorg/driver/xf86-input-dmc

2009-10-27 Thread Peter Hutterer
On Mon, Oct 26, 2009 at 11:55:07AM +0200, Bilko AS, Oguz Dilmac wrote: > Hi, > > I need xf86-input-dmc driver to use a DMC 15" touch screen. > > I tried to get the driver from "xorg/driver/xf86-input-dmc" via git. But I > couldn't compile it. > > This is what I get when I run ./autogen.sh > > -

Re: [Xcb] Thinking towards 7.6 katamari, including xcb

2009-10-27 Thread Peter Hutterer
On Mon, Oct 26, 2009 at 01:28:40PM -0700, Keith Packard wrote: > Excerpts from Peter Hutterer's message of Thu Oct 22 23:15:36 -0700 2009: > > > How many of these requests were driven by our permanently late release > > cycle? i.e. would an actual 6 month release cycle classify as "shorter > > rel

New development model check-in.

2009-10-27 Thread Keith Packard
So, this is just a quick status check on the new development model. I'd like to hear from anyone with an opinion on how it's working for them. Obviously we're seeing a bit more delay in getting patches into master, but I think that's been mostly positive, with a bit more discussion happening on va