diff options
author | Marek Olšák <[email protected]> | 2012-08-12 18:40:33 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-08-16 20:44:53 +0200 |
commit | 773ff5705f3b2d88fb7094b8d2e051bb684c2323 (patch) | |
tree | f5db15661630e999c731f9f568884c985f48a226 /src/gallium/drivers/r600/r600_resource.h | |
parent | 362a25aac5f8cd71c08ad92b4b19be6712d8fd72 (diff) |
r600g: cleanup r600_resource_texture in favor of radeon_surface
Diffstat (limited to 'src/gallium/drivers/r600/r600_resource.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_resource.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/drivers/r600/r600_resource.h b/src/gallium/drivers/r600/r600_resource.h index 0eaf10af160..80041a35131 100644 --- a/src/gallium/drivers/r600/r600_resource.h +++ b/src/gallium/drivers/r600/r600_resource.h @@ -45,14 +45,6 @@ struct r600_resource_global { struct r600_resource_texture { struct r600_resource resource; - /* If this resource is a depth-stencil buffer on evergreen, this contains - * the depth part of the format. There is a separate stencil resource - * for the stencil buffer below. */ - enum pipe_format real_format; - - unsigned offset[PIPE_MAX_TEXTURE_LEVELS]; - unsigned pitch_in_bytes[PIPE_MAX_TEXTURE_LEVELS]; /* transfer */ - unsigned layer_size[PIPE_MAX_TEXTURE_LEVELS]; unsigned array_mode[PIPE_MAX_TEXTURE_LEVELS]; unsigned pitch_override; unsigned size; |