Re: [PATCH] dri2: Don't page flip when the window size doesn't match the pixmap size

2010-12-13 Thread Ville Syrjälä
On Fri, Dec 03, 2010 at 08:23:16PM +0200, ville.syrj...@nokia.com wrote: From: Ville Syrjälä ville.syrj...@nokia.com If the drawable size doesn't match the pixmap size page flipping should not be allowed. If the window is larger than the pixmap, page flipping might need to reposition the

Re: [PATCH] dri2: Don't page flip when the window size doesn't match the pixmap size

2010-12-13 Thread Alex Deucher
On Mon, Dec 13, 2010 at 8:15 AM, Ville Syrjälä ville.syrj...@nokia.com wrote: On Fri, Dec 03, 2010 at 08:23:16PM +0200, ville.syrj...@nokia.com wrote: From: Ville Syrjälä ville.syrj...@nokia.com If the drawable size doesn't match the pixmap size page flipping should not be allowed. If the

[PATCH] dri2: Don't page flip when the window size doesn't match the pixmap size

2010-12-03 Thread ville . syrjala
From: Ville Syrjälä ville.syrj...@nokia.com If the drawable size doesn't match the pixmap size page flipping should not be allowed. If the window is larger than the pixmap, page flipping might need to reposition the CRTC somewhere in the middle of the pixmap. I didn't spot any code that would