[Dri-devel] Your buglist for The XFree86 Project's Bugzilla needs attention.

2003-06-29 Thread bugadmin
[This e-mail has been automatically generated.] You have one or more bugs assigned to you in the Bugzilla bugsystem (http://bugs.xfree86.org/) that require attention. All of these bugs are in the NEW state, and have not been touched in 7 days or more. You need to take a look at

[Dri-devel] disabling debugging from binaries?

2003-06-29 Thread Jacek Popawski
There are many places in code like: if (R200_DEBUG DEBUG_PRIMS) but I don't see how to disable debugging at all from binaries. Should not these ifs be in: #ifdef DEBUG #endif ? It's always few CPU cycles less... -- Free Software - find interesting programs and change them NetHack - meet

[Dri-devel] Xi Graphics claiming we ...lack skill.... XFree and ATI, too.

2003-06-29 Thread Dieter Ntzel
Some numbers: http://www.xig.com/Pages/Atop/Summit-Linux-vsWindows.html http://www.xig.com/Pages/Atop/SummitBenchmarks-CARDS.html Regards, Dieter --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data

[Dri-devel] Error compiling - DRI Driver Installation

2003-06-29 Thread John R. Tomawski
After I see this: Compiling... ERROR: Kernel modules did not compile I get the following in dri.log, when I try sh install.sh make -f Makefile.linux DRM_MODULES=radeon.o modulesmake[1]: Entering directory `/home/john/dripkg/drm'make -C /lib/modules/2.4.20-8/build SUBDIRS=`pwd`

[Dri-devel] When is next XFree86 merger

2003-06-29 Thread Chris
Reason I ask is, DRI (xc cvs) no-longer supports myRadeon 9000 PCI (withor without DRI enabled), but did 6-8 months) ago. XFree86 (xc cvs) doeshave2D support for it atleast, although a little too brightly. The issue is with the DDC not being detected in DRI but it is in XFree86. Even

Re: [Dri-devel] disabling debugging from binaries?

2003-06-29 Thread Michel Dänzer
On Sun, 2003-06-29 at 15:51, Jacek Popawski wrote: There are many places in code like: if (R200_DEBUG DEBUG_PRIMS) but I don't see how to disable debugging at all from binaries. Should not these ifs be in: #ifdef DEBUG #endif ? It's always few CPU cycles less... It should be

Re: [Dri-devel] disabling debugging from binaries?

2003-06-29 Thread Nicholas Leippe
On Sunday 29 June 2003 07:51 am, Jacek Popawski wrote: There are many places in code like: if (R200_DEBUG DEBUG_PRIMS) but I don't see how to disable debugging at all from binaries. Should not these ifs be in: Just: #define R200_DEBUG 0 #define DEBUG_PRIMS 0 The compiler should optimize

Re: [Dri-devel] Only normal DRI and Mesa CVS access asdeveloper, now?

2003-06-29 Thread Keith Whitwell
José Fonseca wrote: On Sat, Jun 28, 2003 at 04:18:15PM +0200, Dieter Nützel wrote: Mesa3d seems to be affected, too. No mesa CVS update for 10 days, now ;-( My DRI CVS is 12 days old... No chance from old Europe anymore? I've just checked and the tarballs in

Re: [Dri-devel] disabling debugging from binaries?

2003-06-29 Thread Jacek Popawski
On Sun, Jun 29, 2003 at 03:43:43PM -0600, Nicholas Leippe wrote: Just: #define R200_DEBUG 0 #define DEBUG_PRIMS 0 The compiler should optimize out the dead code. Right, and I was wrong, there is way to disable it. In r200_context.h: #define DO_DEBUG1 #if DO_DEBUG extern

Re: [Dri-devel] Only normal DRI and Mesa CVS access =?iso-8859-15?q?as developer?=, now?

2003-06-29 Thread Alan Hourihane
On Sun, Jun 29, 2003 at 11:04:47PM +0100, Keith Whitwell wrote: José Fonseca wrote: On Sat, Jun 28, 2003 at 04:18:15PM +0200, Dieter Nützel wrote: Mesa3d seems to be affected, too. No mesa CVS update for 10 days, now ;-( My DRI CVS is 12 days old... No chance from old Europe anymore?

Re: [Dri-devel] Building from Savage-1_0_0-branch

2003-06-29 Thread Alex Deucher
and virge too possibly :) Speaking of which if anyone wants a virge board for testing/porting, I've got an old GX (and possibly a DX as well) sitting around. Alex --- Ian Romanick [EMAIL PROTECTED] wrote: Alan Cox wrote: On Gwe, 2003-06-27 at 18:42, Alan Hourihane wrote: The