summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-10-21 22:54:52 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-10-21 22:54:52 -0700
commit5a653ada4143c24b00b0ca12b4898064afd59c29 (patch)
tree00b29edb16017bf49fe01ee6506dab833ee0208a /src/gallium/drivers/r300/r300_context.h
parent40247d87d215d0f1b6370b2888548544eedf0d89 (diff)
r300g: Remove unused debug flag.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index 61a57df35e..4e2c0ec34e 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -317,9 +317,8 @@ void r300_init_surface_functions(struct r300_context* r300);
#define DBG_VP 0x0000004
#define DBG_CS 0x0000008
#define DBG_DRAW 0x0000010
-#define DBG_SURF 0x0000020
-#define DBG_TEX 0x0000040
-#define DBG_FALL 0x0000080
+#define DBG_TEX 0x0000020
+#define DBG_FALL 0x0000040
/*@}*/
static INLINE boolean DBG_ON(struct r300_context * ctx, unsigned flags)