DRI fails when quickly closing an app

2006-03-27 Thread Dave Kavanagh
I have a strange problem that happens when I start and then quickly close an app that enables direct rendering. If I close it quickly enough, the app will end with the following error: "(EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI." The next time I run an app that requires dire

Re: i915 vblank implementation problems - looking for advice

2005-12-19 Thread Dave Kavanagh
I'm switching buffer pointers rather than doing a buffer copy and I have changed the flip command to be synchronous (I removed the ASYNC flip flag from CMD_OP_DISPLAYBUFFER_INFO). I'm going to try your patch to see if I can get it working. If your driver doesn't have the same problem as mine then

i915 vblank implementation problems - looking for advice

2005-12-16 Thread Dave Kavanagh
I have been working on adding vblank synchronization to the i915 driver and I'm running into a performance problem. I was hoping someone that has done this type of thing before might have run into this problem with another driver. Please keep in mind that I am fairly new to Linux. Working on this

Re: Looking for i915 build info

2005-11-09 Thread Dave Kavanagh
Thank you both for the information. I had wrongly assumed that i915_dri.so was a binary provided by Intel. Dave On 11/8/05, Felix Kühling <[EMAIL PROTECTED]> wrote: > Am Dienstag, den 08.11.2005, 17:05 -0400 schrieb Dave Kavanagh: > > I am looking at adding vblank synchronization

Looking for i915 build info

2005-11-08 Thread Dave Kavanagh
reciated. Thanks, Dave Kavanagh --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click

vblank support for 915

2005-11-01 Thread Dave Kavanagh
I am trying to find out if vertical retrace synchronization is supported in the DRI driver for the Intel 915 chipset. I am using the 7-15-2005 release from dri.freedesktop.org. I have searched the archives in the dri-user and dri-devel lists and all I could find was a discussion from a couple of y