Jens Owen wrote: > It would be interesting to hear more details from their developers > regarding the comment they put in their README: "If an OpenGL > application is forcibly terminated by closing the X connection then > there may be leftovers on the desktop. This appears to be a problem in > the DRI infrastructure the driver is based upon."
The problem we were seeing is that closing the connection didn't update the context stamp, so the dri driver could still get the lock without talking to the server. This meant frames were still in flight when xlib finally realized the connection was closed and exited. We saw the same behavior with a Radeon card. The easiest way to reproduce this is to start gears and then kill the connection (wm or xkill). > Are there any Kyro developers listening on this list? Yes. - Tim Rowley [EMAIL PROTECTED] _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
