From ab7cc445801b99a4482ea50429ceea1d0601a221 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Fri, 10 Sep 2010 09:18:03 +0200 Subject: r300g: add new debug options for dumping scissor regs and disabling CBZB clear --- src/gallium/drivers/r300/r300_debug.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gallium/drivers/r300/r300_debug.c') diff --git a/src/gallium/drivers/r300/r300_debug.c b/src/gallium/drivers/r300/r300_debug.c index 786fdf6ce8..145a7985da 100644 --- a/src/gallium/drivers/r300/r300_debug.c +++ b/src/gallium/drivers/r300/r300_debug.c @@ -28,7 +28,7 @@ static const struct debug_named_value debug_options[] = { { "fp", DBG_FP, "Log fragment program compilation" }, - { "vp", DBG_VP, "Log bertex program compilation" }, + { "vp", DBG_VP, "Log vertex program compilation" }, { "draw", DBG_DRAW, "Log draw calls" }, { "swtcl", DBG_SWTCL, "Log SWTCL-specific info" }, { "rsblock", DBG_RS_BLOCK, "Log rasterizer registers" }, @@ -41,11 +41,13 @@ static const struct debug_named_value debug_options[] = { { "cbzb", DBG_CBZB, "Log fast color clear info" }, { "stats", DBG_STATS, "Log emission statistics" }, { "hyperz", DBG_HYPERZ, "Log HyperZ info" }, + { "scissor", DBG_SCISSOR, "Log scissor info" }, { "fakeocc", DBG_FAKE_OCC, "Use fake occlusion queries" }, { "anisohq", DBG_ANISOHQ, "Use high quality anisotropic filtering" }, { "notiling", DBG_NO_TILING, "Disable tiling" }, { "noimmd", DBG_NO_IMMD, "Disable immediate mode" }, { "noopt", DBG_NO_OPT, "Disable shader optimizations" }, + { "nocbzb", DBG_NO_CBZB, "Disable fast color clear" }, /* must be last */ DEBUG_NAMED_VALUE_END -- cgit v1.2.3