Re: [PATCH xserver 2/2] dri2: Invalidate DRI2 buffers for all windows with the same pixmap on swap.

2011-05-03 Thread Ville Syrjälä
On Thu, Apr 07, 2011 at 08:50:56AM -0700, Keith Packard wrote: On Thu, 07 Apr 2011 12:26:56 +0200, Michel Dänzer mic...@daenzer.net wrote: Anyway, you know where you can find testers for your patch. Are you willing to test and review it? I don't know of anyone else interested and capable.

Re: [PATCH xserver 2/2] dri2: Invalidate DRI2 buffers for all windows with the same pixmap on swap.

2011-04-23 Thread Ian Pilcher
On 04/07/2011 10:50 AM, Keith Packard wrote: On Thu, 07 Apr 2011 12:26:56 +0200, Michel Dänzer mic...@daenzer.net wrote: Anyway, you know where you can find testers for your patch. Are you willing to test and review it? I don't know of anyone else interested and capable. If you're

Re: [PATCH xserver 2/2] dri2: Invalidate DRI2 buffers for all windows with the same pixmap on swap.

2011-04-07 Thread Michel Dänzer
On Mit, 2011-04-06 at 09:50 -0700, Keith Packard wrote: On Wed, 06 Apr 2011 10:19:01 +0200, Michel Dänzer mic...@daenzer.net wrote: 10 days have passed. I hoped you would take a few minutes and write a more efficient version. Well, that's not what you said in the parts I quoted:

Re: [PATCH xserver 2/2] dri2: Invalidate DRI2 buffers for all windows with the same pixmap on swap.

2011-04-07 Thread Keith Packard
On Thu, 07 Apr 2011 12:26:56 +0200, Michel Dänzer mic...@daenzer.net wrote: Anyway, you know where you can find testers for your patch. Are you willing to test and review it? I don't know of anyone else interested and capable. -- keith.pack...@intel.com pgpN4qKCMc4OI.pgp Description: PGP

Re: [PATCH xserver 2/2] dri2: Invalidate DRI2 buffers for all windows with the same pixmap on swap.

2011-04-06 Thread Michel Dänzer
On Son, 2011-03-27 at 23:00 -0700, Keith Packard wrote: On Fri, 25 Mar 2011 18:26:56 +0100, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer daen...@vmware.com Without this, when a compositing manager unredirects a fullscreen window which uses DRI2 and page flipping, the

Re: [PATCH xserver 2/2] dri2: Invalidate DRI2 buffers for all windows with the same pixmap on swap.

2011-04-06 Thread Keith Packard
On Wed, 06 Apr 2011 10:19:01 +0200, Michel Dänzer mic...@daenzer.net wrote: 10 days have passed. I hoped you would take a few minutes and write a more efficient version. Like this. diff --git a/hw/xfree86/dri2/dri2.c b/hw/xfree86/dri2/dri2.c index 10be599..6e9abb2 100644 ---

Re: [PATCH xserver 2/2] dri2: Invalidate DRI2 buffers for all windows with the same pixmap on swap.

2011-03-28 Thread Keith Packard
On Fri, 25 Mar 2011 18:26:56 +0100, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer daen...@vmware.com Without this, when a compositing manager unredirects a fullscreen window which uses DRI2 and page flipping, the DRI2 buffer information for the compositing manager's output

Re: [PATCH xserver 2/2] dri2: Invalidate DRI2 buffers for all windows with the same pixmap on swap.

2011-03-28 Thread Michel Dänzer
On Son, 2011-03-27 at 23:00 -0700, Keith Packard wrote: On Fri, 25 Mar 2011 18:26:56 +0100, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer daen...@vmware.com Without this, when a compositing manager unredirects a fullscreen window which uses DRI2 and page flipping, the

Re: [PATCH xserver 2/2] dri2: Invalidate DRI2 buffers for all windows with the same pixmap on swap.

2011-03-28 Thread Michel Dänzer
On Mon, 2011-03-28 at 08:47 -0700, Keith Packard wrote: On Mon, 28 Mar 2011 10:04:23 +0200, Michel Dänzer mic...@daenzer.net wrote: So once again, a fix is delayed because it's not considered quite perfect yet. Kristian is the maintainer of the DRI2 code, and so should be involved in

[PATCH xserver 2/2] dri2: Invalidate DRI2 buffers for all windows with the same pixmap on swap.

2011-03-25 Thread Michel Dänzer
From: Michel Dänzer daen...@vmware.com Without this, when a compositing manager unredirects a fullscreen window which uses DRI2 and page flipping, the DRI2 buffer information for the compositing manager's output window (typically the Composite Overlay Window or root window) may become stale,