Re: [PATCH] EXA: Preserve pPixmap->devPrivate.ptr in exaPixmapIsOffscreen_driver

2009-11-05 Thread Maarten Maathuis
On Thu, Nov 5, 2009 at 10:29 PM, Keith Packard wrote: > Excerpts from Tiago Vignatti's message of Thu Nov 05 05:17:35 -0800 2009: >> On Thu, Nov 05, 2009 at 01:56:37PM +0100, ext Maarten Maathuis wrote: > >> > 2009/11/5 Michel Dänzer : > >> > > Looks good to me, but maybe Maarten had a reason for

Re: [PATCH] EXA: Preserve pPixmap->devPrivate.ptr in exaPixmapIsOffscreen_driver

2009-11-05 Thread Keith Packard
Excerpts from Tiago Vignatti's message of Thu Nov 05 05:17:35 -0800 2009: > On Thu, Nov 05, 2009 at 01:56:37PM +0100, ext Maarten Maathuis wrote: > > 2009/11/5 Michel Dänzer : > > > Looks good to me, but maybe Maarten had a reason for not doing this so > > > I'll leave it to him to (n)ack. > > I

[PATCH] EXA: Preserve pPixmap->devPrivate.ptr in exaPixmapIsOffscreen_driver

2009-11-04 Thread Tiago Vignatti
It crash the server when the drawable is 32 bit and the framebuffer is 16. This is pretty much a copy-past from commit 8e873185. Signed-off-by: Tiago Vignatti --- exa/exa_driver.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/exa/exa_driver.c b/exa/exa_driver.c ind