summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index a817459ee3..086633f732 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -313,6 +313,8 @@ void r300_init_surface_functions(struct r300_context* r300);
#define DBG_CS 0x0000008
#define DBG_DRAW 0x0000010
#define DBG_SURF 0x0000020
+#define DBG_TEX 0x0000040
+#define DBG_FALL 0x0000080
/*@}*/
static INLINE boolean DBG_ON(struct r300_context * ctx, unsigned flags)