diff options
author | Dave Airlie <[email protected]> | 2010-10-08 19:55:05 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-10-08 19:55:05 +1000 |
commit | 8d6a38d7b3ea85bd2199f2797e3580d76cca2f6f (patch) | |
tree | 4e8469dd84df4698cc8a9066bdbbff6d49ecb060 /src/gallium/drivers/r600/r600_resource.h | |
parent | bbb840049e7a92af6e0e8c2c5c21c63caec9e826 (diff) |
r600g: drop width/height per level storage.
these aren't used anywhere, so just waste memory.
Diffstat (limited to 'src/gallium/drivers/r600/r600_resource.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_resource.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600_resource.h b/src/gallium/drivers/r600/r600_resource.h index f6377ea802b..323960960d6 100644 --- a/src/gallium/drivers/r600/r600_resource.h +++ b/src/gallium/drivers/r600/r600_resource.h @@ -51,8 +51,6 @@ struct r600_resource_texture { struct r600_resource resource; unsigned long offset[PIPE_MAX_TEXTURE_LEVELS]; unsigned long pitch[PIPE_MAX_TEXTURE_LEVELS]; - unsigned long width[PIPE_MAX_TEXTURE_LEVELS]; - unsigned long height[PIPE_MAX_TEXTURE_LEVELS]; unsigned long layer_size[PIPE_MAX_TEXTURE_LEVELS]; unsigned long pitch_override; unsigned long bpt; |