|
|
@ -117,6 +117,7 @@ static const struct debug_named_value vrend_debug_options[] = { |
|
|
|
{"feat", dbg_features, "Log features found"}, |
|
|
|
{"feat", dbg_features, "Log features found"}, |
|
|
|
{"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"}, |
|
|
|
{"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 |
|
|
|