mesa: Don't spam the console in a debug build unless some spam is requested.
authorEric Anholt <eric@anholt.net>
Sat, 13 Nov 2010 22:30:01 +0000 (14:30 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 18 Nov 2010 01:18:47 +0000 (09:18 +0800)
commit03ff02d08b92ca3b7da0c22aef3042677c7fb2da
tree4c616e2cd44995f781bc561ce8d90fb59f17080b
parentd512cbf58f9039575dbbb5ab65dbbf7b742a0854
mesa: Don't spam the console in a debug build unless some spam is requested.

It's annoying to use test suites under a Mesa debug build because
pretty output is cluttered with stderr's continuous reports that
you're still using the debug driver.
src/mesa/main/context.c