Mesa (master): freedreno: remove unused fd_surface fields

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Dec 7 18:50:40 UTC 2018


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

Author: Rob Clark <robdclark at gmail.com>
Date:   Thu Nov  1 15:07:46 2018 -0400

freedreno: remove unused fd_surface fields

Signed-off-by: Rob Clark <robdclark at gmail.com>

---

 src/gallium/drivers/freedreno/freedreno_surface.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/gallium/drivers/freedreno/freedreno_surface.h b/src/gallium/drivers/freedreno/freedreno_surface.h
index a67dd50336..8898f890ed 100644
--- a/src/gallium/drivers/freedreno/freedreno_surface.h
+++ b/src/gallium/drivers/freedreno/freedreno_surface.h
@@ -31,11 +31,6 @@
 
 struct fd_surface {
 	struct pipe_surface base;
-	uint32_t offset;
-	uint32_t pitch;
-	uint32_t width;
-	uint16_t height;
-	uint16_t depth;
 };
 
 static inline struct fd_surface *




More information about the mesa-commit mailing list