diff options
author | Marek Olšák <[email protected]> | 2011-01-09 22:40:50 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-01-10 05:45:10 +0100 |
commit | 9d33e4e16c8d2271ef2a965d7210a9aee40680d2 (patch) | |
tree | 6426c52871f515664e80befda16a6807f909194d /src/gallium/drivers/r300/r300_debug.c | |
parent | 97e9a0e23f0e06d020883c37b9d065e8978a47f4 (diff) |
r300g: add debug option for buffer upload logging
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 52031dd97b5..d6aa90bd053 100644 --- a/src/gallium/drivers/r300/r300_debug.c +++ b/src/gallium/drivers/r300/r300_debug.c @@ -41,6 +41,7 @@ static const struct debug_named_value debug_options[] = { { "fb", DBG_FB, "Log framebuffer" }, { "cbzb", DBG_CBZB, "Log fast color clear info" }, { "hyperz", DBG_HYPERZ, "Log HyperZ info" }, + { "upload", DBG_UPLOAD, "Log user buffer upload info" }, { "scissor", DBG_SCISSOR, "Log scissor info" }, { "fakeocc", DBG_FAKE_OCC, "Use fake occlusion queries" }, { "anisohq", DBG_ANISOHQ, "Use high quality anisotropic filtering" }, |