diff options
author | Marek Olšák <[email protected]> | 2013-09-21 20:07:18 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-09-29 15:18:08 +0200 |
commit | 4ea2e5a4e7467def0f2eacb5ab5a73bd8bfaa183 (patch) | |
tree | b0351a138c06151a0f0ea35a9f29ecb943327562 /src/gallium/drivers/r600/r600_resource.h | |
parent | ba29324dba334054950cb25b0a4bd98b05fc6631 (diff) |
r600g: get rid of r600_texture::is_rat
It's always 0.
Diffstat (limited to 'src/gallium/drivers/r600/r600_resource.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_resource.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_resource.h b/src/gallium/drivers/r600/r600_resource.h index 3c0e74ab5de..0c569b3a74e 100644 --- a/src/gallium/drivers/r600/r600_resource.h +++ b/src/gallium/drivers/r600/r600_resource.h @@ -41,7 +41,6 @@ struct r600_texture { unsigned size; bool non_disp_tiling; bool is_depth; - bool is_rat; unsigned dirty_level_mask; /* each bit says if that mipmap is compressed */ struct r600_texture *flushed_depth_texture; boolean is_flushing_texture; |