Mesa (master): vc4: Remove dead fields from vc4_surface.

Eric Anholt anholt at kemper.freedesktop.org
Mon Apr 13 17:41:18 UTC 2015


Module: Mesa
Branch: master
Commit: 39b6f7e76c909505df8590b6414e8f710121108a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=39b6f7e76c909505df8590b6414e8f710121108a

Author: Eric Anholt <eric at anholt.net>
Date:   Thu Apr  9 13:13:23 2015 -0700

vc4: Remove dead fields from vc4_surface.

---

 src/gallium/drivers/vc4/vc4_resource.h |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/gallium/drivers/vc4/vc4_resource.h b/src/gallium/drivers/vc4/vc4_resource.h
index b2359f0..2ed848b 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;
 };
 




More information about the mesa-commit mailing list