diff options
author | Rob Clark <[email protected]> | 2018-11-01 15:07:46 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2018-12-07 13:49:21 -0500 |
commit | f6ad286c80e82a52ab00311df9f9c75eada95c86 (patch) | |
tree | 2ac4a18668f1322012f9cd35a2355c92cf588ae2 /src/gallium/drivers/freedreno | |
parent | 4275cae95c8cb217d6164dfeeafae7b56484b13d (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.h | 5 |
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 * |