r300g: Surface debug.

It gets really annoying watching r300g tell me how it's filling surfaces.
Or falling back during filling surfaces.
This commit is contained in:
Corbin Simpson
2009-10-12 20:55:57 -07:00
parent 95a05621eb
commit a4a4f7abc2
3 changed files with 8 additions and 6 deletions

View File

@@ -37,6 +37,7 @@ static struct debug_option debug_options[] = {
{ "vp", DBG_VP, "Vertex program handling" },
{ "cs", DBG_CS, "Command submissions" },
{ "draw", DBG_DRAW, "Draw and emit" },
{ "surf", DBG_SURF, "Surface drawing" },
{ "all", ~0, "Convenience option that enables all debug flags" },