st/mesa: add some simple buffer/draw debug code
[mesa.git] / src / mesa / state_tracker / st_debug.c
index 850fab9250340fd63410486d07534dab06f1f7f8..d0abf5f8ca9c25b0d33f29576b15a5c21fb99575 100644 (file)
@@ -53,6 +53,8 @@ static const struct debug_named_value st_debug_flags[] = {
    { "fallback", DEBUG_FALLBACK, NULL },
    { "screen",   DEBUG_SCREEN, NULL },
    { "query",    DEBUG_QUERY, NULL },
+   { "draw",     DEBUG_DRAW, NULL },
+   { "buffer",   DEBUG_BUFFER, NULL },
    DEBUG_NAMED_VALUE_END
 };