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 mic...@daenzer.net: Looks good to me, but maybe Maarten had a reason for not doing this so I'll leave it to him to

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 kei...@keithp.com 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 mic...@daenzer.net: Looks good to me, but maybe

[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 tiago.vigna...@nokia.com --- exa/exa_driver.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git