[PATCH 1/3] exa/mixed: avoid copying back pixmap data when no migration took place

2009-11-13 Thread Maarten Maathuis
- When the driver handles the prepare access no copying is needed. - Delayed pixmap creation should be fine, because it's handled by the first prepare access, but the exaPixmapIsOffscreen check in finish access will return FALSE without a driver pixmap. Signed-off-by: Maarten Maathuis

[PATCH 2/3] exa/mixed: be more thorough about setting fb_pitch when needed

2009-11-13 Thread Maarten Maathuis
Signed-off-by: Maarten Maathuis madman2...@gmail.com --- exa/exa_migration_mixed.c | 21 + 1 files changed, 13 insertions(+), 8 deletions(-) diff --git a/exa/exa_migration_mixed.c b/exa/exa_migration_mixed.c index ea6f878..121a4ad 100644 --- a/exa/exa_migration_mixed.c +++

Re: [PATCH 1/3] exa/mixed: avoid copying back pixmap data when no migration took place

2009-11-13 Thread Michel Dänzer
On Fri, 2009-11-13 at 21:52 +0100, Maarten Maathuis wrote: 2009/11/12 Michel Dänzer mic...@daenzer.net: On Mon, 2009-11-09 at 19:52 +0100, Maarten Maathuis wrote: On Mon, Nov 9, 2009 at 12:14 AM, Maarten Maathuis madman2...@gmail.com wrote: This is just an observation, but I do find

tinderbox xclock checkout failure

2009-11-13 Thread Florian Mickler
Hi, the xclock build fails currently with a checkout failure[1]: git checkout origin/master fatal: Untracked working tree file 'INSTALL' would be overwritten by merge. i don't know what git commands the tinderbox-script uses, but maybe one of : a) git clean -dqfx b) git checkout --force

Re: tinderbox xclock checkout failure

2009-11-13 Thread Chris Ball
Hi Florian, Hi, the xclock build fails currently with a checkout failure: Fixed now: http://tinderbox.x.org/builds/2009-11-14-0001/logs/xclock/ The tinderbox build needs quite a bit of love; I'll try to make time for getting everything green again in the next few days. Thanks, - Chris.