From d623040dd5dc14f07ba41ef6e822ce57e083fe7c Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 16 Dec 2016 11:00:46 -0800 Subject: 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. --- src/gallium/drivers/vc4/vc4_cl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/vc4/vc4_cl.h') 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; }; -- cgit v1.2.3