aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_pipe_common.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2015-11-21 23:03:52 +0100
committerMarek Olšák <[email protected]>2015-12-03 23:41:23 +0100
commitc60d49161e3496b9e64b99ecbbc7ec9a02b15a17 (patch)
tree20a3e59229e73b1968394bbab96dccaf6a97ca9e /src/gallium/drivers/radeon/r600_pipe_common.h
parent75d64698f0b0c906d611e69d9f8b118c35026efa (diff)
gallium/radeon: remove unused r600_texture::pitch_override
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon/r600_pipe_common.h')
-rw-r--r--src/gallium/drivers/radeon/r600_pipe_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/r600_pipe_common.h b/src/gallium/drivers/radeon/r600_pipe_common.h
index 25a7e416141..9f2d50c8711 100644
--- a/src/gallium/drivers/radeon/r600_pipe_common.h
+++ b/src/gallium/drivers/radeon/r600_pipe_common.h
@@ -190,7 +190,6 @@ struct r600_texture {
struct r600_resource resource;
unsigned size;
- unsigned pitch_override;
bool is_depth;
unsigned dirty_level_mask; /* each bit says if that mipmap is compressed */
unsigned stencil_dirty_level_mask; /* each bit says if that mipmap is compressed */