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

Author: Rob Clark <[email protected]>
Date:   Thu Nov  1 15:07:46 2018 -0400

freedreno: remove unused fd_surface fields

Signed-off-by: Rob Clark <[email protected]>

---

 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 *

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to