Re: Swap limit

2010-12-13 Thread Jerome Glisse
On Fri, Dec 10, 2010 at 10:50 AM, Pauli Nieminen ext-pauli.niemi...@nokia.com wrote: On 10/12/10 15:40 +0100, ext Mario Kleiner wrote: On 12/08/2010 05:15 PM, Pauli Nieminen wrote: On 08/12/10 16:55 +0100, ext Alex Deucher wrote: One other thing that might be worth adding to DRI2 is a way

Re: Swap limit

2010-12-12 Thread Jerome Glisse
On Fri, Dec 10, 2010 at 9:40 AM, Mario Kleiner mario.klei...@tuebingen.mpg.de wrote: On 12/08/2010 05:15 PM, Pauli Nieminen wrote: On 08/12/10 16:55 +0100, ext Alex Deucher wrote: One other thing that might be worth adding to DRI2 is a way for the driver to access the swap interval.  If we

[PATCH] exa: avoid calling non existent SourceValidate callback

2010-04-26 Thread Jerome Glisse
In unaccel path we were unconditionaly calling the SourceValidate callback but in some case it could be NULL. Check if we have a valid callback before calling it. Signed-off-by: Jerome Glisse jgli...@redhat.com Acked-by: Michel Dänzer mic...@daenzer.net --- exa/exa_unaccel.c |8 +--- 1

[PATCH] exa: check for valid SourceValidate callback ptr

2010-04-09 Thread Jerome Glisse
During rotation the screen SourceValidate ptr is set to NULL (see hw/xfree86/modes/xf86Rotate.c xf86RotateRedisplay) to avoid segfaulting in exa unaccelerated path check for a valid SourceValidate ptr. Signed-off-by: Jerome Glisse jgli...@redhat.com --- exa/exa_unaccel.c |4 +++- 1 files

Re: Help with debuging Xserver / Goes in an infinite loop / No error messages

2009-10-06 Thread Jerome Glisse
On Mon, 2009-10-05 at 17:33 +0200, Joshua C. wrote: I have a problem with my xorg-x11-server-Xorg-1.6.4-0.1.fc11.x86_64. I read the instructions here http://www.x.org/wiki/Development/Documentation/ServerDebugging but this didin't help. My Xserver goes in an infinite loop and starts consuming

Re: Help with debuging Xserver / Goes in an infinite loop / No error messages

2009-10-06 Thread Jerome Glisse
On Tue, 2009-10-06 at 15:53 +0200, Joshua C. wrote: 2009/10/6 Jerome Glisse gli...@freedesktop.org: On Mon, 2009-10-05 at 17:33 +0200, Joshua C. wrote: I have a problem with my xorg-x11-server-Xorg-1.6.4-0.1.fc11.x86_64. I read the instructions here http://www.x.org/wiki/Development