st/mesa: initialize affected_states and uniform storage earlier in deserialize
[mesa.git] / src / intel / dev / gen_debug.c
index 5fa3d29fa513dc23aa3ad9be72cac94335b19a4f..ffed3045485eb4821928b07051f467a18951dc55 100644 (file)
@@ -87,6 +87,9 @@ static const struct debug_control debug_control[] = {
    { "reemit",      DEBUG_REEMIT },
    { "soft64",      DEBUG_SOFT64 },
    { "tcs8",        DEBUG_TCS_EIGHT_PATCH },
+   { "bt",          DEBUG_BT },
+   { "pc",          DEBUG_PIPE_CONTROL },
+   { "nofc",        DEBUG_NO_FAST_CLEAR },
    { NULL,    0 }
 };