I think there are some more minor tweaks:
My fixes below:

SunWave1>diff Makefile.X11 Makefile.X11.orig
108,109d107
<       FX/fxclip.c \
<       FX/fxfastpath.c \
111,112d108
<       FX/fxpipeline.c \
<       FX/fxsanity.c \

I found a big problem with the 'new' code.

It comes up with 'xlockmore -nolock -mode sproingies'. When ever two
'sproingies' hit each other the 'triangle pipeline' wouldn't flush (is
this the right description?). Nevertheless after this the hole 'scene'
would be filled with false triangles which NULL point is the location of
the collusion.

Picture of it available.

*********************************************************************
Second: I think the Glide lib receives sometimes 'wrong' data:

SunWave1>xlock -nolock -mode cage
MMX cpu detected.
3Dnow cpu detected.
video memory unprotecting

Emulating multitexture

using 3dnow code in fx fast path
fxmesa: Received a not handled signal 11


SunWave1>xlock -nolock -mode moebius
MMX cpu detected.
3Dnow cpu detected.
video memory unprotecting

Emulating multitexture

using 3dnow code in fx fast path
fxmesa: Received a not handled signal 11


SunWave1>xlock -nolock -mode morph3d
MMX cpu detected.
3Dnow cpu detected.
video memory unprotecting

Emulating multitexture

using 3dnow code in fx fast path
fxmesa: Received a not handled signal 11

But all other modes works, except 'sproingies' (see above).

*********************************************************************

NON of my 'VTK' apps work any longer:

SunWave1>ldd vtkLogo
        ../../patented/libVTKPatented.so =>
./../patented/libVTKPatented.so (0x40015000)
        ../../imaging/libVTKImaging.so => ../../imaging/libVTKImaging.so
(0x40120000)
        ../../graphics/libVTKGraphics.so =>
./../graphics/libVTKGraphics.so (0x408a9000)
        ../../common/libVTKCommon.so => ../../common/libVTKCommon.so
(0x40ec7000)
        libGL.so.3 => /usr/local/MesaCVS/lib/libGL.so.3 (0x4104e000)
        libdl.so.2 => /lib/libdl.so.2 (0x41215000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x41219000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x41224000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x41267000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4126f000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x41283000)
        libstdc++.so.2.9 => /usr/lib/libstdc++.so.2.9 (0x4131a000)
        libm.so.6 => /lib/libm.so.6 (0x4135f000)
        libc.so.6 => /lib/libc.so.6 (0x4137c000)
        libglide2x.so => /usr/lib/libglide2x.so (0x4146d000)
        libvga.so.1 => /usr/lib/libvga.so.1 (0x4159f000)
        libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x415e7000)
        libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x415f8000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

SunWave1>./vtkLogo
MMX cpu detected.
3Dnow cpu detected.
video memory unprotecting


Emulating multitexture

using 3dnow code in fx fast path
fxmesa: Received a not handled signal 11

--Dieter

---
Dieter Nützel
Graduate Student, Computer Science

University of Hamburg
Department of Computer Science
Cognitive Systems Group
Vogt-Kölln-Straße 30
D-22527 Hamburg, Germany

email: Dieter Nützel <[EMAIL PROTECTED]>
@home: Dieter Nützel <[EMAIL PROTECTED]>




_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to