summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-10-12 20:55:57 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-10-12 21:48:08 -0700
commita4a4f7abc2137754646a811007696321c7714f1b (patch)
tree631550dd59c113e65e0855d8f2a114d40b30c6d6 /src/gallium/drivers/r300/r300_context.h
parent95a05621eb750c07e5c7a5eb64b8458d202192b3 (diff)
r300g: Surface debug.
It gets really annoying watching r300g tell me how it's filling surfaces. Or falling back during filling surfaces.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index 52b1c9a6b2..a817459ee3 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -312,6 +312,7 @@ 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
/*@}*/
static INLINE boolean DBG_ON(struct r300_context * ctx, unsigned flags)