summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_job.c
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2016-12-16 11:00:46 -0800
committerEric Anholt <[email protected]>2017-06-30 12:25:45 -0700
commitd623040dd5dc14f07ba41ef6e822ce57e083fe7c (patch)
tree9aeca1af7044cb26fb694df7d6b334b3fe0817a4 /src/gallium/drivers/vc4/vc4_job.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_job.c')
-rw-r--r--src/gallium/drivers/vc4/vc4_job.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/vc4_job.c b/src/gallium/drivers/vc4/vc4_job.c
index ed6c86c3e6c..1dab4bedd32 100644
--- a/src/gallium/drivers/vc4/vc4_job.c
+++ b/src/gallium/drivers/vc4/vc4_job.c
@@ -27,6 +27,7 @@
*/
#include <xf86drm.h>
+#include "vc4_cl_dump.h"
#include "vc4_context.h"
#include "util/hash_table.h"