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

#if DO_DEBUG
extern int R200_DEBUG;
#else
#define R200_DEBUG              0
#endif 


-- 
Free Software - find interesting programs and change them
NetHack - meet interesting creatures, kill them and eat their bodies
Usenet - meet interesting people from all over the world and flame them
Decopter - unrealistic helicopter simulator, get it from http://decopter.sf.net


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to