diff options
author | Tom Stellard <[email protected]> | 2010-10-17 23:17:01 -0700 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2010-10-18 20:51:05 -0700 |
commit | f822cc22f223a0a4f9cf1cdd5871780e5df11d67 (patch) | |
tree | c6527323377efde526a8d8b44b19659d4a805b66 /src/gallium/drivers/r300/r300_debug.c | |
parent | 9d2ab6cb00e72fd8b53d0f97578758504b49ee23 (diff) |
r300g: Add new debug option for logging vertex/fragment program stats
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 145a7985da3..f78fe34790c 100644 --- a/src/gallium/drivers/r300/r300_debug.c +++ b/src/gallium/drivers/r300/r300_debug.c @@ -29,6 +29,7 @@ static const struct debug_named_value debug_options[] = { { "fp", DBG_FP, "Log fragment program compilation" }, { "vp", DBG_VP, "Log vertex program compilation" }, + { "pstat", DBG_P_STAT, "Log vertex/fragment program stats" }, { "draw", DBG_DRAW, "Log draw calls" }, { "swtcl", DBG_SWTCL, "Log SWTCL-specific info" }, { "rsblock", DBG_RS_BLOCK, "Log rasterizer registers" }, |