Re: [Dri-devel] tdfx snapshots

2004-04-01 Thread ajax
On Thursday 01 April 2004 19:24, Fryderyk Dziarmagowski wrote: > Hello, > > I got following problem with tdfx snapshots: > > [EMAIL PROTECTED] fritz]$ LIBGL_DEBUG=1 glxgears > libGL error: dlopen /usr/X11R6/lib/modules/dri/tdfx_dri.so failed > (/usr/X11R6/lib/modules/dri/tdfx_dri.so: undefined symb

[Dri-devel] tdfx snapshots

2004-04-01 Thread Fryderyk Dziarmagowski
Hello, I got following problem with tdfx snapshots: [EMAIL PROTECTED] fritz]$ LIBGL_DEBUG=1 glxgears libGL error: dlopen /usr/X11R6/lib/modules/dri/tdfx_dri.so failed (/usr/X11R6/lib/modules/dri/tdfx_dri.so: undefined symbol: _mesa_init_driver_functions) libGL error: unable to find driver: tdfx_

Re: [Dri-devel] (03-04-2004) - present Problem with libdri.a in snapshots

2004-04-01 Thread Keith Whitwell
Ian Romanick wrote: Craig Sowadski wrote: I am getting the following error when trying to run any DRI/GL program using snapshots staring at with radeon-20040304-linux.i386.tar.bz2 until present: X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode o

[Dri-devel] Re: [Mesa3d-dev] More problems with t_vtx_x86_gcc.S

2004-04-01 Thread Keith Whitwell
Ian Romanick wrote: If the code in t_vtx_x86.c is not built, then t_vtx_x86_gcc.S must not be built either. The code in the .S references symbols in the .c. That's why I put the #ifdef around all the code in the .S in version 1.3. I guess my cvs log message wasn't clear enough. :( I'm fixing

Re: [Dri-devel] (03-04-2004) - present Problem with libdri.a in snapshots

2004-04-01 Thread Ian Romanick
Craig Sowadski wrote: I am getting the following error when trying to run any DRI/GL program using snapshots staring at with radeon-20040304-linux.i386.tar.bz2 until present: X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 1

Re: [Dri-devel] bug - execute permissions on data areas

2004-04-01 Thread Keith Whitwell
John Dennis wrote: Hmm... I can't seem to find a working bugzilla for DRI, instead things seem to be directed here. I just opened the following bug for xorg, it fixes various pieces of code that need to set execute permission on data memory. Some of these are in DRI and Mesa, it would be great if c

[Dri-devel] bug - execute permissions on data areas

2004-04-01 Thread John Dennis
Hmm... I can't seem to find a working bugzilla for DRI, instead things seem to be directed here. I just opened the following bug for xorg, it fixes various pieces of code that need to set execute permission on data memory. Some of these are in DRI and Mesa, it would be great if could get these fixe

[Dri-devel] Re: [Mesa3d-dev] Problem with t_vtx_x86_gcc.S in DRI build system

2004-04-01 Thread Felix Kühling
On Thu, 01 Apr 2004 16:28:43 +0100 Keith Whitwell <[EMAIL PROTECTED]> wrote: > Felix Kühling wrote: > > Hi, > > > > in the DRI build system t_vtx_x86_gcc.S ends up being compiled this > > command: > > > > gcc -c -o t_vtx_x86_gcc.o t_vtx_x86_gcc.S > > > > The defined like -DUSE_X86_ASM are not t

[Dri-devel] Re: [Mesa3d-dev] Problem with t_vtx_x86_gcc.S in DRI build system

2004-04-01 Thread Keith Whitwell
Felix Kühling wrote: Hi, in the DRI build system t_vtx_x86_gcc.S ends up being compiled this command: gcc -c -o t_vtx_x86_gcc.o t_vtx_x86_gcc.S The defined like -DUSE_X86_ASM are not there because they are defined as CFLAGS which are not used for compiling assembler sources files. Because of the

[Dri-devel] Re: [Mesa3d-dev] Conflicting symbols between radeon/r200_vtxtmp_x86.o and t_vtx_x86_gcc.o

2004-04-01 Thread Keith Whitwell
Felix Kühling wrote: Hi, when linking the radeon and r200 drivers I get these errors: radeon_vtxtmp_x86.o(.data+0x18c): In function `_x86_Vertex3fv': : multiple definition of `_x86_Vertex3fv' ../../../../../../lib/GL/mesa/tnl/t_vtx_x86_gcc.o(.data+0x80): first defined here radeon_vtxtmp_x86.o(.da

[Dri-devel] Conflicting symbols between radeon/r200_vtxtmp_x86.o and t_vtx_x86_gcc.o

2004-04-01 Thread Felix Kühling
Hi, when linking the radeon and r200 drivers I get these errors: radeon_vtxtmp_x86.o(.data+0x18c): In function `_x86_Vertex3fv': : multiple definition of `_x86_Vertex3fv' ../../../../../../lib/GL/mesa/tnl/t_vtx_x86_gcc.o(.data+0x80): first defined here radeon_vtxtmp_x86.o(.data+0x1d3): In functio

[Dri-devel] Problem with t_vtx_x86_gcc.S in DRI build system

2004-04-01 Thread Felix Kühling
Hi, in the DRI build system t_vtx_x86_gcc.S ends up being compiled this command: gcc -c -o t_vtx_x86_gcc.o t_vtx_x86_gcc.S The defined like -DUSE_X86_ASM are not there because they are defined as CFLAGS which are not used for compiling assembler sources files. Because of the conditional statemen