From 18fd2a859de51353187f993ea2852bebe1ea5734 Mon Sep 17 00:00:00 2001 From: Nicolai Hähnle Date: Sun, 22 Oct 2017 17:39:01 +0200 Subject: ddebug: dump context and before/after times of draws MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Marek Olšák --- src/gallium/drivers/ddebug/dd_pipe.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/drivers/ddebug/dd_pipe.h') diff --git a/src/gallium/drivers/ddebug/dd_pipe.h b/src/gallium/drivers/ddebug/dd_pipe.h index d1965be9a14..607ebbb2b96 100644 --- a/src/gallium/drivers/ddebug/dd_pipe.h +++ b/src/gallium/drivers/ddebug/dd_pipe.h @@ -224,6 +224,8 @@ struct dd_draw_record { struct list_head list; struct dd_context *dctx; + int64_t time_before; + int64_t time_after; unsigned draw_call; struct pipe_fence_handle *prev_bottom_of_pipe; -- cgit v1.2.3