ddebug: write out final driver log messages with GALLIUM_DDEBUG=always
[mesa.git] / src / gallium / drivers / ddebug / dd_pipe.h
index 70b9ae8ae82c9a00241a62215ccfe6113c5fcf19..252dbffac862a4f0aa03207114bbc44d92ed153a 100644 (file)
@@ -274,6 +274,8 @@ dd_init_draw_functions(struct dd_context *dctx);
 int
 dd_thread_pipelined_hang_detect(void *input);
 
+FILE *
+dd_get_file_stream(struct dd_screen *dscreen, unsigned apitrace_call_number);
 
 static inline struct dd_context *
 dd_context(struct pipe_context *pipe)