r300g: More debug flags.

This commit is contained in:
Corbin Simpson
2009-10-12 21:26:46 -07:00
parent a4a4f7abc2
commit ca8cafda0b
3 changed files with 9 additions and 4 deletions

View File

@@ -38,6 +38,8 @@ static struct debug_option debug_options[] = {
{ "cs", DBG_CS, "Command submissions" },
{ "draw", DBG_DRAW, "Draw and emit" },
{ "surf", DBG_SURF, "Surface drawing" },
{ "tex", DBG_TEX, "Textures" },
{ "fall", DBG_FALL, "Fallbacks" },
{ "all", ~0, "Convenience option that enables all debug flags" },