Re: DRI driver broken when I enable gcc -O2 flag

2004-06-30 Thread austinyuan
On Tue, Jun 29, 2004 at 08:35:53PM +0800, [EMAIL PROTECTED] wrote: If I don't use gcc -O2 flag to compile dri driver,quake3 can run smoothly. But when I enable -O2 flag,the driver is broke. Quake3 always displays the last frame of the last q3 startup until the menu comes up. Umm,

Re: Free Test Suite for OpenGL?

2004-06-30 Thread Sasayama
Keith Whitwell wrote: Sasayama wrote: Is there any free test suite for OpenGL? We'd like to test our DRI implementation, but don't need a trademark license at this time. glean.sf.net How complete is it in regard to the OpenGL specification? begin:vcard

Missing symbol _tnl_init_c_codegen

2004-06-30 Thread Thomas Hellström
Hi! I'm trying to compile the unichrome_dri.so driver in the xc tree with latest Mesa cvs. When the driver is loaded I get a missing symbol _tnl_init_c_codegen. Something new I've left out? Best regards Thomas --- This SF.Net email sponsored

Re: DRI driver broken when I enable gcc -O2 flag

2004-06-30 Thread Alan Cox
On Mer, 2004-06-30 at 13:45, [EMAIL PROTECTED] wrote: I am developing the DRI driver for s3 latest product DeltaChrome. XFree86 version is 4.3.0,and gcc is the default in redhat9.0, and the output of gcc -v is: cc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) Furthermore,if I enable -O2

Re: [Dri-users] cvs compile trouble

2004-06-30 Thread Roland Scheidegger
[EMAIL PROTECTED] wrote: Hi!, I have a Debian SID runing on hp-compaq nx9010 laptop with ATI Radeon Mobility IGP345M After a lots of tries to compile dri+drm+mesa I got the errors attached in this mail. In file included from r200_context.h:41, from r200_sanity.c:41:

Re: Missing symbol _tnl_init_c_codegen

2004-06-30 Thread Roland Scheidegger
Thomas Hellström wrote: Hi! I'm trying to compile the unichrome_dri.so driver in the xc tree with latest Mesa cvs. When the driver is loaded I get a missing symbol _tnl_init_c_codegen. Something new I've left out? I've get that for r200 too. Seems to be related to the t_vertex.c codegen

Re: Missing symbol _tnl_init_c_codegen

2004-06-30 Thread Keith Whitwell
Roland Scheidegger wrote: Thomas Hellström wrote: Hi! I'm trying to compile the unichrome_dri.so driver in the xc tree with latest Mesa cvs. When the driver is loaded I get a missing symbol _tnl_init_c_codegen. Something new I've left out? I've get that for r200 too. Seems to be related to the