vc4: Remove dead fields from vc4_surface.
authorEric Anholt <eric@anholt.net>
Thu, 9 Apr 2015 20:13:23 +0000 (13:13 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 13 Apr 2015 17:39:24 +0000 (10:39 -0700)
src/gallium/drivers/vc4/vc4_resource.h

index b2359f06c9b40aeda6986d8cdb95a589d6235606..2ed848bc7b96d6ddc2099eeda6c7ac8bbe5661c6 100644 (file)
@@ -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;
 };