On Fri, Oct 25, 2002 at 11:36:50PM +0200, Dieter Nützel wrote:

> TaskParallelism: r200_vtxfmt.c:925: r200FlushVertices: Assertion `vb.context 
> == ctx' failed.

I think I have an idea about this, but I won't be able to try it out for a
bit.  Doesn't radeonUnbindContext get called before radeonDestroyContext?
If so, UnbindContext calls radeonVtxfmtUnbindContext which destroys the vb
state.  Then in DestroyContext FIREVERTICIES gets called which tries to use
the destroyed state.

I haven't verified that is the actual flow of control, but that's what I
seem to remember when I was looking at something else a couple weeks ago.
If that's correct, a fix should be pretty easy...

-- 
Smile!  http://antwrp.gsfc.nasa.gov/apod/ap990315.html


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to