i965: add a debug option to disable oa config loading
[mesa.git] / src / intel / common / gen_debug.c
index f58c593c44cd75538d24f5414f636b1d1b35c5e3..a978f2f5818f917b14688330a1a770fedd386ac8 100644 (file)
@@ -69,6 +69,7 @@ static const struct debug_control debug_control[] = {
    { "optimizer",   DEBUG_OPTIMIZER },
    { "ann",         DEBUG_ANNOTATION },
    { "no8",         DEBUG_NO8 },
+   { "no-oaconfig", DEBUG_NO_OACONFIG },
    { "spill_fs",    DEBUG_SPILL_FS },
    { "spill_vec4",  DEBUG_SPILL_VEC4 },
    { "cs",          DEBUG_CS },