Re: [Mesa-dev] [RFC] gallium: Make printing info on debug builds default off

2010-08-06 Thread Brian Paul
On 08/05/2010 07:17 PM, Jakob Bornecrantz wrote: This commit silences the printing off most of the debug information when running debug builds. The big culprits are the the tgsi sanity checker that gets run on all shaders on debug. All the options. And finaly the cpu caps printer. This came afte

Re: [Mesa-dev] [RFC] gallium: Make printing info on debug builds default off

2010-08-05 Thread Corbin Simpson
Agreed to all of the above. Libraries, even debug builds, should stay silent by default. We can (and should!) just doc the various env vars instead, IMHO. Sending from a mobile, pardon the brevity. ~ C. On Aug 5, 2010 6:20 PM, "Dave Airlie" wrote: > On Fri, Aug 6, 2010 at 11:17 AM, Jakob Bornecr

Re: [Mesa-dev] [RFC] gallium: Make printing info on debug builds default off

2010-08-05 Thread Dave Airlie
On Fri, Aug 6, 2010 at 11:17 AM, Jakob Bornecrantz wrote: > This commit silences the printing off most of the debug information > when running debug builds. The big culprits are the the tgsi sanity > checker that gets run on all shaders on debug. All the options. And > finaly the cpu caps printer.