From 596532cc7d477671f87116e0788b4214ae1d0559 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 15 Jun 2015 11:41:06 -0700 Subject: [PATCH] vc4: Drop the unused "stride" field of surfaces. We're always looking at the slice anyway, when we would have needed it. --- src/gallium/drivers/vc4/vc4_resource.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/vc4/vc4_resource.h b/src/gallium/drivers/vc4/vc4_resource.h index a81c4704d54..ab8f5d3cd55 100644 --- a/src/gallium/drivers/vc4/vc4_resource.h +++ b/src/gallium/drivers/vc4/vc4_resource.h @@ -45,7 +45,6 @@ struct vc4_resource_slice { struct vc4_surface { struct pipe_surface base; uint32_t offset; - uint32_t stride; uint8_t tiling; }; -- 2.30.2