summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_debug.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2013-01-09 16:39:18 +0100
committerMarek Olšák <[email protected]>2013-01-09 16:47:10 +0100
commitf8651dea4e4aa12a2a4aa287d45b7495f146af37 (patch)
tree2f5ee3f3593b911f1e75a5241118f03276afc931 /src/gallium/drivers/r300/r300_debug.c
parent1385c353cf06c6156d574cffba6164f2b59739e6 (diff)
r300g: optionally log MSAA resources to stderr
Set: RADEON_DEBUG=msaa
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 9a0052ac6d1..5ec2cf9e4ae 100644
--- a/src/gallium/drivers/r300/r300_debug.c
+++ b/src/gallium/drivers/r300/r300_debug.c
@@ -42,6 +42,7 @@ static const struct debug_named_value debug_options[] = {
{ "cbzb", DBG_CBZB, "Log fast color clear info" },
{ "hyperz", DBG_HYPERZ, "Log HyperZ info" },
{ "scissor", DBG_SCISSOR, "Log scissor info" },
+ { "msaa", DBG_MSAA, "Log MSAA resources"},
{ "anisohq", DBG_ANISOHQ, "Use high quality anisotropic filtering" },
{ "notiling", DBG_NO_TILING, "Disable tiling" },
{ "noimmd", DBG_NO_IMMD, "Disable immediate mode" },