|
|
@ -119,6 +119,7 @@ static const struct debug_named_value vrend_debug_options[] = { |
|
|
|
{"tex", dbg_tex, "Log texture operations"}, |
|
|
|
{"tex", dbg_tex, "Log texture operations"}, |
|
|
|
{"caller", dbg_caller, "Log who is creating the context"}, |
|
|
|
{"caller", dbg_caller, "Log who is creating the context"}, |
|
|
|
{"tweak", dbg_tweak, "Log tweaks"}, |
|
|
|
{"tweak", dbg_tweak, "Log tweaks"}, |
|
|
|
|
|
|
|
{"query", dbg_query, "Log queries"}, |
|
|
|
{"all", dbg_all, "Enable all debugging output"}, |
|
|
|
{"all", dbg_all, "Enable all debugging output"}, |
|
|
|
{"guestallow", dbg_allow_guest_override, "Allow the guest to override the debug flags"}, |
|
|
|
{"guestallow", dbg_allow_guest_override, "Allow the guest to override the debug flags"}, |
|
|
|
DEBUG_NAMED_VALUE_END |
|
|
|
DEBUG_NAMED_VALUE_END |
|
|
|