ddebug: write out final driver log messages with GALLIUM_DDEBUG=always

If the last operation happens to be a non-draw, such as a
transfer_map that triggers a decompress blit, there may be
interesting messages left in the driver log.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Nicolai Hähnle
2017-09-06 10:11:40 +02:00
parent 000e2958f5
commit 81f398dcb1
3 changed files with 15 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
#include <inttypes.h>
static FILE *
FILE *
dd_get_file_stream(struct dd_screen *dscreen, unsigned apitrace_call_number)
{
struct pipe_screen *screen = dscreen->screen;