summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_cl.h
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_cl.h
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_cl.h')
-rw-r--r--src/gallium/drivers/vc4/vc4_cl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/vc4_cl.h b/src/gallium/drivers/vc4/vc4_cl.h
index ec3713c8a4a..036132697a9 100644
--- a/src/gallium/drivers/vc4/vc4_cl.h
+++ b/src/gallium/drivers/vc4/vc4_cl.h
@@ -68,7 +68,6 @@ struct vc4_cl {
void vc4_init_cl(struct vc4_job *job, struct vc4_cl *cl);
void vc4_reset_cl(struct vc4_cl *cl);
-void vc4_dump_cl(void *cl, uint32_t size, bool is_render);
uint32_t vc4_gem_hindex(struct vc4_job *job, struct vc4_bo *bo);
struct PACKED unaligned_16 { uint16_t x; };