diff options
author | Marek Olšák <[email protected]> | 2011-01-27 23:14:17 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-01-27 23:17:41 +0100 |
commit | 82e60236a950100bda7e00308c9b57861274608c (patch) | |
tree | 1df701a48f817d34435918cf3dcd1251fcd9b6aa /src/gallium/drivers/r300/r300_debug.c | |
parent | 39f16e2aa72d96286296cc0242122a1c5e92897b (diff) |
r300g: print driver info if RADEON_DEBUG=info
Diffstat (limited to 'src/gallium/drivers/r300/r300_debug.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_debug.c | 1 |
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 d6aa90bd053..c6b4804cd8d 100644 --- a/src/gallium/drivers/r300/r300_debug.c +++ b/src/gallium/drivers/r300/r300_debug.c @@ -27,6 +27,7 @@ #include <stdio.h> static const struct debug_named_value debug_options[] = { + { "info", DBG_INFO, "Print hardware info"}, { "fp", DBG_FP, "Log fragment program compilation" }, { "vp", DBG_VP, "Log vertex program compilation" }, { "pstat", DBG_P_STAT, "Log vertex/fragment program stats" }, |