On Mon, 26 Jan 2004, Felix Kühling wrote:
> 
> after a CVS upgrade last night I got two some assertions in the radeon
> driver. One happened when exiting from glxgears in radeonDeleteTexture.
> Commenting out the assert statement helped.

I get something similar, except I'm using i830, not radeon.

Even something as simple as "glxinfo" will abort when exiting with

        glxinfo: i830_tex.c:432: i830DeleteTexture: Assertion `t' failed.

and "tuxracer" works fine, but when exiting it too will have the same
assert.

Apart from the annoying warning, everything seems to work.

        ...
        #6  0x40263338 in __assert_fail () from /lib/tls/libc.so.6
        #7  0x40581d37 in i830DeleteTexture (ctx=0x8055c80, tObj=0x807fb28) at 
i830_tex.c:443
        #8  0x404ebb68 in _mesa_free_texture_data (ctx=0x8055c80) at texstate.c:2992
        #9  0x4048a45e in _mesa_free_context_data (ctx=0x8055c80) at context.c:1515
        #10 0x4048a599 in _mesa_destroy_context (ctx=0x8055c80) at context.c:1563
        #11 0x40577f96 in i830DestroyContext (driContextPriv=0x0) at i830_context.c:410
        #12 0x40471338 in driDestroyContext (dpy=0x804d008, scrn=0, 
contextPrivate=0x8053278)
            at dri_util.c:824
        #13 0x400fbe62 in DestroyContext (dpy=0x804d008, gc=0x8054638) at glxcmds.c:629
        ...

This is the first time in a long time I've actually tried out DRI, because 
until now I've been too lazy to get the Mesa tree etc.

Did I do something wrong?

                Linus


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to