gallium/ddebug: add 'verbose' option
[mesa.git] / src / gallium / drivers / ddebug / dd_pipe.h
index a045518dc16855b32086d37d988b072776138d8b..80098dcb6444fd0037cbed47fe5447dd586b5bae 100644 (file)
@@ -45,6 +45,7 @@ struct dd_screen
    unsigned timeout_ms;
    enum dd_mode mode;
    bool no_flush;
+   bool verbose;
    unsigned skip_count;
 };