http://bugs.freedesktop.org/show_bug.cgi?id=14340





--- Comment #11 from Brian Paul <[EMAIL PROTECTED]>  2008-02-11 10:29:00 PST ---
Let's try a new assertion:

diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c
index 3e017c1..c24e0c1 100644
--- a/src/mesa/main/texobj.c
+++ b/src/mesa/main/texobj.c
@@ -291,6 +291,7 @@ _mesa_reference_texobj(struct gl_texture_object **ptr,
    }
    assert(!*ptr);

+   assert(tex);
    if (tex) {
       /* reference new texture */
       assert(valid_texture_object(tex));

Can you build/test with this change?  If this assertion fails, please provide
the stack trace.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to