summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_pc.h
diff options
context:
space:
mode:
authorChristoph Bumiller <[email protected]>2011-04-10 13:59:26 +0200
committerChristoph Bumiller <[email protected]>2011-04-10 14:06:52 +0200
commit74559abbef5e5bcd3dbe1b8bbb8a39391a8a8671 (patch)
tree7115b58a8d5279ab2f6c7d3eab6708995b52f3df /src/gallium/drivers/nv50/nv50_pc.h
parent003224bd970e9cb63b0d3d12e1a8f2f3b3a736e6 (diff)
nv50,nvc0: silence shader debug output
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_pc.h')
-rw-r--r--src/gallium/drivers/nv50/nv50_pc.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gallium/drivers/nv50/nv50_pc.h b/src/gallium/drivers/nv50/nv50_pc.h
index a9a3248038b..5bb0e1296bb 100644
--- a/src/gallium/drivers/nv50/nv50_pc.h
+++ b/src/gallium/drivers/nv50/nv50_pc.h
@@ -23,13 +23,7 @@
#ifndef __NV50_COMPILER_H__
#define __NV50_COMPILER_H__
-#define NV50PC_DEBUG
-
-#ifdef NV50PC_DEBUG
-# define NV50_DBGMSG(args...) debug_printf(args)
-#else
-# define NV50_DBGMSG(args...)
-#endif
+#include "nv50_debug.h"
#include "pipe/p_defines.h"
#include "util/u_inlines.h"