diff options
author | Stephane Marchesin <[email protected]> | 2007-03-10 01:24:32 +0100 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2007-03-10 01:30:34 +0100 |
commit | 581a5940339af8b2cdd7497228d22fcf47269592 (patch) | |
tree | 9d3bd6db40d91b9b035475806933906143041a33 | |
parent | df1c3ff3ddaeee2dd32f0c3f7c298142c41982ff (diff) |
nouveau: oops don't debug by default.
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nouveau_fifo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_fifo.h b/src/mesa/drivers/dri/nouveau/nouveau_fifo.h index 0d85a94f4d7..23325dcea53 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_fifo.h +++ b/src/mesa/drivers/dri/nouveau/nouveau_fifo.h @@ -34,7 +34,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #include "nouveau_state_cache.h" //#define NOUVEAU_RING_TRACE -#define NOUVEAU_RING_DEBUG +//#define NOUVEAU_RING_DEBUG //#define NOUVEAU_STATE_CACHE_DISABLE #ifndef NOUVEAU_RING_TRACE |