Re: xserver: Branch 'master'

2010-06-20 Thread Michel Dänzer
On Mon, 2010-06-21 at 15:17 +1000, Dave Airlie wrote: > 2010/6/10 Robert Hooker : > > 2010/6/9 Michel Dänzer : > >> On Die, 2010-06-08 at 12:57 -0700, Keith Packard wrote: > >>> On Tue, 08 Jun 2010 09:57:44 +0200, Michel Dänzer > >>> wrote: > >>> > >>> > FWIW, I would have proposed the patch bel

[PATCH] composite: fix freeing of old pixmap until after move/resize/cbw

2010-06-20 Thread Dave Airlie
From: Dave Airlie The fixes for the composite reallocation failure, were freeing the oldpixmap straight after reallocating the new one, however this led to some wierd effects in e16 compositing, and I think in a few other places. This patch moves the freeing of the pixmap into the post wrapped st

Re: [PATCH] include: Update stale comment after bzero removal

2010-06-20 Thread Mikhail Gusarov
Twas brillig at 10:16:28 21.06.2010 UTC+10 when peter.hutte...@who-t.net did gyre and gimble: >> -#include /* for bcopy, bzero, and bcmp */ >> +#include /* for no apparent reason */ PH> couldn't we just remove this include then? http://lists.x.org/archives/xorg-devel/2010-June/009650.html

Re: xserver: Branch 'master'

2010-06-20 Thread Dave Airlie
2010/6/10 Robert Hooker : > 2010/6/9 Michel Dänzer : >> On Die, 2010-06-08 at 12:57 -0700, Keith Packard wrote: >>> On Tue, 08 Jun 2010 09:57:44 +0200, Michel Dänzer >>> wrote: >>> >>> > FWIW, I would have proposed the patch below instead. >>> >>> That looks better to me; I was after 'not crashin

[PATCH] dri2: avoid crash with old dri drivers.

2010-06-20 Thread Dave Airlie
From: Dave Airlie I built latest server and copied over a mesa 7.8 dri2 driver to use with it, and it crashed in here starting compiz. Looks like we need to validate the flush extension is registered before calling invalidate. Signed-off-by: Dave Airlie --- glx/glxdri2.c |3 ++- 1 files ch

Xorg on Solaris 10?

2010-06-20 Thread Pat Kane
Does anyone try to compile the current Xorg git tree on Solaris 10? (not OpenSolaris)? We are having GCC problems on 64 bit systems [looks like GCC bugs but I've not taken a very detailed look yet.] Pat ___ xorg-devel@lists.x.org: X.Org development

About ExaOffscreenDefragment in Geode LX platform Rotate operation

2010-06-20 Thread Cui, Hunk
Hi, Maarten & Michel Thanks for your reminder about the exaAllocOffscreen, now I try to modify the memorySize. Meet some question. Please see below: 1). Can you explain ExaOffscreenDefragment -> prev->offset? When do the rotate operation, where is triggered this function and what is the

Re: [PATCH] include: Update stale comment after bzero removal

2010-06-20 Thread Matt Turner
On Sun, Jun 20, 2010 at 8:39 PM, Matt Turner wrote: > On Sun, Jun 20, 2010 at 8:16 PM, Peter Hutterer > wrote: >> On Sun, Jun 20, 2010 at 04:37:26AM +0700, Mikhail Gusarov wrote: >>> Signed-off-by: Mikhail Gusarov >>> --- >>>  include/misc.h |    2 +- >>>  1 files changed, 1 insertions(+), 1 del

Re: [xkb] Re: xkeyboard-config 1.9

2010-06-20 Thread Peter Hutterer
On Sun, Jun 20, 2010 at 09:23:14PM +0100, Sergey Udaltsov wrote: > Anyway, here is the patch for release.sh. Please review and commit if it is > ok. > > Thanks, > > Sergey > From fc695f3288e8a329e70f4498ed5ee3bd86c817a8 Mon Sep 17 00:00:00 2001 > From: Sergey V. Udaltsov > Date: Sun, 20 Jun 20

Re: [PATCH 1/2] list.h: Fix list_for_each_entry_safe()

2010-06-20 Thread Kristian Høgsberg
On Fri, Jun 18, 2010 at 5:43 PM, Dan Nicholson wrote: > On Fri, Jun 18, 2010 at 2:34 PM, Keith Packard wrote: >> On Mon, 14 Jun 2010 09:25:22 -0400, Kristian Høgsberg >> wrote: >> >>> -      pos = next, next = __container_of(next->member.next, next, member)) >>> +      pos = tmp, tmp = __contai

RE: Rendering in geode

2010-06-20 Thread Huang, FrankR
Morton, I don't think Geode is quite simple to handle. Just there is no good document to describe how to handle all the conditions. Can you provide me with a document to give some specific condition that driver need to go with? I have not find such one document. I admit limit rendering

[PATCH util/modular] release.sh: split tarball checking from tag/section checking.

2010-06-20 Thread Peter Hutterer
Print out a more meaningful message than "incorrect parameters" if the tarballs weren't found. Signed-off-by: Peter Hutterer --- release.sh | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/release.sh b/release.sh index ec52f9a..9570d0e 100755 --- a/release.sh

Re: [PATCH] include: Update stale comment after bzero removal

2010-06-20 Thread Matt Turner
On Sun, Jun 20, 2010 at 8:16 PM, Peter Hutterer wrote: > On Sun, Jun 20, 2010 at 04:37:26AM +0700, Mikhail Gusarov wrote: >> Signed-off-by: Mikhail Gusarov >> --- >>  include/misc.h |    2 +- >>  1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/include/misc.h b/include/misc.h >

[PATCH xserver] config: declare xserver private dependencies in xorg-server.pc

2010-06-20 Thread Gaetan Nadon
Any module (drivers) depending on xserver also depends on some of the server private dependencies. Any driver including xf86.h depends on xext, kbproto, inputproto and randr. These dependencies are in separate packages, so anything can happen, removal, wrong version, etc... and the driver fails du

[PATCH v2 util-macros] XORG_WITH_GROFF: add HAVE_GROFF_HTML Automake conditional

2010-06-20 Thread Gaetan Nadon
Groff uses grohtml to generate html output format. This program, in turn, uses a number of pnm* commands from the netpbm package, psselect from the psutils package and the ghostscript package. These are independently installed, so they could be missing. A check is made to ensure those dependencies

Re: Attach touch screen to a single display

2010-06-20 Thread Peter Hutterer
On Fri, Jun 18, 2010 at 06:28:00AM +0200, Julian Ortiz wrote: > There is no problem about having a single large desktop... but I need to use > nvidia driver and as far as I understand it does not support Rand1.2. > > The race condition is caused because xf86InputSetScreen is not thread safe? sort

Re: [PATCH] include: Update stale comment after bzero removal

2010-06-20 Thread Peter Hutterer
On Sun, Jun 20, 2010 at 04:37:26AM +0700, Mikhail Gusarov wrote: > Signed-off-by: Mikhail Gusarov > --- > include/misc.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/include/misc.h b/include/misc.h > index 62d813e..38b04b7 100644 > --- a/include/misc.h > +++ b/i

[PATCH] rotation: fix cursor and overlap of one pixel.

2010-06-20 Thread Dave Airlie
From: Dave Airlie Commit 77c7a64e8885696665556c9fbcb3cffb552e367a was introduced to fix a cursor off by one on Intel hw, however it also move the whole crtc into an off by one position and you could see gnom-eshell overlapping. This commit reverts that and instead fixes the cursor hotspot trans

Re: [PATCH util-macros] XORG_WITH_GROFF: add HAVE_GROFF_HTML Automake conditional

2010-06-20 Thread Gaetan Nadon
On Sun, 2010-06-20 at 16:48 -0400, Gaetan Nadon wrote: > > No, just testing the tools capabilities like libtool does to $CC. I'm > > not checking the details (especially about the troff, which I know > > nothing about), but here's what I basically had in mind. > > > > AC_MSG_CHECKING([for working

Re: [PATCH util-macros] XORG_WITH_GROFF: add HAVE_GROFF_HTML Automake conditional

2010-06-20 Thread Gaetan Nadon
On Sun, 2010-06-20 at 11:30 -0700, Dan Nicholson wrote: > On Sat, Jun 19, 2010 at 2:13 PM, Gaetan Nadon wrote: > > On Sat, 2010-06-19 at 08:50 -0700, Dan Nicholson wrote: > > > > On Fri, Jun 18, 2010 at 6:57 PM, Gaetan Nadon wrote: > >> Groff uses grohtml to generate html output format. This pro

Re: [xkb] Re: xkeyboard-config 1.9

2010-06-20 Thread Sergey Udaltsov
Anyway, here is the patch for release.sh. Please review and commit if it is ok. Thanks, Sergey From fc695f3288e8a329e70f4498ed5ee3bd86c817a8 Mon Sep 17 00:00:00 2001 From: Sergey V. Udaltsov Date: Sun, 20 Jun 2010 21:14:15 +0100 Subject: [PATCH] release.sh: added xkeyboard-config xkeyoard-confi

Re: [PATCH util-macros] XORG_WITH_GROFF: add HAVE_GROFF_HTML Automake conditional

2010-06-20 Thread Dan Nicholson
On Sat, Jun 19, 2010 at 2:13 PM, Gaetan Nadon wrote: > On Sat, 2010-06-19 at 08:50 -0700, Dan Nicholson wrote: > > On Fri, Jun 18, 2010 at 6:57 PM, Gaetan Nadon wrote: >> Groff uses grohtml to generate html output format. This program, in turn, >> uses a number of pnm* commands from the netpbm pa