Reading symbols from /usr/X11R6/lib/modules/dri/r200_dri.so...done.
Loaded symbols for /usr/X11R6/lib/modules/dri/r200_dri.so
Reading symbols from /usr/X11R6/lib/libexpat.so.0...done.
Loaded symbols for /usr/X11R6/lib/libexpat.so.0
Reading symbols from /usr/lib/libtxc_dxtn.so...done.
Loaded symbols for /usr/lib/libtxc_dxtn.so
Reading symbols from /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2...done.
Loaded symbols for /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2
#0  _tnl_build_vertices (ctx=0x8060928, start=0, end=0, newinputs=0)
    at tnl/t_vertex.c:1379
1379             a[j].inputstride = vptr->stride;
(gdb) list
1374          const GLuint count = vtx->attr_count;
1375          GLuint j;
1376
1377          for (j = 0; j < count; j++) {
1378             GLvector4f *vptr = VB->AttribPtr[a[j].attrib];
1379             a[j].inputstride = vptr->stride;
1380             a[j].inputptr = ((GLubyte *)vptr->data) + start * 
vptr->stride;
1381             a[j].emit = a[j].insert[vptr->size - 1];
1382          }
1383
(gdb) info registers
eax            0x0      0
ecx            0x0      0
edx            0x0      0
ebx            0x81f7b34        136280884
esp            0xbfffe650       0xbfffe650
ebp            0xbfffe678       0xbfffe678
esi            0x0      0
edi            0x81f6658        136275544
eip            0x405e9e85       0x405e9e85
eflags         0x10293  66195
cs             0x73     115
ss             0x7b     123
ds             0x7b     123
es             0x7b     123
fs             0x0      0
gs             0x33     51


Even with

<option name="tcl_mode" value="0" />

Or

MESA_ALWAYS_INDIRECT
R200_NO_TCL
R200_NO_VTXFMT

Cheers,
        Dieter


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to