ddebug: dump most driver information with GALLIUM_DDEBUG=always

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
Marek Olšák
2016-10-05 00:06:10 +02:00
parent d8bcd3ef37
commit 10e5f126dd
+5 -1
View File
@@ -1110,7 +1110,11 @@ dd_after_draw(struct dd_context *dctx, struct dd_call *call)
case DD_DUMP_ALL_CALLS:
if (!dscreen->no_flush)
pipe->flush(pipe, NULL, 0);
dd_write_report(dctx, call, 0, false);
dd_write_report(dctx, call,
PIPE_DUMP_CURRENT_STATES |
PIPE_DUMP_CURRENT_SHADERS |
PIPE_DUMP_LAST_COMMAND_BUFFER,
false);
break;
case DD_DUMP_APITRACE_CALL:
if (dscreen->apitrace_dump_call ==