summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-10-12 21:26:46 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-10-12 21:48:08 -0700
commitca8cafda0b996167647d724ea3da3ec568a9e42f (patch)
treef13af4f95b53480e5b2419fd9ff3ede56be74605 /src/gallium/drivers/r300/r300_context.h
parenta4a4f7abc2137754646a811007696321c7714f1b (diff)
r300g: More debug flags.
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)