summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_debug.c
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_debug.c
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_debug.c')
-rw-r--r--src/gallium/drivers/r300/r300_debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_debug.c b/src/gallium/drivers/r300/r300_debug.c
index 85d69c0747..4a55a0c5b1 100644
--- a/src/gallium/drivers/r300/r300_debug.c
+++ b/src/gallium/drivers/r300/r300_debug.c
@@ -37,6 +37,7 @@ static struct debug_option debug_options[] = {
{ "vp", DBG_VP, "Vertex program handling" },
{ "cs", DBG_CS, "Command submissions" },
{ "draw", DBG_DRAW, "Draw and emit" },
+ { "surf", DBG_SURF, "Surface drawing" },
{ "all", ~0, "Convenience option that enables all debug flags" },