summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_screen.c
diff options
context:
space:
mode:
authorJosé Fonseca <[email protected]>2013-11-27 11:43:54 +0000
committerJosé Fonseca <[email protected]>2013-11-28 12:19:42 +0000
commitfb5f5b81883f360dcbbf407a0f6f5606bc0c0495 (patch)
tree2029e9403af000749e6bee4056e791361319b3d0 /src/gallium/drivers/trace/tr_screen.c
parenteb040bd54a22e831367939d0acbacdd256ab9d5b (diff)
trace: Dump PIPE_QUERY_* enums.
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/drivers/trace/tr_screen.c')
-rw-r--r--src/gallium/drivers/trace/tr_screen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/trace/tr_screen.c b/src/gallium/drivers/trace/tr_screen.c
index 5281ba8b47b..c6745af09f2 100644
--- a/src/gallium/drivers/trace/tr_screen.c
+++ b/src/gallium/drivers/trace/tr_screen.c
@@ -30,14 +30,13 @@
#include "util/u_simple_list.h"
#include "tr_dump.h"
+#include "tr_dump_defines.h"
#include "tr_dump_state.h"
#include "tr_texture.h"
#include "tr_context.h"
#include "tr_screen.h"
#include "tr_public.h"
-#include "pipe/p_format.h"
-
static boolean trace = FALSE;