summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_simulator.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-12-16 11:00:46 -0800
committerEric Anholt <eric@anholt.net>2017-06-30 12:25:45 -0700
commitd623040dd5dc14f07ba41ef6e822ce57e083fe7c (patch)
tree9aeca1af7044cb26fb694df7d6b334b3fe0817a4 /src/gallium/drivers/vc4/vc4_simulator.c
parent56541d356ddc56fda5a04f199abd1d968d5b9551 (diff)
vc4: Start using XML unpack functions in CL dump.
For now this is a no-op on the output, but it makes it clear that we've had weird things going on with things like V3D21_CLIPPER_Z_SCALE_AND_OFFSET.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_simulator.c')
-rw-r--r--src/gallium/drivers/vc4/vc4_simulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/vc4_simulator.c b/src/gallium/drivers/vc4/vc4_simulator.c
index ab701ab5609..6d99e9f2eea 100644
--- a/src/gallium/drivers/vc4/vc4_simulator.c
+++ b/src/gallium/drivers/vc4/vc4_simulator.c
@@ -55,6 +55,7 @@
#include "util/ralloc.h"
#include "vc4_screen.h"
+#include "vc4_cl_dump.h"
#include "vc4_context.h"
#include "kernel/vc4_drv.h"
#include "vc4_simulator_validate.h"