diff options
author | Corbin Simpson <[email protected]> | 2009-10-12 21:26:46 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-10-12 21:48:08 -0700 |
commit | ca8cafda0b996167647d724ea3da3ec568a9e42f (patch) | |
tree | f13af4f95b53480e5b2419fd9ff3ede56be74605 /src/gallium/drivers/r300/r300_debug.c | |
parent | a4a4f7abc2137754646a811007696321c7714f1b (diff) |
r300g: More debug flags.
Diffstat (limited to 'src/gallium/drivers/r300/r300_debug.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_debug.c b/src/gallium/drivers/r300/r300_debug.c index 4a55a0c5b1f..bfd4ab018a5 100644 --- a/src/gallium/drivers/r300/r300_debug.c +++ b/src/gallium/drivers/r300/r300_debug.c @@ -38,6 +38,8 @@ static struct debug_option debug_options[] = { { "cs", DBG_CS, "Command submissions" }, { "draw", DBG_DRAW, "Draw and emit" }, { "surf", DBG_SURF, "Surface drawing" }, + { "tex", DBG_TEX, "Textures" }, + { "fall", DBG_FALL, "Fallbacks" }, { "all", ~0, "Convenience option that enables all debug flags" }, |