diff options
Diffstat (limited to 'src/gallium/drivers/r600')
-rw-r--r-- | src/gallium/drivers/r600/r600_resource.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/gallium/drivers/r600/r600_resource.h b/src/gallium/drivers/r600/r600_resource.h index 0c569b3a74e..a3ccdb0c638 100644 --- a/src/gallium/drivers/r600/r600_resource.h +++ b/src/gallium/drivers/r600/r600_resource.h @@ -34,30 +34,6 @@ struct r600_resource_global { struct compute_memory_item *chunk; }; -struct r600_texture { - struct r600_resource resource; - - unsigned pitch_override; - unsigned size; - bool non_disp_tiling; - bool is_depth; - unsigned dirty_level_mask; /* each bit says if that mipmap is compressed */ - struct r600_texture *flushed_depth_texture; - boolean is_flushing_texture; - struct radeon_surface surface; - - /* Colorbuffer compression and fast clear. */ - struct r600_fmask_info fmask; - struct r600_cmask_info cmask; - - struct r600_resource *htile; - /* use htile only for first level */ - float depth_clear; - - struct r600_resource *cmask_buffer; - unsigned color_clear_value[2]; -}; - struct r600_surface { struct pipe_surface base; |