summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_resource.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2015-04-09 13:13:23 -0700
committerEric Anholt <[email protected]>2015-04-13 10:39:24 -0700
commit39b6f7e76c909505df8590b6414e8f710121108a (patch)
treeb5895ad1a24deac65b1b37a361c14bc8fee0742a /src/gallium/drivers/vc4/vc4_resource.h
parent5100221ff705019334fcdc17da99d257224d2aff (diff)
vc4: Remove dead fields from vc4_surface.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_resource.h')
-rw-r--r--src/gallium/drivers/vc4/vc4_resource.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/vc4/vc4_resource.h b/src/gallium/drivers/vc4/vc4_resource.h
index b2359f06c9b..2ed848bc7b9 100644
--- a/src/gallium/drivers/vc4/vc4_resource.h
+++ b/src/gallium/drivers/vc4/vc4_resource.h
@@ -46,9 +46,6 @@ struct vc4_surface {
struct pipe_surface base;
uint32_t offset;
uint32_t stride;
- uint32_t width;
- uint16_t height;
- uint16_t depth;
uint8_t tiling;
};