System:
dual Athlon MP 1900+
MSI K7D Master-L, AMD 768MPX
1 GB DDR SDRAM 266 CL
HIGHMEM
Radeon 8500 QL

UT and Q3A working better than ever.

VTK
TaskParallelism crash as always
/home/nuetzel> /opt/VTK/V4.0/VTK/bin/TaskParallelism
TaskParallelism: r200_vtxfmt.c:926: r200FlushVertices: Assertion `vb.context 
== ctx' failed.
Abbruch

TaskParallelismWithPorts
The colors of the polyhedron in the middle are missing.
With LIBGL_ALWAYS_INDIRECT or R200_NO_TCL they are fine.
Some small screenshots could be find in the archive.

parsec show some texture (?) errors.

PARSEC V0.99 build 0197.

[-]

r200PointSize: 2.000000
r200PointSize: 1.400000
r200PointSize: 2.000000
r200PointSize: 1.400000
r200PointSize: 2.000000
r200PointSize: 1.400000
r200PointSize: 2.000000
r200PointSize: 1.400000
r200PointSize: 2.000000
r200PointSize: 1.400000
r200PointSize: 2.000000
Exiting PARSEC...


Press the Border[b] key...

Mesa/demos> ./texdown
libGL: XF86DRIGetClientDriverName: 4.0.1 r200 (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
libGL: XF86DRIGetClientDriverName: 4.0.1 r200 (screen 0)
libGL: XF86DRIGetClientDriverName: 4.0.1 r200 (screen 0)
drmOpenByBusid: busid is PCI:1:5:0
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: drmGetBusid reports PCI:1:5:0
MMX cpu detected.
3DNow! cpu detected.
Testing OS support for SSE... yes.
Testing OS support for SSE unmasked exceptions... SIGFPE, yes.
Tests of OS support for SSE passed.
SSE cpu detected.
GL_VENDOR = Tungsten Graphics, Inc.
GL_VERSION = 1.2 Mesa 5.0
GL_RENDERER = Mesa DRI R200 20021125 AGP 4x x86/MMX/3DNow!/SSE TCL
w*h=65536  count=247  time=3.003000
Floating exception (core dumped)

Mesa/demos> gdb ./texdown core
GNU gdb 20010316
Copyright 2001 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-suse-linux"...
Core was generated by `./texdown'.
Program terminated with signal 8, Arithmetic exception.

[-]

(gdb) bt
#0  0x40610727 in _mesa_sse_transform_points2_3d_no_rot ()
   from /usr/X11R6/lib/modules/dri/r200_dri.so
#1  0x081f23e8 in ?? ()
#2  0x405242d0 in default_calloc () from 
/usr/X11R6/lib/modules/dri/r200_dri.so
#3  0xfffad7e8 in ?? ()
Cannot access memory at address 0x82474ff
(gdb) info registers
eax            0x10     16
ecx            0x81fed50        136310096
edx            0x80742b0        134693552
ebx            0x81f2404        136258564
esp            0xbfffeba0       0xbfffeba0
ebp            0x8053ee8        0x8053ee8
esi            0x81d93c8        136156104
edi            0x81fed20        136310048
eip            0x40610727       0x40610727
eflags         0x10206  66054
cs             0x23     35
ss             0x2b     43
ds             0x2b     43
es             0x2b     43
fs             0x0      0
gs             0x0      0
fctrl          0x7f     127
fstat          0x0      0
ftag           0x0      0
fiseg          0x0      0
fioff          0x0      0
foseg          0x20     32
fooff          0x0      0
fop            0x0      0
xmm0           0xffffffffffffffffffffffffffffffff
xmm1           0xffffffffffffffffffffffffffffffff
xmm2           0xffffffffffffffffffffffffffffffff
xmm3           0xffffffffffffffffffffffffffffffff
xmm4           0xffffffffffffffffffffffffffffffff
xmm5           0xffffffffffffffffffffffffffffffff
xmm6           0xffffffffffffffffffffffffffffffff
xmm7           0xffffffffffffffffffffffffffffffff
mxcsr          0x1f80   8064


Mesa/demos> ./stex3d
libGL: XF86DRIGetClientDriverName: 4.0.1 r200 (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
libGL: XF86DRIGetClientDriverName: 4.0.1 r200 (screen 0)
libGL: XF86DRIGetClientDriverName: 4.0.1 r200 (screen 0)
drmOpenByBusid: busid is PCI:1:5:0
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: drmGetBusid reports PCI:1:5:0
MMX cpu detected.
3DNow! cpu detected.
Testing OS support for SSE... yes.
Testing OS support for SSE unmasked exceptions... SIGFPE, yes.
Tests of OS support for SSE passed.
SSE cpu detected.
GL_RENDERER: Mesa DRI R200 20021125 AGP 4x x86/MMX/3DNow!/SSE TCL
GL_MAX_3D_TEXTURE_SIZE: 128
Current 3D texture size: 64 x 64 x 64
creating 3d textures...
setting up 3d texture...
finished setting up 3d texture image.

Usage: stex3d  <cmd line options>
 cmd line options:
      -wxxx   Width of the texture (Default=64)
      -hxxx   Height of the texture (Default=64)
      -dxxx   Depth of the texture (Default=64)
 Keyboard Options:
    up/down   rotate around X
  left/right  rotate around Y
      z/Z     rotate around Z
       a      toggle animation
       s      toggle smooth shading
       t      toggle texgen mode
       o      toggle object: torus/sphere
       i      toggle texture image: noise/gradient
Floating exception (core dumped)
Mesa/demos> gdb ./stex3d core
GNU gdb 20010316
Copyright 2001 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-suse-linux"...
Core was generated by `./stex3d'.
Program terminated with signal 8, Arithmetic exception.

[-]

(gdb) bt
#0  0x40610d49 in _mesa_sse_transform_points3_3d ()
   from /usr/X11R6/lib/modules/dri/r200_dri.so
#1  0x0828da88 in ?? ()
#2  0x405242d0 in default_calloc () from 
/usr/X11R6/lib/modules/dri/r200_dri.so
#3  0xfffad7e8 in ?? ()
(gdb) info registers
eax            0x10     16
ecx            0x828e880        136898688
edx            0x8052660        134555232
ebx            0x6      6
esp            0xbfffeabc       0xbfffeabc
ebp            0x8056ee8        0x8056ee8
esi            0x823b328        136557352
edi            0x828db00        136895232
eip            0x40610d49       0x40610d49
eflags         0x10202  66050
cs             0x23     35
ss             0x2b     43
ds             0x2b     43
es             0x2b     43
fs             0x0      0
gs             0x0      0
fctrl          0x7f     127
fstat          0x0      0
ftag           0x0      0
fiseg          0x0      0
fioff          0x0      0
foseg          0x20     32
fooff          0x0      0
fop            0x0      0
xmm0           0xffffffffffffffffffffffffffffffff
xmm1           0xffffffffffffffffffffffffffffffff
xmm2           0xffffffffffffffffffffffffffffffff
xmm3           0xffffffffffffffffffffffffffffffff
xmm4           0xffffffffffffffffffffffffffffffff
xmm5           0xffffffffffffffffffffffffffffffff
xmm6           0xffffffffffffffffffffffffffffffff
xmm7           0xffffffffffffffffffffffffffffffff
mxcsr          0x1f80   8064


texcyl (reflect) do not shown.
Textured is OK.


Mesa/demos> ./pointblast
libGL: XF86DRIGetClientDriverName: 4.0.1 r200 (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
libGL: XF86DRIGetClientDriverName: 4.0.1 r200 (screen 0)
libGL: XF86DRIGetClientDriverName: 4.0.1 r200 (screen 0)
drmOpenByBusid: busid is PCI:1:5:0
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: drmGetBusid reports PCI:1:5:0
MMX cpu detected.
3DNow! cpu detected.
Testing OS support for SSE... yes.
Testing OS support for SSE unmasked exceptions... SIGFPE, yes.
Tests of OS support for SSE passed.
SSE cpu detected.
r200PointSize: 8.000000
Mesa: Mesa user error: GL_INVALID_ENUM in glPointParameterf[v]{EXT,ARB}(pname)


Mesa/demos> ./terrain
libGL: XF86DRIGetClientDriverName: 4.0.1 r200 (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
libGL: XF86DRIGetClientDriverName: 4.0.1 r200 (screen 0)
libGL: XF86DRIGetClientDriverName: 4.0.1 r200 (screen 0)
drmOpenByBusid: busid is PCI:1:5:0
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: drmGetBusid reports PCI:1:5:0
MMX cpu detected.
3DNow! cpu detected.
Testing OS support for SSE... yes.
Testing OS support for SSE unmasked exceptions... SIGFPE, yes.
Tests of OS support for SSE passed.
SSE cpu detected.
Floating exception (core dumped)
Mesa/demos> gdb ./terrain core
GNU gdb 20010316
Copyright 2001 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-suse-linux"...
Core was generated by `./terrain'.
Program terminated with signal 8, Arithmetic exception.

[-]

(gdb) bt
#0  0x406109fb in _mesa_sse_transform_points3_general ()
   from /usr/X11R6/lib/modules/dri/r200_dri.so
#1  0x082ed760 in ?? ()
#2  0x405242d0 in default_calloc () from 
/usr/X11R6/lib/modules/dri/r200_dri.so
#3  0xfffad7e8 in ?? ()
(gdb) info registers
eax            0x10     16
ecx            0x830dd60        137420128
edx            0x81762b0        135750320
ebx            0x82ed77c        137287548
esp            0xbffff054       0xbffff054
ebp            0x8155ee8        0x8155ee8
esi            0x82db3c8        137212872
edi            0x830cfe0        137416672
eip            0x406109fb       0x406109fb
eflags         0x10206  66054
cs             0x23     35
ss             0x2b     43
ds             0x2b     43
es             0x2b     43
fs             0x0      0
gs             0x0      0
fctrl          0x7f     127
fstat          0x0      0
ftag           0x0      0
fiseg          0x0      0
fioff          0x0      0
foseg          0x20     32
fooff          0x0      0
fop            0x0      0
xmm0           0xffffffffffffffffffffffffffffffff
xmm1           0xffffffffffffffffffffffffffffffff
xmm2           0xffffffffffffffffffffffffffffffff
xmm3           0xffffffffffffffffffffffffffffffff
xmm4           0xffffffffffffffffffffffffffffffff
xmm5           0xffffffffffffffffffffffffffffffff
xmm6           0xffffffffffffffffffffffffffffffff
xmm7           0xffffffffffffffffffffffffffffffff
mxcsr          0x1f80   8064

Cheers,
        Dieter


-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T
handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to