Subversion Repositories Kolibri OS

Rev

Rev 4358 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4358 Rev 4401
Line 58... Line 58...
58
static const struct debug_named_value debug_options[] = {
58
static const struct debug_named_value debug_options[] = {
59
		{"msgs",      FD_DBG_MSGS,   "Print debug messages"},
59
		{"msgs",      FD_DBG_MSGS,   "Print debug messages"},
60
		{"disasm",    FD_DBG_DISASM, "Dump TGSI and adreno shader disassembly"},
60
		{"disasm",    FD_DBG_DISASM, "Dump TGSI and adreno shader disassembly"},
61
		{"dclear",    FD_DBG_DCLEAR, "Mark all state dirty after clear"},
61
		{"dclear",    FD_DBG_DCLEAR, "Mark all state dirty after clear"},
62
		{"dgmem",     FD_DBG_DGMEM,  "Mark all state dirty after GMEM tile pass"},
62
		{"dgmem",     FD_DBG_DGMEM,  "Mark all state dirty after GMEM tile pass"},
-
 
63
		{"dscis",     FD_DBG_DSCIS,  "Disable scissor optimization"},
63
		DEBUG_NAMED_VALUE_END
64
		DEBUG_NAMED_VALUE_END
64
};
65
};
Line 65... Line 66...
65
 
66