st/mesa: add ST_DEBUG=wf option which enables wireframe rendering
[mesa.git] / src / mesa / state_tracker / st_debug.c
index 8c15e18d3975d5819744de549915971e652a36df..de3e3a9cdb293fbae95c56d2f8a38459ed76ffcf 100644 (file)
@@ -55,6 +55,7 @@ static const struct debug_named_value st_debug_flags[] = {
    { "query",    DEBUG_QUERY, NULL },
    { "draw",     DEBUG_DRAW, NULL },
    { "buffer",   DEBUG_BUFFER, NULL },
+   { "wf",       DEBUG_WIREFRAME, NULL },
    DEBUG_NAMED_VALUE_END
 };