Hello!

I dont think that would help, as a
strings liblava.so | grep EXT
or
strings libogl_spectrum.so | grep EXT
shows nothing.
but strings libxyz.so | grep gl
shows the gl...-calls.

but I'm going to try it out..

regards,
Andreas

Am 2002.11.25 19:26:20 +0100 schrieb(en) Ian Romanick:
On Mon, Nov 25, 2002 at 06:55:20PM +0100, Andreas Stenglein wrote:
> setting RADEON_NO_VTXFMT=1 helped: no crashes
> setting RADEON_TCL_FORCE_DISABLE=1 helped, too
> using trunk: helped NOT
> using latest radeon.o from 2002-11-24 dri: helped NOT

This makes me wonder if it /might/ be releated to the
secondary-color from
another thread in dri-devel.  Could you try editing radeon_context.c
(or
r200_context.c, I don't remember which you're using) and remove the
line:

   "GL_EXT_secondary_color",

In radeon_context.c it should be around line 177.  Re-build and
install
radeon_dri.so, and try your test again.  If that makes the problem
go away,
then that will narrow things down quite a bit.

You could also start your app from an ssh connection with gdb.  If
the app
faults in radeon_SecondaryColor*, that will also narrow things down.

-------------------------------------------------------
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