summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2018-11-01 15:07:46 -0400
committerRob Clark <[email protected]>2018-12-07 13:49:21 -0500
commitf6ad286c80e82a52ab00311df9f9c75eada95c86 (patch)
tree2ac4a18668f1322012f9cd35a2355c92cf588ae2 /src/gallium/drivers/freedreno
parent4275cae95c8cb217d6164dfeeafae7b56484b13d (diff)
freedreno: remove unused fd_surface fields
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno')
-rw-r--r--src/gallium/drivers/freedreno/freedreno_surface.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_surface.h b/src/gallium/drivers/freedreno/freedreno_surface.h
index a67dd503363..8898f890eda 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 *