Re: [Dri-devel] Fault in radeon DRM module

2003-09-08 Thread Linus Torvalds
On Sun, 7 Sep 2003, Jon Smirl wrote: I'm getting this with standalone Mesa not DRI. Can a someone more familar with the R200 kernel DRM driver give me a clue as to what is not being set up correctly? I die in RADEON_PURGE_CACHE() in radeon_do_cp_start(). More precisely: Unable to handle

Re: [Dri-devel] Re: CVS Update: xc (branch: trunk)

2003-09-08 Thread Eric Anholt
On Sun, 2003-09-07 at 07:42, Dieter Nützel wrote: Am Samstag, 6. September 2003 23:29 schrieb Eric Anholt: On Sat, 2003-09-06 at 14:16, Eric Anholt wrote: CVSROOT: /cvs/dri Module name: xc Repository: xc/xc/ Changes by: [EMAIL PROTECTED] 03/09/06 14:16:32

[Dri-devel] r200 glXDestroyContext bug?

2003-09-08 Thread Aleksander Demko
It seems that r200 driver's glXDestroyContext() needs valid Drawable. In r200GetLock(), DRI_VALIDATE_DRAWABLE_INFO() is called to get a valid clip rect of target Drawable. It fails if the Drawable is already destroyed. (for details, see xc/lib/GL/mesa/src/drv/r200 sources in XFree86). According

Re: [Dri-devel] r200 glXDestroyContext bug?

2003-09-08 Thread Ian Romanick
Aleksander Demko wrote: It seems that r200 driver's glXDestroyContext() needs valid Drawable. In r200GetLock(), DRI_VALIDATE_DRAWABLE_INFO() is called to get a valid clip rect of target Drawable. It fails if the Drawable is already destroyed. (for details, see xc/lib/GL/mesa/src/drv/r200 sources