diff options
author | Marek Olšák <[email protected]> | 2010-05-03 19:05:03 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-05-03 19:29:32 +0200 |
commit | 0bcb4f10016fb611b2946307d880f4dc1dd05eae (patch) | |
tree | f07e8fa94a230c11402bf2d4f0945cf6c04233d7 /src/gallium/drivers/r300/r300_debug.c | |
parent | 15af543f106db9e6ff840828905df4978e68f715 (diff) |
r300g: improve texture debug output, split into TEX and TEXALLOC flags
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 4c2836f36a8..8eb321fa08a 100644 --- a/src/gallium/drivers/r300/r300_debug.c +++ b/src/gallium/drivers/r300/r300_debug.c @@ -37,6 +37,7 @@ static struct debug_option debug_options[] = { { "cs", DBG_CS, "Command submissions (for debugging)" }, { "draw", DBG_DRAW, "Draw and emit (for debugging)" }, { "tex", DBG_TEX, "Textures (for debugging)" }, + { "texalloc", DBG_TEXALLOC, "Texture allocation (for debugging)" }, { "fall", DBG_FALL, "Fallbacks (for debugging)" }, { "rs", DBG_RS, "Rasterizer (for debugging)" }, { "anisohq", DBG_ANISOHQ, "High quality anisotropic filtering (for benchmarking)" }, |